From b25d322da419ed22ca6874e5cb4604c6038f16ef Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 01:08:44 -0800 Subject: [PATCH] Add 1.3 release notes (#175) (#185) * Create opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md Signed-off-by: Annie Lee * Update opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md Signed-off-by: Annie Lee (cherry picked from commit 98f790486297c7cf003f025eb778029c28a351c3) Co-authored-by: Annie Lee --- ...dashboards-plugin.release-notes-1.3.0.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 release-notes/opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md new file mode 100644 index 000000000..4e9fe755b --- /dev/null +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-1.3.0.0.md @@ -0,0 +1,27 @@ +## Version 1.3.0.0 2022-02-17 +Compatible with OpenSearch Dashboards 1.3.0 + +### Enhancements +* Implemented a toast to display successful attempts to acknowledge alerts. Refactored alerts dashboard flyout to refresh its alerts table when alerts are acknowledged. ([#160](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/160)) +* Refactored acknowledge alerts button on Alerts by trigger dashboard page to be a modal experience. ([#167](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/167)) + +### Maintenance +* Bumping version to 1.3. ([#159](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/159)) +* adding CODEOWNERS file ([#150](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/150)) +* Configure WhiteSource for GitHub.com ([#153](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/153)) +* Adding basic unit tests ([#151](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/151)) +* Updated copyright notices and headers. ([#168](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/168)) +* Adding a few more basic unit tests ([#180](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/180)) +* Add backport workflow ([#176](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/176)) + +### Bug Fixes +* Fix error handling when config index is not found ([#173](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/173)) +* Update getDestination response ([#182](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/182)) + +### Infrastructure +* Remove node version declaration in package.json ([#166](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/166)) + + + + +