From b1bb4afda660747509fdba49ebcf59773a6a4e22 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Tue, 30 Apr 2024 10:35:13 -0700 Subject: [PATCH 1/2] Add release notes for 2.14.0 Signed-off-by: Daniel Widdis --- ...ction-dashboards.release-notes-2.14.0.0.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md new file mode 100644 index 00000000..e4e17091 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md @@ -0,0 +1,24 @@ +## Version 2.14.0.0 Release Notes + +Compatible with OpenSearch Dashboards 2.14.0 + +### Enhancements + +* Support MDS on List, Detail, Dashboard, Overview pages ([#722](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/722)) + +### Bug Fixes + +* Populate selected indices from query params on initial load ([#713](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/713)) +* Clean selected field values when switching data source on create page ([#742](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/742)) + +### Infrastructure + +* Add workflow to verify binary installation works ([#693](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/693)) + +### Maintenance + +* Remove legacy dependency ([#710](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/710)) + +### Maintenance + +* Increment version to 2.14.0.0 ([#695](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/695)) From fd9e972d8c7f25b16c035bbb48526c89aeadb384 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Tue, 30 Apr 2024 12:42:08 -0700 Subject: [PATCH 2/2] Address review comments Signed-off-by: Daniel Widdis --- ...earch-anomaly-detection-dashboards.release-notes-2.14.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md index e4e17091..ac1f3c1d 100644 --- a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.14.0.0.md @@ -9,7 +9,7 @@ Compatible with OpenSearch Dashboards 2.14.0 ### Bug Fixes * Populate selected indices from query params on initial load ([#713](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/713)) -* Clean selected field values when switching data source on create page ([#742](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/742)) +* Build query parameters using data_end_time ([#741](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/741)) ### Infrastructure