From dc76796124e499c08d822b392e4ecfe98c522ff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 09:14:08 +0000 Subject: [PATCH] Added release notes for v2.18 (#1197) Signed-off-by: Kshitij Tandon (cherry picked from commit 7a03a509528c9c7a93179cd17c9064f8c79aed2e) Signed-off-by: github-actions[bot] --- ...ashboards-plugin.release-notes-2.18.0.0.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.18.0.0.md diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.18.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.18.0.0.md new file mode 100644 index 000000000..02bb8b107 --- /dev/null +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.18.0.0.md @@ -0,0 +1,20 @@ +## Version 2.18.0.0 2024-10-28 + +Compatible with OpenSearch 2.18.0 + +### Enhancements + +* Fit and Finish UX changes ([#1179](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1179)) +* Replaced EuiText with EuiTitle for section headers in content areas ([#1182](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1182)) +* Setting validation for transform APIs ([#1191](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1191)) + + +### Bug Fixes + +* bug-fix: Create snapshot policy button reloads the dashboard ([#1187](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1187)) +* Fixing a bug with initial data source being set to local cluster ([#1189](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1189)) + + +### Maintenance + +* Increment version to 2.18.0.0 ([#1180](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1180))