From df8781d467d31893aaa36e334f31d515277536ef Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Thu, 1 Sep 2022 11:29:30 -0700 Subject: [PATCH] Add release-notes for 1.3.5 and 2.2.1 (#2537) Signed-off-by: prudhvigodithi Signed-off-by: prudhvigodithi --- .../opensearch-release-notes-1.3.5.md | 41 +++++++++++++++++++ .../opensearch-release-notes-2.2.1.md | 26 ++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 release-notes/opensearch-release-notes-1.3.5.md create mode 100644 release-notes/opensearch-release-notes-2.2.1.md diff --git a/release-notes/opensearch-release-notes-1.3.5.md b/release-notes/opensearch-release-notes-1.3.5.md new file mode 100644 index 0000000000..b49d1259d2 --- /dev/null +++ b/release-notes/opensearch-release-notes-1.3.5.md @@ -0,0 +1,41 @@ +# OpenSearch and OpenSearch Dashboards 1.3.5 Release Notes + +## Release Details + +OpenSearch and OpenSearch Dashboards 1.3.5 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.5.md). + +## BREAKING CHANGES + +## FEATURES + +## ENHANCEMENTS + +## BUG FIXES + +### Opensearch +* OpenSearch crashes on closed client connection before search reply when total ops higher compared to expected ([#4143](https://github.com/opensearch-project/OpenSearch/pull/4143)) +* gradle check failing with java heap OutOfMemoryError ([#4150](https://github.com/opensearch-project/OpenSearch/pull/4150)) + +### Opensearch Security +* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) +* Cluster permissions evaluation logic will now include index_template type action ([#1885](https://github.com/opensearch-project/security/pull/1885)) + +### Opensearch Security Dashboards Plugin +* Get security_tenant search param from URL ([#1043](https://github.com/opensearch-project/security-dashboards-plugin/pull/1043)) + +## INFRASTRUCTURE + +### Opensearch Cross Cluster Replication +* Added build.sh compatible with 1.3.x release ([#483](https://github.com/opensearch-project/cross-cluster-replication/pull/483)) +* Staging for version increment automation ([#466](https://github.com/opensearch-project/cross-cluster-replication/pull/466)) + +## DOCUMENTATION + +## MAINTENANCE + +### Opensearch Security +* Upgrade jackson-databind from 2.13.2 to 2.13.2.2 to match core's version.properties and upgrade kafka dependencies ([#2000](https://github.com/opensearch-project/security/pull/2000)) + +## REFACTORING diff --git a/release-notes/opensearch-release-notes-2.2.1.md b/release-notes/opensearch-release-notes-2.2.1.md new file mode 100644 index 0000000000..9fe3b51d5a --- /dev/null +++ b/release-notes/opensearch-release-notes-2.2.1.md @@ -0,0 +1,26 @@ +# OpenSearch 2.2.1 Release Notes + +## Release Details + +OpenSearch 2.2.1 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.2.1.md). + +## BREAKING CHANGES + +## FEATURES + +## ENHANCEMENTS + +## BUG FIXES + +### Opensearch +* gradle check failing with java heap OutOfMemoryError ([#4150](https://github.com/opensearch-project/OpenSearch/pull/4150)) + +## INFRASTRUCTURE + +## DOCUMENTATION + +## MAINTENANCE + +## REFACTORING