Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Add release notes for 2.6.0.0 #1344

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 2023-02-28 Version 2.6.0.0

Compatible with Opensearch-Dashboards 2.6.0

### Enhancements
* Windows CI Support ([#1320](https://github.com/opensearch-project/security-dashboards-plugin/pull/1320))
* Add indices:admin/close* to list of permissible index permissions ([#1323](https://github.com/opensearch-project/security-dashboards-plugin/pull/1323))
* Synchronize all permissions from latest OpenSearch ([#1333](https://github.com/opensearch-project/security-dashboards-plugin/pull/1333))

### Bug Fixes
* Fix issue with jwt as url param after getAdditionalAuthHeader switched to async ([#1292](https://github.com/opensearch-project/security-dashboards-plugin/pull/1292))
* Update URLs referencing old docs-beta site ([#1231](https://github.com/opensearch-project/security-dashboards-plugin/pull/1231))
* Fix plugin configuration path ([#1304](https://github.com/opensearch-project/security-dashboards-plugin/pull/1304))

### Maintenance
* Switch to maven to download plugin ([#1331](https://github.com/opensearch-project/security-dashboards-plugin/pull/1331))