-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for 2.6.0.0 (#2456)
Signed-off-by: Craig Perkins <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
release-notes/opensearch-security.release-notes-2.6.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,15 @@ | ||
## 2023-02-28 Version 2.6.0.0 | ||
|
||
Compatible with OpenSearch 2.6.0 | ||
|
||
### Enhancements | ||
|
||
* Add actions cluster:admin/component_template/* to cluster_manage_index_templates ([#2409](https://github.com/opensearch-project/security/pull/2409)) | ||
* Publish snapshots to maven ([#2438](https://github.com/opensearch-project/security/pull/2438)) | ||
* Integrate k-NN functionality with security plugin ([#2274](https://github.com/opensearch-project/security/pull/2274)) | ||
|
||
### Maintenance | ||
|
||
* Updates toString calls affected by change in method signature ([#2418](https://github.com/opensearch-project/security/pull/2418)) | ||
* Updates DlsFlsFilterLeafReader with Lucene change and fix broken deprecation logger test ([#2429](https://github.com/opensearch-project/security/pull/2429)) | ||
* Add CODEOWNERS ([#2445](https://github.com/opensearch-project/security/pull/2445)) |