From 1ce204650a2afd591b1146f0332c23c432652828 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 11 Oct 2023 14:53:02 -0700 Subject: [PATCH 1/2] Drafted 2.11 release notes. Signed-off-by: AWSHurneyt --- ...nsearch-alerting.release-notes-2.11.0.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.11.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.11.0.0.md b/release-notes/opensearch-alerting.release-notes-2.11.0.0.md new file mode 100644 index 000000000..991bef0d7 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.11.0.0.md @@ -0,0 +1,22 @@ +## Version 2.11.0.0 2023-10-11 +Compatible with OpenSearch 2.11.0 + +### Maintenance +* Increment version to 2.11.0-SNAPSHOT. ([#1116](https://github.com/opensearch-project/alerting/pull/1116)) + +### Bug Fixes +* Fix workflow execution for first run. ([#1227](https://github.com/opensearch-project/alerting/pull/1227)) + +### Enhancements +* Add logging for execution and indexes of monitors and workflows. ([#1223](https://github.com/opensearch-project/alerting/pull/1223)) + +### Refactoring +* Optimize doc-level monitor workflow for index patterns. ([#1122](https://github.com/opensearch-project/alerting/pull/1122)) +* Add workflow null or empty check only when empty workflow id passed. ([#1139(https://github.com/opensearch-project/alerting/pull/1139)) +* Add primary first calls for different monitor types. ([#1205](https://github.com/opensearch-project/alerting/pull/1205)) + +### Infrastructure +* Ignore flaky security test suites. ([#1188](https://github.com/opensearch-project/alerting/pull/1188)) + +### Documentation +* Added 2.11 release notes ([#]()) \ No newline at end of file From 9d09a382c779dcb9161e4c91bb1d59e959930d17 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Wed, 11 Oct 2023 14:59:19 -0700 Subject: [PATCH 2/2] Drafted 2.11 release notes. Signed-off-by: AWSHurneyt --- release-notes/opensearch-alerting.release-notes-2.11.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting.release-notes-2.11.0.0.md b/release-notes/opensearch-alerting.release-notes-2.11.0.0.md index 991bef0d7..8a5e014f2 100644 --- a/release-notes/opensearch-alerting.release-notes-2.11.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-2.11.0.0.md @@ -19,4 +19,4 @@ Compatible with OpenSearch 2.11.0 * Ignore flaky security test suites. ([#1188](https://github.com/opensearch-project/alerting/pull/1188)) ### Documentation -* Added 2.11 release notes ([#]()) \ No newline at end of file +* Added 2.11 release notes ([#1251](https://github.com/opensearch-project/alerting/pull/1251)) \ No newline at end of file