From fddacda3c8c95b11e3d2b6b11bac9e25d84fbb6e Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 27 May 2026 01:02:44 +0000 Subject: [PATCH 1/2] Add release notes for 3.7.0 Signed-off-by: opensearch-ci-bot --- ...rch-performance-analyzer.release-notes-3.7.0.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md diff --git a/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md b/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md new file mode 100644 index 00000000..e05a8e3c --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md @@ -0,0 +1,12 @@ +## Version 3.7.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0 + +### Infrastructure + +* Add issues write permission to untriaged label workflow to fix 403 error when applying labels ([#941](https://github.com/opensearch-project/performance-analyzer/pull/941)) + +### Maintenance + +* Fix CVE-2025-67030 by pinning org.codehaus.plexus:plexus-utils to 4.0.2 ([#942](https://github.com/opensearch-project/performance-analyzer/pull/942)) +* Upgrade Gradle wrapper to 9.4.1 ([#944](https://github.com/opensearch-project/performance-analyzer/pull/944)) From 4284e09ed5d3431a888f6097b3b878b2cbf84d74 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 28 May 2026 10:04:41 -0700 Subject: [PATCH 2/2] Update opensearch-performance-analyzer.release-notes-3.7.0.0.md Signed-off-by: Sayali Gaikawad --- .../opensearch-performance-analyzer.release-notes-3.7.0.0.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md b/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md index e05a8e3c..33174903 100644 --- a/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md +++ b/release-notes/opensearch-performance-analyzer.release-notes-3.7.0.0.md @@ -2,10 +2,6 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0 -### Infrastructure - -* Add issues write permission to untriaged label workflow to fix 403 error when applying labels ([#941](https://github.com/opensearch-project/performance-analyzer/pull/941)) - ### Maintenance * Fix CVE-2025-67030 by pinning org.codehaus.plexus:plexus-utils to 4.0.2 ([#942](https://github.com/opensearch-project/performance-analyzer/pull/942))