From d40c6f7ef8e50ba262252cc35e025f0ba37da2f1 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Wed, 4 Sep 2024 10:16:22 -0400 Subject: [PATCH 1/2] Adds release notes for 2.17 Signed-off-by: Derek Ho --- ...ashboards-plugin.release-notes-2.17.0.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md new file mode 100644 index 00000000..7bda8223 --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md @@ -0,0 +1,22 @@ +## Version 2.17.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 2.17.0 + +### Enhancements +* Adds page headers for updated UX ([#2083](https://github.com/opensearch-project/security-dashboards-plugin/pull/2083)) +* Conditionally change where avatar shows up ([#2082](https://github.com/opensearch-project/security-dashboards-plugin/pull/2082)) +* Use smaller and compressed varients of buttons and form components ([#2079](https://github.com/opensearch-project/security-dashboards-plugin/pull/2079)) +* Use the `getRedirectUrl` from OSD to generate nextUrl ([#2072](https://github.com/opensearch-project/security-dashboards-plugin/pull/2072)) +* Consistency and density improvements ([#2101](https://github.com/opensearch-project/security-dashboards-plugin/pull/2101)) + +### Bug Fixes +* Add Proxy Auth to Multi Auth Options ([#2076](https://github.com/opensearch-project/security-dashboards-plugin/pull/2076)) +* Do not register tenancy app if disabled in yml ([#2057](https://github.com/opensearch-project/security-dashboards-plugin/pull/2057)) +* Ux fixes for page header ([#2108](https://github.com/opensearch-project/security-dashboards-plugin/pull/2108)) +* Fix a bug where basepath nextUrl is invalid when it should be valid ([#2096](https://github.com/opensearch-project/security-dashboards-plugin/pull/2096)) +* feat: update title and descriptions ([#2084](https://github.com/opensearch-project/security-dashboards-plugin/pull/2084)) + +### Maintenance +* Updates backport workflow ([#2074](https://github.com/opensearch-project/security-dashboards-plugin/pull/2074)) +* Fixes spacing in package.json ([#2068](https://github.com/opensearch-project/security-dashboards-plugin/pull/2068)) +* Increment version to 2.17.0.0 ([#2090](https://github.com/opensearch-project/security-dashboards-plugin/pull/2090)) From 4b1154660a6590e25bc27671e43a390efed3d27a Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Wed, 4 Sep 2024 10:54:15 -0400 Subject: [PATCH 2/2] Move proxy auth PR to enhancement Signed-off-by: Derek Ho --- ...nsearch-security-dashboards-plugin.release-notes-2.17.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md index 7bda8223..2da7b550 100644 --- a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md @@ -8,9 +8,9 @@ Compatible with OpenSearch and OpenSearch Dashboards version 2.17.0 * Use smaller and compressed varients of buttons and form components ([#2079](https://github.com/opensearch-project/security-dashboards-plugin/pull/2079)) * Use the `getRedirectUrl` from OSD to generate nextUrl ([#2072](https://github.com/opensearch-project/security-dashboards-plugin/pull/2072)) * Consistency and density improvements ([#2101](https://github.com/opensearch-project/security-dashboards-plugin/pull/2101)) +* Add Proxy Auth to Multi Auth Options ([#2076](https://github.com/opensearch-project/security-dashboards-plugin/pull/2076)) ### Bug Fixes -* Add Proxy Auth to Multi Auth Options ([#2076](https://github.com/opensearch-project/security-dashboards-plugin/pull/2076)) * Do not register tenancy app if disabled in yml ([#2057](https://github.com/opensearch-project/security-dashboards-plugin/pull/2057)) * Ux fixes for page header ([#2108](https://github.com/opensearch-project/security-dashboards-plugin/pull/2108)) * Fix a bug where basepath nextUrl is invalid when it should be valid ([#2096](https://github.com/opensearch-project/security-dashboards-plugin/pull/2096))