From a40f8f08551e4373deb118d618813bbb3c674f16 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Wed, 12 Jul 2023 16:31:57 -0400 Subject: [PATCH] Add release notes for 2.9.0.0 (#1510) Signed-off-by: Craig Perkins Signed-off-by: Sam --- ...dashboards-plugin.release-notes-2.9.0.0.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.9.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.9.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.9.0.0.md new file mode 100644 index 000000000..599f49548 --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.9.0.0.md @@ -0,0 +1,20 @@ +## 2023-07-18 Version 2.9.0.0 + +Compatible with Opensearch-Dashboards 2.9.0 + +### Enhancements + +* Add RESTAPI permissions and ISM control center permissions to dropdown ([#1473](https://github.com/opensearch-project/security-dashboards-plugin/pull/1473)) +* Move security plugin from Plugin to Management section on left navigation menu ([#1495](https://github.com/opensearch-project/security-dashboards-plugin/pull/1495)) +* Filter high level groups and action groups by cluster and index ([#1508](https://github.com/opensearch-project/security-dashboards-plugin/pull/1508)) +* Use password message from /dashboardsinfo ([#1509](https://github.com/opensearch-project/security-dashboards-plugin/pull/1509)) + +### Bug Fixes + +* Switch to new tenant after loading a copied long URL ([#1450](https://github.com/opensearch-project/security-dashboards-plugin/pull/1450)) ([#1477](https://github.com/opensearch-project/security-dashboards-plugin/pull/1477)) +* Fix a bad import path ([#1498](https://github.com/opensearch-project/security-dashboards-plugin/pull/1498)) ([#1499](https://github.com/opensearch-project/security-dashboards-plugin/pull/1499)) + +### Maintenance + +* Use version from package.json for integration tests ([#1465](https://github.com/opensearch-project/security-dashboards-plugin/pull/1465)) +* Update permissions according to backend ([#1480](https://github.com/opensearch-project/security-dashboards-plugin/pull/1480)) ([#1484](https://github.com/opensearch-project/security-dashboards-plugin/pull/1484))