From 1bc4f53d617e47553acbb7214cfe8e8b8b8b9508 Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Mon, 25 Apr 2022 16:13:50 -0700 Subject: [PATCH 1/2] Add release notes for version 2.0.0-rc1 Signed-off-by: Ashish Agrawal --- ...boards-plugin.release-notes-2.0.0.0-rc1.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md new file mode 100644 index 000000000..02f15e388 --- /dev/null +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md @@ -0,0 +1,28 @@ +## Version 2.0.0.0-rc1 2022-04-25 +Compatible with OpenSearch Dashboards 2.0.0-rc1 + +### Enhancements +* Implemented UX support for configuring doc level monitors. ([#218](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/218)) +* Integrate Alerting Dashboards with Notifications Plugin ([#220](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/220)) +* Remove disabled buttons and update Destination flows to reflect read-only state ([#221](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/221)) +* Added document column to alerts dashboard for doc level monitors. Adjusted alerts dashboard configuration to remove unused alert states for doc level monitors. Refactored style of alerts flyout based on UX feedback. ([#223](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/223)) + +### Maintenance +* Bumped main branch version to 2.0 to align with OpenSearch-Dashboards. Added alpha1 qualifier to align with backend snapshot version. ([#202](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/202)) +* [Build] bump plugin version to 2.0.0.0-rc1 ([#213](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/213)) +* Incremented version to 2.0-rc1. ([#216](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/216)) + +### Refactor +* Temporarily disabled destination use in some cypress tests to resolve flakiness. ([#214](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/214)) + +### Bug Fixes +* Fixed a bug that was causing the UX to reset visual editor trigger conditions to their default values when a trigger name contained periods. ([#204](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/204)) +* Fixed a bug that was preventing the configured schedule from displaying when editing a monitor that was created through backend commands. ([#197](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/197)) +* Fixed bugs associated with alerts table, and addressed UX review feedback. ([#222](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/222)) + +### Infrastructure +* Removed the Beta label from the bug report template. ([#196](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/196)) +* Updated issue templates from .github. ([#205](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/205)) + +### Documentation +* Add release notes for version 2.0.0-rc1 ([#227](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/227)) From 8ba9b589b233c012c1fae4b3556b4668b3191086 Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Mon, 25 Apr 2022 16:27:04 -0700 Subject: [PATCH 2/2] fix release notes Signed-off-by: Ashish Agrawal --- ...rch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md index 02f15e388..2c0854774 100644 --- a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.0.0.0-rc1.md @@ -4,7 +4,6 @@ Compatible with OpenSearch Dashboards 2.0.0-rc1 ### Enhancements * Implemented UX support for configuring doc level monitors. ([#218](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/218)) * Integrate Alerting Dashboards with Notifications Plugin ([#220](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/220)) -* Remove disabled buttons and update Destination flows to reflect read-only state ([#221](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/221)) * Added document column to alerts dashboard for doc level monitors. Adjusted alerts dashboard configuration to remove unused alert states for doc level monitors. Refactored style of alerts flyout based on UX feedback. ([#223](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/223)) ### Maintenance @@ -14,11 +13,13 @@ Compatible with OpenSearch Dashboards 2.0.0-rc1 ### Refactor * Temporarily disabled destination use in some cypress tests to resolve flakiness. ([#214](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/214)) +* Remove disabled buttons and update Destination flows to reflect read-only state ([#221](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/221)) ### Bug Fixes * Fixed a bug that was causing the UX to reset visual editor trigger conditions to their default values when a trigger name contained periods. ([#204](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/204)) * Fixed a bug that was preventing the configured schedule from displaying when editing a monitor that was created through backend commands. ([#197](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/197)) * Fixed bugs associated with alerts table, and addressed UX review feedback. ([#222](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/222)) +* Document level monitor UX bug fixes ([#226](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/226)) ### Infrastructure * Removed the Beta label from the bug report template. ([#196](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/196))