Skip to content

Commit

Permalink
Adds release notes for 2.1.0 and revert #1890 (#1901) (#1919)
Browse files Browse the repository at this point in the history
* Adds release notes for 2.1.0

Signed-off-by: Darshit Chanpura <[email protected]>

* Revert "Bump version to 3.0.0.0 (#1890)"

This reverts commit 00e2a5d.

Signed-off-by: Darshit Chanpura <[email protected]>
(cherry picked from commit 15f1fbd)

Co-authored-by: Darshit Chanpura <[email protected]>
  • Loading branch information
1 parent 043360c commit 96d1b5b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions release-notes/opensearch-security.release-notes-2.1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## 2022-06-30 Version 2.1.0.0

Compatible with OpenSearch 2.1.0

### Enhancements
* Delegate to NettyAllocator.getAllocator() for ByteBufAllocator instead of hard-coding PooledByteBufAllocator. ([#1396](https://github.com/opensearch-project/security/pull/1396))
* Tenant Permissions : added the possibility to specify tenants via parameter ([#1813](https://github.com/opensearch-project/security/pull/1813))
* JWT: validate issuer and audience ([#1780](https://github.com/opensearch-project/security/pull/1780), [#1781](https://github.com/opensearch-project/security/pull/1781)) ([#1785](https://github.com/opensearch-project/security/pull/1785))

### Refactoring
* Remove master keywords ([#1886](https://github.com/opensearch-project/security/pull/1886))

### Bug Fix
* Cluster permissions evaluation logic will now include `index_template` type action ([#1885](https://github.com/opensearch-project/security/pull/1885))
* Add missing settings to plugin allowed list ([#1814](https://github.com/opensearch-project/security/pull/1814))
* Updates license headers ([#1829](https://github.com/opensearch-project/security/pull/1829))
* Prevent recursive action groups ([#1868](https://github.com/opensearch-project/security/pull/1868))
* Update `org.springframework:spring-core` to `5.3.20` ([#1850](https://github.com/opensearch-project/security/pull/1850))

### Test Fix
* Bump version to 2.1.0.0 ([#1883](https://github.com/opensearch-project/security/pull/1883))
* ComplianceAuditlogTest to use signal/wait ([#1914](https://github.com/opensearch-project/security/pull/1914))

### Maintenance
* Revert "Bump version to 2.1.0.0 (#1865)" ([#1882](https://github.com/opensearch-project/security/pull/1882))
* Bump version to 2.1.0.0 ([#1865](https://github.com/opensearch-project/security/pull/1865))
* Revert "Bump version to 2.1.0.0 (#1855)" ([#1864](https://github.com/opensearch-project/security/pull/1864))
* Bump version to 2.1.0.0 ([#1855](https://github.com/opensearch-project/security/pull/1855))
* Add suppression for all removal warnings ([#1828](https://github.com/opensearch-project/security/pull/1828))
* Update support link ([#1851](https://github.com/opensearch-project/security/pull/1851))
* Create 2.0.0 release notes ([#1854](https://github.com/opensearch-project/security/pull/1854))
* Switch to standard OpenSearch gradle build ([#1888](https://github.com/opensearch-project/security/pull/1888))
* Fix build break from cluster manager changes ([#1911](https://github.com/opensearch-project/security/pull/1911))
* Update org.apache.zookeeper:zookeeper to 3.7.1 ([#1912](https://github.com/opensearch-project/security/pull/1912))

0 comments on commit 96d1b5b

Please sign in to comment.