From 8f7f1b5a66f5100811b19b9bd449555b158224f6 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 7 Sep 2022 11:20:00 -0700 Subject: [PATCH] Add 2.3.0.0 release notes (#2079) Signed-off-by: Chang Liu Signed-off-by: Chang Liu --- .../opensearch-security.release-notes-2.3.0.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-security.release-notes-2.3.0.0.md diff --git a/release-notes/opensearch-security.release-notes-2.3.0.0.md b/release-notes/opensearch-security.release-notes-2.3.0.0.md new file mode 100644 index 0000000000..ee1967e62a --- /dev/null +++ b/release-notes/opensearch-security.release-notes-2.3.0.0.md @@ -0,0 +1,15 @@ +## 2022-08-15 Version 2.3.0.0 + +Compatible with OpenSearch 2.3.0 + +### Enhancements +* Point in time API security changes ([#2033](https://github.com/opensearch-project/security/pull/2033)) + +### Bug Fixes +* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) +* Add allowlist.yml to 3 places in securityadmin tool ([#2046](https://github.com/opensearch-project/security/pull/2046)) +* Fix legacy check in SecurityAdmin ([#2052](https://github.com/opensearch-project/security/pull/2052)) + +### Maintenance +* Increment version to 2.3.0.0 ([#2022](https://github.com/opensearch-project/security/pull/2022)) +* Update Gradle to 7.5.1 ([#2027](https://github.com/opensearch-project/security/pull/2027))