Skip to content

Commit

Permalink
Add 2.12 release notes (#1408)
Browse files Browse the repository at this point in the history
* Add 2.12 release notes

Signed-off-by: Chase Engelbrecht <engechas@amazon.com>

* Fix release notes PR

Signed-off-by: Chase Engelbrecht <engechas@amazon.com>

* Add 2 more PRs

Signed-off-by: Chase Engelbrecht <engechas@amazon.com>

---------

Signed-off-by: Chase Engelbrecht <engechas@amazon.com>
(cherry picked from commit b10eaad)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent c8ef164 commit 807cbac
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions release-notes/opensearch-alerting.release-notes-2.12.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Version 2.12.0.0 2024-02-06
Compatible with OpenSearch 2.12.0

### Maintenance
* Increment version to 2.12.0-SNAPSHOT. ([#1239](https://github.com/opensearch-project/alerting/pull/1239))
* Removed default admin credentials for alerting ([#1399](https://github.com/opensearch-project/alerting/pull/1399))
* ipaddress lib upgrade as part of cve fix ([#1397](https://github.com/opensearch-project/alerting/pull/1397))

### Bug Fixes
* Don't attempt to parse workflow if it doesn't exist ([#1346](https://github.com/opensearch-project/alerting/pull/1346))
* Set docData to empty string if actual is null ([#1325](https://github.com/opensearch-project/alerting/pull/1325))

### Enhancements
* Optimize doc-level monitor execution workflow for datastreams ([#1302](https://github.com/opensearch-project/alerting/pull/1302))
* Inject namedWriteableRegistry during ser/deser of SearchMonitorAction ([#1382](https://github.com/opensearch-project/alerting/pull/1382))
* Bulk index findings and sequentially invoke auto-correlations ([#1355](https://github.com/opensearch-project/alerting/pull/1355))
* Implemented cross-cluster monitor support ([#1404](https://github.com/opensearch-project/alerting/pull/1404))

### Refactoring
* Reference get monitor and search monitor action / request / responses from common-utils ([#1315](https://github.com/opensearch-project/alerting/pull/1315))

### Infrastructure
* Fix workflow security tests. ([#1310](https://github.com/opensearch-project/alerting/pull/1310))
* Upgrade to Gradle 8.5 ([#1369](https://github.com/opensearch-project/alerting/pull/1369))

### Documentation
* Added 2.12 release notes ([#1408](https://github.com/opensearch-project/alerting/pull/1408))

0 comments on commit 807cbac

Please sign in to comment.