From 9d91708e108beef344a0316f6956ccc9d453dc11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Feb 2025 20:53:53 +0000 Subject: [PATCH] Added 2.19 release notes. (#1790) * Added 2.19 release notes. Signed-off-by: AWSHurneyt * Added 2.19 release notes. Signed-off-by: AWSHurneyt --------- Signed-off-by: AWSHurneyt (cherry picked from commit ef88cf35aa102f0bd6b27b889cd159da78ebb154) Signed-off-by: github-actions[bot] --- ...opensearch-alerting.release-notes-2.19.0.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.19.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.19.0.0.md b/release-notes/opensearch-alerting.release-notes-2.19.0.0.md new file mode 100644 index 000000000..6d123df8c --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.19.0.0.md @@ -0,0 +1,16 @@ +## Version 2.19.0.0 2025-02-03 +Compatible with OpenSearch 2.19.0 + +### Maintenance +* Increment version to 2.19.0-SNAPSHOT. ([#1716](https://github.com/opensearch-project/alerting/pull/1716)) +* Upgrade to upload-artifact v4 ([#1739](https://github.com/opensearch-project/alerting/pull/1739)) + +### Refactoring +* optimize execution of workflow consisting of bucket-level followed by doc-level monitors ([#1729](https://github.com/opensearch-project/alerting/pull/1729)) + +### Bug Fixes +* Force create last run context in monitor workflow metadata when workflow is re-enabled ([#1778](https://github.com/opensearch-project/alerting/pull/1778)) +* Fix bucket selector aggregation writeable name. ([#1780](https://github.com/opensearch-project/alerting/pull/1780)) + +### Documentation +* Added 2.19.0 release notes. ([#1790](https://github.com/opensearch-project/alerting/pull/1790)) \ No newline at end of file