-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jackie Han <[email protected]> (cherry picked from commit 23611f6) Signed-off-by: owaiskazi19 <[email protected]>
- Loading branch information
1 parent
7e20ba3
commit c777605
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
release-notes/opensearch-anomaly-detection.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,19 @@ | ||
Compatible with OpenSearch 2.10.0. | ||
|
||
### Refactor | ||
|
||
* Refactor due to core updates: Replace and modify classes and methods. ([#974](https://github.com/opensearch-project/anomaly-detection/pull/974)) | ||
|
||
|
||
### Enhancements | ||
* Defaults anomaly grade to 0 if negative. ([#977](https://github.com/opensearch-project/anomaly-detection/pull/977)) | ||
* Update RCF to v3.8 and Enable Auto AD with 'Alert Once' Option ([#979](https://github.com/opensearch-project/anomaly-detection/pull/979)) | ||
* Revert "Enforce DOCUMENT Replication for AD Indices" ([#1006](https://github.com/opensearch-project/anomaly-detection/pull/1006)) | ||
|
||
### Infrastructure | ||
|
||
* Adds auto release workflow ([#1003](https://github.com/opensearch-project/anomaly-detection/pull/1003)) | ||
* upgrading commons-lang3 version to fix conflict issue ([#1014](https://github.com/opensearch-project/anomaly-detection/pull/1014)) | ||
* Updates demo certs for integ tests ([#1021](https://github.com/opensearch-project/anomaly-detection/pull/1021)) | ||
* Upgrade AD's bwc baseline version to 1.3.2 to resolve cluster join issue ([#1029](https://github.com/opensearch-project/anomaly-detection/pull/1029)) | ||
|