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

Add 2.12 release notes #1408

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Changes from 2 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
25 changes: 25 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,25 @@
## 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))

### 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))
Loading