From 17f765d5cd6f41e25b774e9de0310125ac9945ae Mon Sep 17 00:00:00 2001 From: Jeff Lu Date: Thu, 29 Jun 2023 14:22:57 -0700 Subject: [PATCH] [1.3.11] Consolidate 1.3.11 Release Notes (#3687) Signed-off-by: Jeff Lu --- .../opensearch-release-notes-1.3.11.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-release-notes-1.3.11.md diff --git a/release-notes/opensearch-release-notes-1.3.11.md b/release-notes/opensearch-release-notes-1.3.11.md new file mode 100644 index 0000000000..14d1809c7f --- /dev/null +++ b/release-notes/opensearch-release-notes-1.3.11.md @@ -0,0 +1,21 @@ +# OpenSearch and OpenSearch Dashboards 1.3.11 Release Notes + +## Release Details + +[OpenSearch and OpenSearch Dashboards 1.3.11](https://opensearch.org/versions/opensearch-1-3-11.html) includes the following bug fixes, infrastructure, enhancements and maintenance updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.11.md). + +OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-1.3.11.md). + +## MAINTENANCE + +### Opensearch ML Commons +* Upgrade guava to 31.0.1 and checkstyle to 8.38 ([#1010](https://github.com/opensearch-project/ml-commons/pull/1010)) + +### Opensearch Security +* Update `spring-core` from 5.3.26 to 5.3.27 ([#2873](https://github.com/opensearch-project/security/pull/2873)) +* Add Andrey Pleskach (Willyborankin) and Andriy Redko (reta) to Maintainers ([#2851](https://github.com/opensearch-project/security/pull/2851)) + +### OpenSearch Security Dashboards +* Use version from package.json for integration tests ([#1466](https://github.com/opensearch-project/security-dashboards-plugin/pull/1466))