Skip to content

[Backport 2.x] Generate release notes for 2.0.0#1778

Merged
peternied merged 1 commit into2.xfrom
backport/backport-1772-to-2.x
Apr 21, 2022
Merged

[Backport 2.x] Generate release notes for 2.0.0#1778
peternied merged 1 commit into2.xfrom
backport/backport-1772-to-2.x

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:42
@codecov-commenter
Copy link

Codecov Report

Merging #1778 (b5de30d) into 2.x (6670c95) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                2.x    #1778      +/-   ##
============================================
- Coverage     60.85%   60.79%   -0.07%     
+ Complexity     3190     3185       -5     
============================================
  Files           253      253              
  Lines         17931    17930       -1     
  Branches       3204     3204              
============================================
- Hits          10912    10900      -12     
- Misses         5446     5454       +8     
- Partials       1573     1576       +3     
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%) ⬇️
...ecurity/ssl/rest/SecuritySSLReloadCertsAction.java 84.78% <0.00%> (-0.33%) ⬇️
...search/security/transport/SecurityInterceptor.java 76.15% <0.00%> (+0.76%) ⬆️

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...b5de30d. Read the comment docs.

@peternied peternied merged commit 203ecb5 into 2.x Apr 21, 2022
@peternied peternied deleted the backport/backport-1772-to-2.x 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