-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> (cherry picked from commit df07017)
- Loading branch information
1 parent
8e76db3
commit 47effe0
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
release-notes/opensearch-security-analytics.release-notes-2.5.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,32 @@ | ||
## Version 2.5.0.0 Release Notes | ||
Compatible with OpenSearch 2.5.0 | ||
|
||
### Maintenance | ||
* Bumped version to 2.5. ([#215](https://github.com/opensearch-project/security-analytics/pull/215)) | ||
* Updated MAINTAINERS.md format. ([#240](https://github.com/opensearch-project/security-analytics/pull/240)) | ||
|
||
### Features | ||
* Implement secure transport action for get alerts and ack alerts. ([#161](https://github.com/opensearch-project/security-analytics/pull/161)) | ||
* GetMappingsView API - index pattern/alias/datastream support. ([#245](https://github.com/opensearch-project/security-analytics/pull/245)) | ||
* Createmappings api index pattern support. ([#260](https://github.com/opensearch-project/security-analytics/pull/260)) | ||
|
||
### Bug Fixes | ||
* Fixed aliases being returned in unmapped_index_fields. ([#147](https://github.com/opensearch-project/security-analytics/pull/147)) | ||
* Fix vulnerability in yaml constructor. ([#198](https://github.com/opensearch-project/security-analytics/pull/198)) | ||
* Fix flaky integration tests for security analytics. ([#241](https://github.com/opensearch-project/security-analytics/pull/241)) | ||
* Fixed SecureFindingRestApiIT. Removed uppercasing of the detector type. ([#247](https://github.com/opensearch-project/security-analytics/pull/247)) | ||
* Fix ci builds for security-analytics. ([#253](https://github.com/opensearch-project/security-analytics/pull/253)) | ||
|
||
### Refactoring | ||
* Search returns detector type in CAPS fix and integration tests. ([#174](https://github.com/opensearch-project/security-analytics/pull/174)) | ||
* Added dummy search when creating detector on the given indices. ([#197](https://github.com/opensearch-project/security-analytics/pull/197)) | ||
* Updated network mappings. ([#211](https://github.com/opensearch-project/security-analytics/pull/211)) | ||
* Updated windows mappings. ([#212](https://github.com/opensearch-project/security-analytics/pull/212)) | ||
* Updated ad_ldap mappings. ([#213](https://github.com/opensearch-project/security-analytics/pull/213)) | ||
* Removed create/delete queryIndex. ([#215](https://github.com/opensearch-project/security-analytics/pull/215)) | ||
* Update Linux mappings. ([#223](https://github.com/opensearch-project/security-analytics/pull/223)) | ||
* Changes to return empty search response for custom rules. ([#231](https://github.com/opensearch-project/security-analytics/pull/231)) | ||
* Service Returns Unhandled Error Response. ([#248](https://github.com/opensearch-project/security-analytics/pull/248)) | ||
|
||
### Documentation | ||
* Added 2.5 release notes. ([#268](https://github.com/opensearch-project/security-analytics/pull/268)) |