From 1775f159ef8e7d29292a0729ed1bad2a91c12c03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 May 2024 02:28:40 +0000 Subject: [PATCH] Add release notes for 2.14 (#1056) (cherry picked from commit 06af0a4869e0b0c235a06d8cb064066e37c91e6f) Signed-off-by: github-actions[bot] --- ...ent-dashboards-plugin.release-notes-2.14.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.14.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.14.0.0.md new file mode 100644 index 000000000..49442c87c --- /dev/null +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.14.0.0.md @@ -0,0 +1,14 @@ +## Version 2.14.0.0 2024-05-02 + +Compatible with OpenSearch 2.14.0 + +### Enhancements + +* Add MDS support for policies, policy managed indices, rollup jobs and transform jobs ([#1021](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1021)) +* Interface change for MDS support and deprecating dataSourceLabel from the URL ([#1031](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1031)) +* Mount MDS on the empty route ([#1039](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1039)) + +### Bug Fixes +* Set ActiveOption prop to undefined on first load ([#1042](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1042)) +* Readonly DataSourceMenu in create rollup and create transform workflow ([#1047](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1047)) +* Fix Transform job create flow where indices won't reset after change of datasource ([#1053](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1053))