[Backport 2.x] Generate release notes for 2.0.0#1778
Merged
Conversation
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)
cliu123
approved these changes
Apr 21, 2022
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
peternied
approved these changes
Apr 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 6b23565 from #1772