From 11d9f042e33406b7275c122c2fab6e0ab9162a98 Mon Sep 17 00:00:00 2001 From: opensearch-ci <83309141+opensearch-ci-bot@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:30:38 -0400 Subject: [PATCH] Add release notes for 3.8.0 (#982) Signed-off-by: opensearch-ci-bot (cherry picked from commit 5c74053c520419273f5cad8094e00142bf34a10f) Signed-off-by: opensearch-ci-bot --- ...nsearch-common-utils.release-notes-3.8.0.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-3.8.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-3.8.0.0.md b/release-notes/opensearch-common-utils.release-notes-3.8.0.0.md new file mode 100644 index 00000000..9d0f866f --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-3.8.0.0.md @@ -0,0 +1,16 @@ +## Version 3.8.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0 + +### Features + +* Implement DocRequest on notification config and alerting request classes to enable automatic resource-level access control ([#980](https://github.com/opensearch-project/common-utils/pull/980)) + +### Infrastructure + +* Onboard new backport-pr reusable GitHub workflow ([#974](https://github.com/opensearch-project/common-utils/pull/974)) +* Update opensearch-build workflow references from SHA to @main ([#971](https://github.com/opensearch-project/common-utils/pull/971)) + +### Maintenance + +* Version bump to 3.8.0 ([#969](https://github.com/opensearch-project/common-utils/pull/969))