Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 2.6 release notes. #809

Merged
merged 1 commit into from
Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions release-notes/opensearch-alerting.release-notes-2.6.0.0.md
Original file line number Diff line number Diff line change
@@ -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))