From 0dae7a3f300be7b9f58c77eb14920af62745a55a Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 22 Jul 2026 21:46:32 +0000 Subject: [PATCH] Add release notes for 3.8.0 Signed-off-by: opensearch-ci-bot --- ...opensearch-notifications.release-notes-3.8.0.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-3.8.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-3.8.0.0.md b/release-notes/opensearch-notifications.release-notes-3.8.0.0.md new file mode 100644 index 00000000000..8ba95f8bc28 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-3.8.0.0.md @@ -0,0 +1,12 @@ +## Version 3.8.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.8.0 + +### Features + +* Add filter by backend roles access strategy setting to control how backend role matching determines access to notification objects ([#1146](https://github.com/opensearch-project/notifications/pull/1146)) + +### Infrastructure + +* Onboard new backport-pr reusable GitHub workflow to replace obsolete backport-related workflows ([#1240](https://github.com/opensearch-project/notifications/pull/1240)) +* Pin GitHub Actions to commit SHAs to prevent supply chain attacks from mutable tag references ([#1231](https://github.com/opensearch-project/notifications/pull/1231))