From 8d3aa803937116c00306377bca330cd1cc3aa142 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Thu, 19 May 2022 08:00:45 -0700 Subject: [PATCH] Create release notes 2.0.0 (#996) * Create release notes 2.0.0 Signed-off-by: cliu123 (cherry picked from commit aaa77fb82c6eb87bd267828f5d51c5b2e50d914c) --- ...dashboards-plugin.release-notes-2.0.0.0.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.0.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.0.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.0.0.0.md new file mode 100644 index 000000000..51f1b89d5 --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.0.0.0.md @@ -0,0 +1,25 @@ +## 2022-05-24 Version 2.0.0.0 + +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))