From 3d57145a6b450a681bed238f169d9980ca8ab728 Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Mon, 27 Jun 2022 16:02:45 -0700 Subject: [PATCH] added 2.1 release notes (#284) Signed-off-by: Amit Galitzky (cherry picked from commit 3b80bdae6dc366217f2b5a3716af17eeaf25a8f6) --- ...ly-detection-dashboards.release-notes-2.1.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.1.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.1.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.1.0.0.md new file mode 100644 index 00000000..ebb7d466 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.1.0.0.md @@ -0,0 +1,13 @@ +## Version 2.1.0.0 Release Notes + +Compatible with OpenSearch Dashboards 2.1.0 + +### Bug Fixes + +* Fix missing data call out if window delay is large ([#278](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/278)) + +### Infrastructure + +* added UT for validation API related components ([#252](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/252)) +* Run UT/IT on all branches ([#228](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/228)) +* Bump to 2.1.0 compatibility ([#282](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/282))