From 74b644cb02d418f1ad883ddd06980aa340fa184f Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Wed, 20 Apr 2022 14:31:42 -0700 Subject: [PATCH] adding 2.0-rc1 dashboard release notes (#247) Signed-off-by: Amit Galitzky --- ...on-dashboards.release-notes-2.0.0.0-rc1.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.0.0.0-rc1.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.0.0.0-rc1.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.0.0.0-rc1.md new file mode 100644 index 00000000..fa13c005 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.0.0.0-rc1.md @@ -0,0 +1,20 @@ +## Version 2.0.0.0-rc1 Release Notes + +Compatible with OpenSearch Dashboards 2.0.0-rc1 + +### Bug Fixes + +* Remove extra loading spinners ([#238](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/238)) +* remove additional loading spinners and removing master from docker compose ([#243](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/243)) + +### Infrastructure + +* Add auto labeler workflow ([#205](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/205)) +* Updated issue templates from .github. ([#226](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/226)) +* 2.0 version bump ([#230](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/230)) +* Change 2.0-alpha1 to 2.0-rc1. ([#241](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/241)) +* Update labeler to default backports to 2.x ([#246](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/246)) + +### Documentation + +* Update integ tests badge in README ([#215](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/215))