From defeb9799767ab9e412feb4262ff7e0ccdce5949 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 11 Jul 2023 22:34:09 -0700 Subject: [PATCH 1/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- ...arch-common-utils.release-notes-2.9.0.0.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.9.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md new file mode 100644 index 00000000..d5f94f29 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md @@ -0,0 +1,26 @@ +## Version 2.8.0.0 2023-05-26 + +Compatible with OpenSearch 2.8.0 + +### Maintenance +* Increment version to 2.9.0-SNAPSHOT. ([#444](https://github.com/opensearch-project/common-utils/pull/444)) +* Modify triggers to push snapshots on all branches. ([#454](https://github.com/opensearch-project/common-utils/pull/454)) + +### Feature +* Adds Chained alerts triggers for workflows. ([#456](https://github.com/opensearch-project/common-utils/pull/456)) +* Acknowledge chained alert request for workflow. ([#459](https://github.com/opensearch-project/common-utils/pull/459)) +* Adds audit state in Alert. ([#461](https://github.com/opensearch-project/common-utils/pull/461)) +* Add workflowId field in alert. (([#463](https://github.com/opensearch-project/common-utils/pull/463)) +* APIs for get workflow alerts and acknowledge chained alerts. ([#472](https://github.com/opensearch-project/common-utils/pull/472)) +* Add auditDelegateMonitorAlerts flag. ([#476](https://github.com/opensearch-project/common-utils/pull/476)) +* Implemented support for configuring a cluster metrics monitor to call cat/indices, and cat/shards. ([#479](https://github.com/opensearch-project/common-utils/pull/479)) + + +### Bug Fixes +* OpenSearch commons strings library dependency import. ([#474](https://github.com/opensearch-project/common-utils/pull/474)) + +### Refactoring +* Pass workflow id in alert constructors. ([#465](https://github.com/opensearch-project/common-utils/pull/465)) + +### Documentation +* Added 2.9 release notes. ([#]()) \ No newline at end of file From 5b1f675d042ea7af9ebadb3fbdad9474c7e645de Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 11 Jul 2023 22:35:32 -0700 Subject: [PATCH 2/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- release-notes/opensearch-common-utils.release-notes-2.9.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md index d5f94f29..2fb66b39 100644 --- a/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md @@ -23,4 +23,4 @@ Compatible with OpenSearch 2.8.0 * Pass workflow id in alert constructors. ([#465](https://github.com/opensearch-project/common-utils/pull/465)) ### Documentation -* Added 2.9 release notes. ([#]()) \ No newline at end of file +* Added 2.9 release notes. ([#482](https://github.com/opensearch-project/common-utils/pull/482)) \ No newline at end of file From f885373be362fcf582d01d9dc570ac044471f980 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 11 Jul 2023 22:49:27 -0700 Subject: [PATCH 3/3] Added 2.9 release notes. Signed-off-by: AWSHurneyt --- .../opensearch-common-utils.release-notes-2.9.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md index 2fb66b39..c5f78503 100644 --- a/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-common-utils.release-notes-2.9.0.0.md @@ -1,6 +1,6 @@ -## Version 2.8.0.0 2023-05-26 +## Version 2.9.0.0 2023-07-11 -Compatible with OpenSearch 2.8.0 +Compatible with OpenSearch 2.9.0 ### Maintenance * Increment version to 2.9.0-SNAPSHOT. ([#444](https://github.com/opensearch-project/common-utils/pull/444))