Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate release notes for 2.0.0 #1772

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

peternied
Copy link
Member

@peternied peternied commented Apr 20, 2022

Description

How to repeat:

  • git checkout origin/2.0
  • git log --pretty=format:"* %s" --since=3-11-2022 > 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

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@peternied peternied requested a review from a team April 20, 2022 22:39
@peternied peternied self-assigned this Apr 20, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 20, 2022

Codecov Report

Merging #1772 (2b92ca9) into main (096d3c1) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1772      +/-   ##
============================================
+ Coverage     60.78%   60.82%   +0.03%     
- Complexity     3185     3187       +2     
============================================
  Files           253      253              
  Lines         17931    17931              
  Branches       3204     3204              
============================================
+ Hits          10900    10906       +6     
+ Misses         5454     5451       -3     
+ Partials       1577     1574       -3     
Impacted Files Coverage Δ
...earch/security/ssl/util/SSLConnectionTestUtil.java 95.45% <0.00%> (+2.27%) ⬆️
...urity/ssl/transport/SecuritySSLNettyTransport.java 66.66% <0.00%> (+4.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 096d3c1...2b92ca9. Read the comment docs.

@cliu123
Copy link
Member

cliu123 commented Apr 21, 2022

Several PRs that are in 2.0 branch but not in 1.3 branch are missing, for example #1709

@cliu123
Copy link
Member

cliu123 commented Apr 21, 2022

Please include #1775

@peternied peternied force-pushed the release-notes-2.0.0 branch 2 times, most recently from a7f0734 to 2e1a082 Compare April 21, 2022 15:42
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 <petern@amazon.com>
@peternied
Copy link
Member Author

Several PRs that are in 2.0 branch but not in 1.3 branch are missing, for example #1709

@cliu123 Thanks for checking on this, I wasn't going back far enough, pulling all changes since the last release notes was published

@peternied peternied merged commit 6b23565 into opensearch-project:main Apr 21, 2022
@peternied peternied deleted the release-notes-2.0.0 branch April 21, 2022 16:38
@peternied peternied added backport 2.0 backport to 2.0 branch backport 2.x backport to 2.x branch labels Apr 21, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 21, 2022
How to repeat:
* `git checkout origin/2.0`
* `git log --pretty=format:"* %s" --since=3-11-2022 > 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 <petern@amazon.com>
(cherry picked from commit 6b23565)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 21, 2022
How to repeat:
* `git checkout origin/2.0`
* `git log --pretty=format:"* %s" --since=3-11-2022 > 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 <petern@amazon.com>
(cherry picked from commit 6b23565)
peternied pushed a commit that referenced this pull request Apr 21, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
peternied pushed a commit that referenced this pull request Apr 21, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
peternied added a commit to peternied/security that referenced this pull request May 3, 2022
Followed the process used by opensearch-project#1772 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
@peternied peternied mentioned this pull request May 3, 2022
3 tasks
peternied added a commit that referenced this pull request May 3, 2022
* Release notes for 1.3.2

Followed the process used by #1772 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 3, 2022
* Release notes for 1.3.2

Followed the process used by #1772 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit e189b7a)
DarshitChanpura pushed a commit that referenced this pull request May 4, 2022
* Release notes for 1.3.2

Followed the process used by #1772 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit e189b7a)

Co-authored-by: Peter Nied <petern@amazon.com>
wuychn pushed a commit to ochprince/security that referenced this pull request Mar 16, 2023
How to repeat:
* `git checkout origin/2.0`
* `git log --pretty=format:"* %s" --since=3-11-2022 > 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 <petern@amazon.com>
wuychn pushed a commit to ochprince/security that referenced this pull request Mar 16, 2023
* Release notes for 1.3.2

Followed the process used by opensearch-project#1772 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch backport 2.0 backport to 2.0 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants