From 05d9786069a56bf6dd887a970166dde6ba272022 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:07:28 -0800 Subject: [PATCH] Add release note for 2.5.0 (#1297) (#1299) Signed-off-by: Ryan Liang (cherry picked from commit bea778f73b76cb5bd4e17d25f994409590c4fac9) --- ...urity-dashboards-plugin.release-notes-2.5.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.5.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.5.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.5.0.0.md new file mode 100644 index 0000000000..3ed1d79d64 --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.5.0.0.md @@ -0,0 +1,13 @@ +## 2023-01-17 Version 2.5.0.0 + +Compatible with Opensearch-Dashboards 2.5.0 + +### Enhancements +* Enhance the stability of SAML integ test ([#1237](https://github.com/opensearch-project/security-dashboards-plugin/pull/1237), [#1272](https://github.com/opensearch-project/security-dashboards-plugin/pull/1272)) +* Change the reference branch to 2.5 for Cypress test ([#1298](https://github.com/opensearch-project/security-dashboards-plugin/pull/1298)) + +### Bug Fixes +* Fix tenant label for custom tenant when both Global and Private tenants are disabled ([#1277](https://github.com/opensearch-project/security-dashboards-plugin/pull/1277), [#1280](https://github.com/opensearch-project/security-dashboards-plugin/pull/1280)) +* Fix openid redirect issue to use base_redirect_url when nextUrl is absent ([#1282](https://github.com/opensearch-project/security-dashboards-plugin/pull/1282), [#1283](https://github.com/opensearch-project/security-dashboards-plugin/pull/1283)) +* Add Notifications cluster permissions ([#1290](https://github.com/opensearch-project/security-dashboards-plugin/pull/1290), [#1291](https://github.com/opensearch-project/security-dashboards-plugin/pull/1291)) +* Fix regression in jwt url parameter by awaiting async getAdditionalAuthHeader ([#1292](https://github.com/opensearch-project/security-dashboards-plugin/pull/1292), [#1296](https://github.com/opensearch-project/security-dashboards-plugin/pull/1296))