diff --git a/release-notes/opensearch-alerting.release-notes-2.6.0.0.md b/release-notes/opensearch-alerting.release-notes-2.6.0.0.md new file mode 100644 index 000000000..7264f1278 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.6.0.0.md @@ -0,0 +1,23 @@ +## Version 2.6.0.0 2023-02-21 +Compatible with OpenSearch 2.6.0 + +### Features +* Multiple indices support in DocLevelMonitorInput ([#784](https://github.com/opensearch-project/alerting/pull/784)) + +### Maintenance +* [AUTO] Increment version to 2.6.0-SNAPSHOT ([#738](https://github.com/opensearch-project/alerting/pull/738)) + +### Bug Fixes +* Added document _id as param for terms query when searching alerts by their ids ([#753](https://github.com/opensearch-project/alerting/pull/753)) +* fix for ERROR alert state generation in doc-level monitors ([#768](https://github.com/opensearch-project/alerting/pull/768)) +* [BUG] ExecuteMonitor inserting metadata doc during dry run ([#758](https://github.com/opensearch-project/alerting/pull/758)) +* Adjusting max field index setting dynamically for query index ([#776](https://github.com/opensearch-project/alerting/pull/776)) +* Fix setting default title only when no subject has been set ([#750](https://github.com/opensearch-project/alerting/pull/750)) + +### Infrastructure +* fixed security tests. ([#484](https://github.com/opensearch-project/alerting/pull/484)) +* minot fix to prevent flaky tests in downstream plugins ([#804](https://github.com/opensearch-project/alerting/pull/804)) +* Publish snapshots to maven via GHA ([#805](https://github.com/opensearch-project/alerting/pull/805)) + +### Documentation +* Added 2.6 release notes. ([#809](https://github.com/opensearch-project/alerting/pull/809)) \ No newline at end of file