From 0c171160eb8e248cdce51803a7eef818df97728e Mon Sep 17 00:00:00 2001 From: Annie Lee Date: Fri, 5 Nov 2021 12:08:28 -0700 Subject: [PATCH 1/3] Create opensearch-alerting.release-notes-1.2.0.0.md Signed-off-by: Annie Lee --- ...ensearch-alerting.release-notes-1.2.0.0.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-1.2.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-1.2.0.0.md b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md new file mode 100644 index 000000000..f0edee2b7 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md @@ -0,0 +1,41 @@ +## Version 1.2.0.0 2021-11-05 + +Compatible with OpenSearch 1.2.0 + +### Enhancements + +* Admin Users must be able to access all monitors #139 ([#220](https://github.com/opensearch-project/alerting/pull/220)) +* Add valid search filters. ([#194](https://github.com/opensearch-project/alerting/pull/194)) + +### Bug Fixes + +* Fixed a bug that was preventing the AcknowledgeAlerts API from acknowledging more than 10 alerts at once. ([#205](https://github.com/opensearch-project/alerting/pull/205)) +* Remove user from the responses ([#201](https://github.com/opensearch-project/alerting/pull/201)) + +### Infrastructure + +* Update build to use public Maven repo ([#184](https://github.com/opensearch-project/alerting/pull/184)) +* Publish notification JARs checksums. ([#196](https://github.com/opensearch-project/alerting/pull/196)) +* Updates testCompile mockito version to match OpenSearch changes ([#204](https://github.com/opensearch-project/alerting/pull/204)) +* Update maven publication to include cksums. ([#224](https://github.com/opensearch-project/alerting/pull/224)) +* Updates alerting version to 1.2 ([#192](https://github.com/opensearch-project/alerting/pull/192)) + +### Documentation + +* Add release notes for 1.2.0.0 release ([#]()) + +### Maintenance + +* Update copyright notice ([#222](https://github.com/opensearch-project/alerting/pull/222)) + + + + + + + + + + + + From 21e7e222cff9fce259a863c1cb0b45284864c024 Mon Sep 17 00:00:00 2001 From: Annie Lee Date: Fri, 5 Nov 2021 12:12:22 -0700 Subject: [PATCH 2/3] Update opensearch-alerting.release-notes-1.2.0.0.md --- .../opensearch-alerting.release-notes-1.2.0.0.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/release-notes/opensearch-alerting.release-notes-1.2.0.0.md b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md index f0edee2b7..c2367a936 100644 --- a/release-notes/opensearch-alerting.release-notes-1.2.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md @@ -28,14 +28,3 @@ Compatible with OpenSearch 1.2.0 * Update copyright notice ([#222](https://github.com/opensearch-project/alerting/pull/222)) - - - - - - - - - - - From edae94665515a0ab60e00fd1db7926fa4eb2a573 Mon Sep 17 00:00:00 2001 From: Annie Lee Date: Fri, 5 Nov 2021 12:12:59 -0700 Subject: [PATCH 3/3] Update opensearch-alerting.release-notes-1.2.0.0.md --- release-notes/opensearch-alerting.release-notes-1.2.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting.release-notes-1.2.0.0.md b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md index c2367a936..5cfe0b553 100644 --- a/release-notes/opensearch-alerting.release-notes-1.2.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-1.2.0.0.md @@ -22,7 +22,7 @@ Compatible with OpenSearch 1.2.0 ### Documentation -* Add release notes for 1.2.0.0 release ([#]()) +* Add release notes for 1.2.0.0 release ([#225](https://github.com/opensearch-project/alerting/pull/225)) ### Maintenance