From fb7426e5b0ca2b1229026805d29b74730ca9bacf Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:26:23 -0700 Subject: [PATCH] Add release notes for 2.7.0 (#1407) (#1409) * Add release notes for 2.7.0 Signed-off-by: Ryan Liang (cherry picked from commit 8714e2a077e1ffe69b0a41aff2cdf4e535d00146) Co-authored-by: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> --- ...dashboards-plugin.release-notes-2.7.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.7.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.7.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.7.0.0.md new file mode 100644 index 000000000..efca2e85a --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.7.0.0.md @@ -0,0 +1,23 @@ +## 2023-04-25 Version 2.7.0.0 + +Compatible with Opensearch-Dashboards 2.7.0 + +### Features + +* Dynamic tenancy configurations ([#1394](https://github.com/opensearch-project/security-dashboards-plugin/pull/1394)) + +### Bug Fixes + +* Fix No blank backend role before adding a new one in Create User page ([#1384](https://github.com/opensearch-project/security-dashboards-plugin/pull/1384)) +* Fix "Get started" image is not adaptive to the browser window size. ([#1396](https://github.com/opensearch-project/security-dashboards-plugin/pull/1396)) + +### Enhancements + +* Replace legacy template with index template ([#1359](https://github.com/opensearch-project/security-dashboards-plugin/pull/1359)) +* Add loginEndPointWithPath ([#1358](https://github.com/opensearch-project/security-dashboards-plugin/pull/1358)) +* Add new actions for ppl and datasource apis ([#1395](https://github.com/opensearch-project/security-dashboards-plugin/pull/1395)) +* Split up a value into multiple cookie payloads ([#1352](https://github.com/opensearch-project/security-dashboards-plugin/pull/1352)) + +### Infrastructure + +* Add auto-release workflow ([#1339](https://github.com/opensearch-project/security-dashboards-plugin/pull/1339))