-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds release notes for 2.17 Signed-off-by: Derek Ho <[email protected]> * Move proxy auth PR to enhancement Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
release-notes/opensearch-security-dashboards-plugin.release-notes-2.17.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) | ||
* Add Proxy Auth to Multi Auth Options ([#2076](https://github.com/opensearch-project/security-dashboards-plugin/pull/2076)) | ||
|
||
### Bug Fixes | ||
* 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)) |