From 87d547a6aa332bfa330af0c1481e20deb542aadc Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 30 Apr 2024 16:52:12 -0700 Subject: [PATCH 1/2] Added 2.14 release notes. Signed-off-by: AWSHurneyt --- ...nsearch-alerting.release-notes-2.14.0.0.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.14.0.0.md b/release-notes/opensearch-alerting.release-notes-2.14.0.0.md new file mode 100644 index 000000000..7ad7110e0 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.14.0.0.md @@ -0,0 +1,25 @@ +## Version 2.14.0.0 2024-04-30 +Compatible with OpenSearch 2.14.0 + +### Maintenance +* Increment version to 2.14.0-SNAPSHOT. ([#1492](https://github.com/opensearch-project/alerting/pull/1492)) + +### Bug Fixes +* Fix fieldLimit exception in docLevelMonitor. ([#1368](https://github.com/opensearch-project/alerting/pull/1368)) + +### Enhancements +* Adding tracking_total_hits in search query for findings. ([#1487](https://github.com/opensearch-project/alerting/pull/1487)) + +### Refactoring +* Removed log entry regarding destination migration. ([#1356](https://github.com/opensearch-project/alerting/pull/1356)) +* Set the cancelAfterTimeInterval parameter on SearchRequest object in all MonitorRunners. ([#1366](https://github.com/opensearch-project/alerting/pull/1366)) +* Add validation check for doc level query name during monitor creation. ([#1506](https://github.com/opensearch-project/alerting/pull/1506)) +* Added input validation, and fixed bug for cross cluster monitors. ([#1510](https://github.com/opensearch-project/alerting/pull/1510)) +* Doc-level monitor fan-out approach ([#1521](https://github.com/opensearch-project/alerting/pull/1521)) + +### Infrastructure +* Adjusted maven publish workflow to execute automatically when merging a PR. ([#1531](https://github.com/opensearch-project/alerting/pull/1531)) + +### Documentation +* Dev guide update to include building/using local os-min distro. ([#757](https://github.com/opensearch-project/alerting/pull/757)) +* Added 2.14 release notes. ([#]()) \ No newline at end of file From 49350a35a01f19444b3b36f7f217f65c1a0a17ea Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 30 Apr 2024 16:55:30 -0700 Subject: [PATCH 2/2] Added 2.14 release notes. Signed-off-by: AWSHurneyt --- release-notes/opensearch-alerting.release-notes-2.14.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-alerting.release-notes-2.14.0.0.md b/release-notes/opensearch-alerting.release-notes-2.14.0.0.md index 7ad7110e0..674c82f46 100644 --- a/release-notes/opensearch-alerting.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-alerting.release-notes-2.14.0.0.md @@ -22,4 +22,4 @@ Compatible with OpenSearch 2.14.0 ### Documentation * Dev guide update to include building/using local os-min distro. ([#757](https://github.com/opensearch-project/alerting/pull/757)) -* Added 2.14 release notes. ([#]()) \ No newline at end of file +* Added 2.14 release notes. ([#1534](https://github.com/opensearch-project/alerting/pull/1534)) \ No newline at end of file