Skip to content

Commit

Permalink
Generate release notes for 2.0.0
Browse files Browse the repository at this point in the history
How to repeat:
* `git checkout origin/2.0`
* `git log --pretty=format:"* %s" --since=origin/1.x > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md`
* Manually organize file sections
  * Add Date / Version section (copy + modify from previous release)
  * Enhancements/Bug fixes/Maintenance
* Replace pull request ids with full urls via regex
  * Find: `(#\d+)`
  * Replace: `[$1](https://github.com/opensearch-project/security/pull/$1)`
* Commit with these steps / modified with additional details

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Apr 20, 2022
1 parent 6670c95 commit 3a57e1d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 2022-04-20 Version 2.0.0.0

Compatible with OpenSearch 2.0.0-rc1

### Enhancements

* Incremented version to 2.0-rc1. ([#1764](https://github.com/opensearch-project/security/pull/#1764))
* Renames securityconfig folder to config in bundle step and makes relevant changes ([#1749](https://github.com/opensearch-project/security/pull/#1749))
* Add signal/wait model for TestAuditlogImpl ([#1758](https://github.com/opensearch-project/security/pull/#1758))
* Remove TransportClient auth/auth ([#1701](https://github.com/opensearch-project/security/pull/#1701))
* Introduce dfm_empty_overrides_all setting to enable role without dls/fls to override roles with dls/fls ([#1735](https://github.com/opensearch-project/security/pull/#1735))
* Add depreciation notice to security tools ([#1756](https://github.com/opensearch-project/security/pull/#1756))
* [Practice] Reverting changes ([#1754](https://github.com/opensearch-project/security/pull/#1754))
* Upgrade to opensearch 2.0.0 alpha1 ([#1741](https://github.com/opensearch-project/security/pull/#1741))
* Updates Dev guide ([#1590](https://github.com/opensearch-project/security/pull/#1590))
* Upgrade to OpenSearch 2.0.0 ([#1698](https://github.com/opensearch-project/security/pull/#1698))

### Bug fixes
* Switch to log4j logger ([#1751](https://github.com/opensearch-project/security/pull/#1751))

### Maintenance
* Remove sleep when waiting for node closure ([#1722](https://github.com/opensearch-project/security/pull/#1722))
* Updated issue templates from .github. ([#1740](https://github.com/opensearch-project/security/pull/#1740))
* List out test failures in CI log ([#1737](https://github.com/opensearch-project/security/pull/#1737))

0 comments on commit 3a57e1d

Please sign in to comment.