From 5bd40acd1df049bb93cbecc18fa17c38da44ed62 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:14:09 -0400 Subject: [PATCH] Add release notes for 2.10.0.0 (#1570) (#1577) Signed-off-by: Peter Nied Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> (cherry picked from commit aaee6eea9dc8c34229b46db016e5172d4ff6c953) Co-authored-by: Peter Nied --- ...y-dashboards-plugin.release-notes-2.10.0.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.10.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.10.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.10.0.0.md new file mode 100644 index 000000000..a76b58490 --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.10.0.0.md @@ -0,0 +1,16 @@ +## 2023-08-31 Version 2.10.0.0 + +Compatible with OpenSearch-Dashboards 2.10.0 + +### Enhancements +* Security Getting Started page follows Dashboard themes ([#1538](https://github.com/opensearch-project/security-dashboards-plugin/pull/1538)) +* Security Roles and Audit Log Settings follow Dashboard themes ([#1558](https://github.com/opensearch-project/security-dashboards-plugin/pull/1558)) +* Support OpenSearch logo theming for light / dark modes ([#1568](https://github.com/opensearch-project/security-dashboards-plugin/pull/1568)) + +### Bug Fixes +* When following a link that prompts sign in through SAML or Multi-Auth the destination page is not lost ([#1557](https://github.com/opensearch-project/security-dashboards-plugin/pull/1557)) + + +### Maintenance +* Force resolution of selenium-webdriver to 4.10.0 ([#1541](https://github.com/opensearch-project/security-dashboards-plugin/pull/1541)) +* Change the regex command in install dashboard GHA ([#1533](https://github.com/opensearch-project/security-dashboards-plugin/pull/1533))