From 0e9a71607567dc72e667912a226f1b51789ccfec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 19:50:27 +0000 Subject: [PATCH] Added 2.18.0 release notes. (#1718) * Added 2.18.0 release notes. Signed-off-by: AWSHurneyt * Added 2.18.0 release notes. Signed-off-by: AWSHurneyt * Added 2.18.0 release notes. Signed-off-by: AWSHurneyt --------- Signed-off-by: AWSHurneyt (cherry picked from commit e1f05c9366e2c0535cef86762a5579c3a66ed886) Signed-off-by: github-actions[bot] --- ...nsearch-alerting.release-notes-2.18.0.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.18.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.18.0.0.md b/release-notes/opensearch-alerting.release-notes-2.18.0.0.md new file mode 100644 index 000000000..81d84a806 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.18.0.0.md @@ -0,0 +1,21 @@ +## Version 2.18.0.0 2024-10-28 +Compatible with OpenSearch 2.18.0 + +### Maintenance +* Increment version to 2.18.0-SNAPSHOT. ([#1653](https://github.com/opensearch-project/alerting/pull/1653)) + +### Refactoring +* Adding Alerting Comments system indices and Security ITs ([#1659](https://github.com/opensearch-project/alerting/pull/1659)) +* add logging for remote monitor execution flows ([#1663](https://github.com/opensearch-project/alerting/pull/1663)) +* separate doc-level monitor query indices for externally defined monitors ([#1664](https://github.com/opensearch-project/alerting/pull/1664)) +* move deletion of query index before its creation ([#1668](https://github.com/opensearch-project/alerting/pull/1668)) +* create query index at the time of monitor creation ([#1674](https://github.com/opensearch-project/alerting/pull/1674)) + + +### Bug Fixes +* delete query index only if put mappings throws an exception ([#1685](https://github.com/opensearch-project/alerting/pull/1685)) +* optimize bucket level monitor to resolve alias to query only those time-series indices that contain docs within timeframe of range query filter in search input ([#1701](https://github.com/opensearch-project/alerting/pull/1701)) +* fix number of shards of query index to 0 and auto expand replicas to 0-1 ([#1702](https://github.com/opensearch-project/alerting/pull/1702)) + +### Documentation +* Added 2.18.0 release notes. ([#1718](https://github.com/opensearch-project/alerting/pull/1718)) \ No newline at end of file