From 9cf7fdcc85c9862b31bfc7f59bad78e2c929c11f Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 3 Sep 2024 14:02:22 -0700 Subject: [PATCH 1/5] Added 2.17 release notes. Signed-off-by: AWSHurneyt --- ...ng-dashboards-plugin.release-notes-2.17.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md new file mode 100644 index 000000000..f35323219 --- /dev/null +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md @@ -0,0 +1,15 @@ +## Version 2.17.0.0 2024-09-03 +Compatible with OpenSearch Dashboards 2.17.0 + +### Maintenance +* Increment version to 2.17.0.0 ([#1054](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1054)) +* [CVE-2024-4068] Pinned package version for braces ([#1024](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1024)) + +### Refactoring +* support date_nanos type when select time field for creating monitor ([#954](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/954)) +* Updated all pages with new header UI ([#1056](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1056)) + +### Bug fixes +* Fixed cypress tests. ([#1027](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1027)) +* [navigation]fix: remove the workspaceAvailability field to make alert visible within workspace ([#1028](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1028)) +* Fix failed UT of AddAlertingMonitor.test.js ([#1040](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1040)) \ No newline at end of file From 84cef0b76640d824005c16ed4a8f20abab2a96a8 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 3 Sep 2024 14:04:17 -0700 Subject: [PATCH 2/5] Added 2.17 release notes. Signed-off-by: AWSHurneyt --- ...arch-alerting-dashboards-plugin.release-notes-2.17.0.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md index f35323219..93aa5a035 100644 --- a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md @@ -12,4 +12,7 @@ Compatible with OpenSearch Dashboards 2.17.0 ### Bug fixes * Fixed cypress tests. ([#1027](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1027)) * [navigation]fix: remove the workspaceAvailability field to make alert visible within workspace ([#1028](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1028)) -* Fix failed UT of AddAlertingMonitor.test.js ([#1040](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1040)) \ No newline at end of file +* Fix failed UT of AddAlertingMonitor.test.js ([#1040](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1040)) + +### Documentation +* Added 2.17 release notes. ([#1065](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1065)) \ No newline at end of file From c0cafd30fc616fc3d68006bc8d1e26409b1af61d Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 3 Sep 2024 14:52:42 -0700 Subject: [PATCH 3/5] Added 2.17 release notes. Signed-off-by: AWSHurneyt --- ...ensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md index 93aa5a035..b301a53fb 100644 --- a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md @@ -8,6 +8,7 @@ Compatible with OpenSearch Dashboards 2.17.0 ### Refactoring * support date_nanos type when select time field for creating monitor ([#954](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/954)) * Updated all pages with new header UI ([#1056](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1056)) +* Register alerts card with analytics workspace use case ([#1064](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1064)) ### Bug fixes * Fixed cypress tests. ([#1027](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1027)) From 299e0a17c0d789c97ab8a30f43c5f109079a51d1 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 4 Sep 2024 13:34:17 -0700 Subject: [PATCH 4/5] Added 2.17 release notes. Signed-off-by: AWSHurneyt --- ...ensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md index b301a53fb..f44ec029d 100644 --- a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md @@ -14,6 +14,7 @@ Compatible with OpenSearch Dashboards 2.17.0 * Fixed cypress tests. ([#1027](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1027)) * [navigation]fix: remove the workspaceAvailability field to make alert visible within workspace ([#1028](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1028)) * Fix failed UT of AddAlertingMonitor.test.js ([#1040](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1040)) +* Issue #671 fix trigger name validation ([#794](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/794)) ### Documentation * Added 2.17 release notes. ([#1065](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1065)) \ No newline at end of file From 08a3b2c90b3d1a063f298cd38428ef0a0c075801 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 4 Sep 2024 14:02:09 -0700 Subject: [PATCH 5/5] Added 2.17 release notes. Signed-off-by: AWSHurneyt --- ...ensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md index f44ec029d..9961122b8 100644 --- a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.17.0.0.md @@ -15,6 +15,7 @@ Compatible with OpenSearch Dashboards 2.17.0 * [navigation]fix: remove the workspaceAvailability field to make alert visible within workspace ([#1028](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1028)) * Fix failed UT of AddAlertingMonitor.test.js ([#1040](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1040)) * Issue #671 fix trigger name validation ([#794](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/794)) +* Fix alerts card in all-use case overview page ([#1073](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1073)) ### Documentation * Added 2.17 release notes. ([#1065](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1065)) \ No newline at end of file