From cf8f0f185ab707e592f9c9322077f2c62c9b0722 Mon Sep 17 00:00:00 2001 From: Ryan Liang <109499885+RyanL1997@users.noreply.github.com> Date: Fri, 10 Mar 2023 12:41:52 -0800 Subject: [PATCH] Add release notes for 1.3.9 (#2539) * Add release notes for 1.3.9 Signed-off-by: Ryan Liang Signed-off-by: Maciej Mierzwa --- .../opensearch-security.release-notes-1.3.9.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/opensearch-security.release-notes-1.3.9.0.md diff --git a/release-notes/opensearch-security.release-notes-1.3.9.0.md b/release-notes/opensearch-security.release-notes-1.3.9.0.md new file mode 100644 index 0000000000..2e17d7e285 --- /dev/null +++ b/release-notes/opensearch-security.release-notes-1.3.9.0.md @@ -0,0 +1,15 @@ +## 2023-03-16 Version 1.3.9.0 + +Compatible with OpenSearch 1.3.9 + +### Enhancement + +* Flatten response times ([#2471](https://github.com/opensearch-project/security/pull/2471)) +* Add auto github release workflow ([#2450](https://github.com/opensearch-project/security/pull/2450)) +* Adding index template permissions to kibana_server role ([2503](https://github.com/opensearch-project/security/pull/2503)) +* Clock skew tolerance for oidc token validation ([2482](https://github.com/opensearch-project/security/pull/2482)) + +### Maintenance + +* Update kafka client to 3.4.0 ([#2484](https://github.com/opensearch-project/security/pull/2484)) +* Fix the format of the codeowners file ([#2469](https://github.com/opensearch-project/security/pull/2469))