From c9e72eb9c4f0cd39bd9acc1e30962ca10c345543 Mon Sep 17 00:00:00 2001 From: Chris Hesterman Date: Fri, 9 Sep 2022 15:11:54 -0700 Subject: [PATCH 1/4] Added release notes for 2.3 Signed-off-by: Chris Hesterman --- ...ent-dashboards-plugin.release-notes-2.3.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md new file mode 100644 index 000000000..626650a5e --- /dev/null +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md @@ -0,0 +1,15 @@ +## Version 2.3.0.0 2022-09-09 + +Compatible with OpenSearch 2.3.0 + +### Enhancement +* Change alignment of Snapshot Management panels in pages/Main/Main.tsx ([#236](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/236)) +* Update Rollup help text ([#221](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/221)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) + +### Bug fixes +* Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) +* Remove extra forward slash for URL to snapshot management docs ([#231](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/231)) + +### Maintenance +* Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) \ No newline at end of file From f2ae78da4ebee4bb286e0c5535936e135cf4128c Mon Sep 17 00:00:00 2001 From: Chris Hesterman Date: Fri, 9 Sep 2022 15:43:30 -0700 Subject: [PATCH 2/4] Remove commit 221, move 229 to Maintenance, add 250 to Documentation Signed-off-by: Chris Hesterman --- ...-management-dashboards-plugin.release-notes-2.3.0.0.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md index 626650a5e..27c9667ae 100644 --- a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md @@ -4,12 +4,14 @@ Compatible with OpenSearch 2.3.0 ### Enhancement * Change alignment of Snapshot Management panels in pages/Main/Main.tsx ([#236](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/236)) -* Update Rollup help text ([#221](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/221)) -* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) ### Bug fixes * Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) * Remove extra forward slash for URL to snapshot management docs ([#231](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/231)) ### Maintenance -* Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) \ No newline at end of file +* Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) + +### Documentation +* Added release notes for 2.3 ([#250](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/250)) \ No newline at end of file From d42f5b971a882b7e6cea01dcbe6f4cb128ea72b3 Mon Sep 17 00:00:00 2001 From: Chris Hesterman Date: Fri, 9 Sep 2022 15:51:07 -0700 Subject: [PATCH 3/4] Move 230 to Maintenance, 229 back to Bug fixes Signed-off-by: Chris Hesterman --- ...ndex-management-dashboards-plugin.release-notes-2.3.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md index 27c9667ae..8cbf12c0b 100644 --- a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md @@ -6,12 +6,12 @@ Compatible with OpenSearch 2.3.0 * Change alignment of Snapshot Management panels in pages/Main/Main.tsx ([#236](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/236)) ### Bug fixes -* Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) * Remove extra forward slash for URL to snapshot management docs ([#231](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/231)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) ### Maintenance * Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) -* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) +* Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) ### Documentation * Added release notes for 2.3 ([#250](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/250)) \ No newline at end of file From da90287dd100a4928da94565aaf6ca19d19d3d7a Mon Sep 17 00:00:00 2001 From: Chris Hesterman Date: Fri, 9 Sep 2022 15:54:26 -0700 Subject: [PATCH 4/4] Move 229 back to Maintenance Signed-off-by: Chris Hesterman --- ...-index-management-dashboards-plugin.release-notes-2.3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md index 8cbf12c0b..b0b552f8f 100644 --- a/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md +++ b/release-notes/opensearch-index-management-dashboards-plugin.release-notes-2.3.0.0.md @@ -7,11 +7,11 @@ Compatible with OpenSearch 2.3.0 ### Bug fixes * Remove extra forward slash for URL to snapshot management docs ([#231](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/231)) -* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) ### Maintenance * Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) * Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) ### Documentation * Added release notes for 2.3 ([#250](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/250)) \ No newline at end of file