Skip to content

[Backport 2.0] Generate release notes for 2.0.0#1779

Merged
peternied merged 1 commit into2.0from
backport/backport-1772-to-2.0
Apr 21, 2022
Merged

[Backport 2.0] Generate release notes for 2.0.0#1779
peternied merged 1 commit into2.0from
backport/backport-1772-to-2.0

Conversation

@opensearch-trigger-bot
Copy link
Contributor

Backport 6b23565 from #1772

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 opensearch-trigger-bot bot requested a review from a team April 21, 2022 16:43
@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2022

Codecov Report

Merging #1779 (6b23565) into 2.0 (6670c95) will decrease coverage by 0.06%.
The diff coverage is n/a.

❗ Current head 6b23565 differs from pull request most recent head a3ec965. Consider uploading reports for the commit a3ec965 to get more accurate results

@@             Coverage Diff              @@
##                2.0    #1779      +/-   ##
============================================
- Coverage     60.85%   60.78%   -0.07%     
+ Complexity     3190     3185       -5     
============================================
  Files           253      253              
  Lines         17931    17931              
  Branches       3204     3204              
============================================
- Hits          10912    10900      -12     
- Misses         5446     5454       +8     
- Partials       1573     1577       +4     
Impacted Files Coverage Δ
...urity/ssl/transport/SecuritySSLNettyTransport.java 62.36% <0.00%> (-4.31%) ⬇️
...security/auditlog/sink/ExternalOpenSearchSink.java 59.25% <0.00%> (-2.47%) ⬇️
...earch/security/ssl/util/SSLConnectionTestUtil.java 93.18% <0.00%> (-2.28%) ⬇️
...ecurity/configuration/ConfigurationRepository.java 71.97% <0.00%> (-2.20%) ⬇️

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 6670c95...a3ec965. Read the comment docs.

@peternied peternied merged commit f234782 into 2.0 Apr 21, 2022
@peternied peternied deleted the backport/backport-1772-to-2.0 branch April 21, 2022 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants