From 9b23929de81a0bc39371293cc13f7d666bd8bb54 Mon Sep 17 00:00:00 2001 From: opensearch-ci Date: Sat, 4 Apr 2026 03:46:09 +0000 Subject: [PATCH] Add release notes for 3.6.0 Signed-off-by: opensearch-ci --- ...s-dashboards-plugin.release-notes-3.6.0.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 release-notes/opensearch-security-analytics-dashboards-plugin.release-notes-3.6.0.0.md diff --git a/release-notes/opensearch-security-analytics-dashboards-plugin.release-notes-3.6.0.0.md b/release-notes/opensearch-security-analytics-dashboards-plugin.release-notes-3.6.0.0.md new file mode 100644 index 000000000..a60405cd2 --- /dev/null +++ b/release-notes/opensearch-security-analytics-dashboards-plugin.release-notes-3.6.0.0.md @@ -0,0 +1,17 @@ +## Version 3.6.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.6.0 + +### Bug Fixes + +* Fix empty severity column in findings table ([#1392](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1392)) +* Fix empty alerts table, detector creation failure propagation, blank details page redirect after successful creation, and silent failures ([#1376](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1376)) + +### Infrastructure + +* Upgrade to React 18 and update unit tests to accommodate the upgrade ([#1376](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1376)) + +### Maintenance + +* Resolve CVE-2026-26996, CVE-2026-2739, and CVE-2025-15284 ([#1389](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1389)) +* Update lodash to 4.18.1 to address CVE-2026-4800 ([#1394](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1394))