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

Create release notes 2.0.0 #996

Merged
merged 2 commits into from
May 19, 2022
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,25 @@
## 2022-05-24 Version 2.0.0.0
cliu123 marked this conversation as resolved.
Show resolved Hide resolved

cliu123 marked this conversation as resolved.
Show resolved Hide resolved
Compatible with Opensearch-Dashboards 2.0.0

### Enhancements
* Change 2.0-alpha1 to 2.0-rc1. ([#946](https://github.com/opensearch-project/security-dashboards-plugin/pull/946))
* Make Git ignore .idea/ folder ([#944](https://github.com/opensearch-project/security-dashboards-plugin/pull/944))
* Updated issue templates from .github. ([#931](https://github.com/opensearch-project/security-dashboards-plugin/pull/931))
* Bumps version of main to 2.0.0.0 ([#928](https://github.com/opensearch-project/security-dashboards-plugin/pull/928))
* Enforce authentication on api/status route by default ([#968](https://github.com/opensearch-project/security-dashboards-plugin/pull/968))

### Bug fixes
* Fix broken `nextUrl=` parameter logic ([#940](https://github.com/opensearch-project/security-dashboards-plugin/pull/940))
* Fix 'openserach' typo in constants.tsx ([#953](https://github.com/opensearch-project/security-dashboards-plugin/pull/953))
* Select tenant popup only appears when mutli-tenacy is enabled ([#965](https://github.com/opensearch-project/security-dashboards-plugin/pull/965))

### Maintenance
* Revert "Enforce authentication on api/status route by default (#943)" ([#950](https://github.com/opensearch-project/security-dashboards-plugin/pull/950))
* Enforce authentication on api/status route by default ([#943](https://github.com/opensearch-project/security-dashboards-plugin/pull/943))
* [Build] restore osdVersion to 2.0.0 ([#947](https://github.com/opensearch-project/security-dashboards-plugin/pull/947))
* [Build] bump to 2.0.0.0-rc1 ([#941](https://github.com/opensearch-project/security-dashboards-plugin/pull/941))
* Generate release notes for 2.0.0 ([#955](https://github.com/opensearch-project/security-dashboards-plugin/pull/955))
* Build OSD on 2.0 branch ([#986](https://github.com/opensearch-project/security-dashboards-plugin/pull/986))
* Remove redundant DCO check for the GitHub app ([#974](https://github.com/opensearch-project/security-dashboards-plugin/pull/974))
* Fixes broken main build which was caused due to version mismatch ([#989](https://github.com/opensearch-project/security-dashboards-plugin/pull/989))