From d185cb478124338b9cd07f9244f09d705598f579 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 12 Jul 2023 09:13:02 -0700 Subject: [PATCH] Added 2.9 release notes. (#650) * Added 2.9 release notes. Signed-off-by: AWSHurneyt * Added 2.9 release notes. Signed-off-by: AWSHurneyt --------- Signed-off-by: AWSHurneyt (cherry picked from commit 1fdd9b29b57e99ace3d362be58af55fb2b301fbe) --- ...lytics-dashboards.release-notes-2.9.0.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-security-analytics-dashboards.release-notes-2.9.0.0.md diff --git a/release-notes/opensearch-security-analytics-dashboards.release-notes-2.9.0.0.md b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.9.0.0.md new file mode 100644 index 000000000..24d2ddae3 --- /dev/null +++ b/release-notes/opensearch-security-analytics-dashboards.release-notes-2.9.0.0.md @@ -0,0 +1,21 @@ +## Version 2.9.0.0 2023-07-11 + +Compatible with OpenSearch Dashboards 2.9.0 + +### Maintenance +* Increment version to 2.9.0.0. ([#636](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/636)) +* Removed experimental banner. ([#647](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/647)) + +## Bug Fixes +* Custom rules multiply on the create detector page after switching log types. ([#625](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/625)) + +### Features +* Rules UI/UX improvements. ([#592](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/592)) +* Added support for editing correlation rule. ([#643](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/643)) + +### Refactoring +* UX updates for correlations. ([#619](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/619)) +* Change the order of the sections. ([#622](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/622)) + +### Documentation +* Added 2.9 release notes. ([#650](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/650)) \ No newline at end of file