From c5114c922f937367f4bbec7bc168b1eb6939d589 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 21 Feb 2023 16:51:12 -0500 Subject: [PATCH] Add release notes for 2.6.0.0 Signed-off-by: Craig Perkins --- .../opensearch-security.release-notes-2.6.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-security.release-notes-2.6.0.0.md diff --git a/release-notes/opensearch-security.release-notes-2.6.0.0.md b/release-notes/opensearch-security.release-notes-2.6.0.0.md new file mode 100644 index 0000000000..748454a95d --- /dev/null +++ b/release-notes/opensearch-security.release-notes-2.6.0.0.md @@ -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))