From 723d3a022ddb33b2f196deaee2a8bcd1621c05f8 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:41:42 -0500 Subject: [PATCH] Update release notes for 2.2.0.0 release (#1984) (#2006) Signed-off-by: Craig Perkins (cherry picked from commit 7eaaafec2939d7db23a02ffca9cc68e0343de246) Co-authored-by: Craig Perkins --- .../opensearch-security.release-notes-2.2.0.0.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/release-notes/opensearch-security.release-notes-2.2.0.0.md b/release-notes/opensearch-security.release-notes-2.2.0.0.md index 2d98e61c13..053d4f3b95 100644 --- a/release-notes/opensearch-security.release-notes-2.2.0.0.md +++ b/release-notes/opensearch-security.release-notes-2.2.0.0.md @@ -2,13 +2,25 @@ Compatible with OpenSearch 2.2.0 -### Test Fix +### Enhancements -* Abstract waitForInit to minimize duplication and improve test reliability ([#1935](https://github.com/opensearch-project/security/pull/1935)) +* Adds a basic sanity test to run against a remote cluster ([#1958](https://github.com/opensearch-project/security/pull/1958)) * Create a manually started workflow for bulk run of integration tests ([#1937](https://github.com/opensearch-project/security/pull/1937)) +### Bug Fixes + +* Use Collections.synchronizedSet and Collections.synchronizedMap for roles, securityRoles and attributes in User ([#1970](https://github.com/opensearch-project/security/pull/1970)) + ### Maintenance * Update to Gradle 7.5 ([#1963](https://github.com/opensearch-project/security/pull/1963)) * Increment version to 2.2.0.0 ([#1948](https://github.com/opensearch-project/security/pull/1948)) * Force netty-transport-native-unix-common version ([#1945](https://github.com/opensearch-project/security/pull/1945)) +* Add release notes for 2.2.0.0 release ([#1974](https://github.com/opensearch-project/security/pull/1974)) +* Staging for version increment automation ([#1932](https://github.com/opensearch-project/security/pull/1932)) +* Fix breaking API change introduced in Lucene 9.3.0 ([#1988](https://github.com/opensearch-project/security/pull/1988)) +* Update indices resolution to be clearer ([#1999](https://github.com/opensearch-project/security/pull/1999)) + +### Refactoring + +* Abstract waitForInit to minimize duplication and improve test reliability ([#1935](https://github.com/opensearch-project/security/pull/1935))