Skip to content

Commit b10eaad

Browse files
authored
Add 2.12 release notes (opensearch-project#1408)
* Add 2.12 release notes Signed-off-by: Chase Engelbrecht <[email protected]> * Fix release notes PR Signed-off-by: Chase Engelbrecht <[email protected]> * Add 2 more PRs Signed-off-by: Chase Engelbrecht <[email protected]> --------- Signed-off-by: Chase Engelbrecht <[email protected]>
1 parent ea36996 commit b10eaad

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Version 2.12.0.0 2024-02-06
2+
Compatible with OpenSearch 2.12.0
3+
4+
### Maintenance
5+
* Increment version to 2.12.0-SNAPSHOT. ([#1239](https://github.com/opensearch-project/alerting/pull/1239))
6+
* Removed default admin credentials for alerting ([#1399](https://github.com/opensearch-project/alerting/pull/1399))
7+
* ipaddress lib upgrade as part of cve fix ([#1397](https://github.com/opensearch-project/alerting/pull/1397))
8+
9+
### Bug Fixes
10+
* Don't attempt to parse workflow if it doesn't exist ([#1346](https://github.com/opensearch-project/alerting/pull/1346))
11+
* Set docData to empty string if actual is null ([#1325](https://github.com/opensearch-project/alerting/pull/1325))
12+
13+
### Enhancements
14+
* Optimize doc-level monitor execution workflow for datastreams ([#1302](https://github.com/opensearch-project/alerting/pull/1302))
15+
* Inject namedWriteableRegistry during ser/deser of SearchMonitorAction ([#1382](https://github.com/opensearch-project/alerting/pull/1382))
16+
* Bulk index findings and sequentially invoke auto-correlations ([#1355](https://github.com/opensearch-project/alerting/pull/1355))
17+
* Implemented cross-cluster monitor support ([#1404](https://github.com/opensearch-project/alerting/pull/1404))
18+
19+
### Refactoring
20+
* Reference get monitor and search monitor action / request / responses from common-utils ([#1315](https://github.com/opensearch-project/alerting/pull/1315))
21+
22+
### Infrastructure
23+
* Fix workflow security tests. ([#1310](https://github.com/opensearch-project/alerting/pull/1310))
24+
* Upgrade to Gradle 8.5 ([#1369](https://github.com/opensearch-project/alerting/pull/1369))
25+
26+
### Documentation
27+
* Added 2.12 release notes ([#1408](https://github.com/opensearch-project/alerting/pull/1408))

0 commit comments

Comments
 (0)