-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added 2.10 release notes Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit 49a67ea) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4391ead
commit 3249548
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
release-notes/opensearch-alerting.release-notes-2.10.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Version 2.10.0.0 2023-09-06 | ||
Compatible with OpenSearch 2.10.0 | ||
|
||
### Maintenance | ||
* Increment version to 2.10.0-SNAPSHOT. ([#1018](https://github.com/opensearch-project/alerting/pull/1018)) | ||
* exclude <v32 version of google guava dependency from google java format and add google guava 32.0.1 to resolve CVE CVE-2023-2976 ([#1094](https://github.com/opensearch-project/alerting/pull/1094)) | ||
|
||
### Feature | ||
* Add workflowIds field in getAlerts API ([#1014](https://github.com/opensearch-project/alerting/pull/1014)) | ||
* add alertId parameter in get chained alert API and paginate associated alerts if alertId param is mentioned ([#1071](https://github.com/opensearch-project/alerting/pull/1071)) | ||
* Chained Alert Behaviour Changes ([#1079](https://github.com/opensearch-project/alerting/pull/1079)) | ||
|
||
### Bug Fixes | ||
* fix get alerts alertState query filter ([#1064](https://github.com/opensearch-project/alerting/pull/1064)) | ||
|
||
### Infrastructure | ||
* Upgrade the backport workflow ([#1028](https://github.com/opensearch-project/alerting/pull/1029)) | ||
* Updates demo certs used in integ tests ([#1115](https://github.com/opensearch-project/alerting/pull/1115)) | ||
|
||
### Refactoring | ||
* Update actionGet to SuspendUntil for ClusterMetrics ([#1067](https://github.com/opensearch-project/alerting/pull/1067)) | ||
* Resolve compile issues from core changes and update CIs ([#1100](https://github.com/opensearch-project/alerting/pull/1100)) | ||
|
||
### Documentation | ||
* Added 2.10 release notes ([#1117](https://github.com/opensearch-project/alerting/pull/1117)) |