From 72ac157edbb299c4788f8f640d94f96963d69037 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Tue, 30 Apr 2024 13:04:03 -0700 Subject: [PATCH] Add release notes for 2.14.0 (#745) * Add release notes for 2.14.0 Signed-off-by: Daniel Widdis * Address review comments Signed-off-by: Daniel Widdis --------- Signed-off-by: Daniel Widdis (cherry picked from commit d0e00616a0000396b7a7cf08e743d2a51c792407) --- ...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..ac1f3c1d --- /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)) +* Build query parameters using data_end_time ([#741](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/741)) + +### 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))