Skip to content

Commit

Permalink
Add release-notes for 1.3.5 and 2.2.1 (#2537)
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Sep 1, 2022
1 parent 33cfbf8 commit df8781d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
41 changes: 41 additions & 0 deletions release-notes/opensearch-release-notes-1.3.5.md
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions release-notes/opensearch-release-notes-2.2.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit df8781d

Please sign in to comment.