Generate release notes for 2.0.0#1772
Merged
peternied merged 1 commit intoopensearch-project:mainfrom Apr 21, 2022
Merged
Conversation
4d55ad8 to
3a57e1d
Compare
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
davidlago
reviewed
Apr 20, 2022
davidlago
suggested changes
Apr 20, 2022
cliu123
reviewed
Apr 20, 2022
cliu123
reviewed
Apr 20, 2022
cliu123
reviewed
Apr 20, 2022
Member
|
Several PRs that are in 2.0 branch but not in 1.3 branch are missing, for example #1709 |
Member
|
Please include #1775 |
cliu123
reviewed
Apr 21, 2022
a7f0734 to
2e1a082
Compare
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>
2e1a082 to
2b92ca9
Compare
Member
Author
davidlago
approved these changes
Apr 21, 2022
DarshitChanpura
approved these changes
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
peternied
pushed a commit
that referenced
this pull request
Apr 21, 2022
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
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>
DarshitChanpura
pushed a commit
that referenced
this pull request
May 4, 2022
5 tasks
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>
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.
Description
How to repeat:
git checkout origin/2.0git log --pretty=format:"* %s" --since=3-11-2022 > release-notes/opensearch-security.release-notes-2.0.0.0-rc1.md\(#(\d+)\)$([#$1](https://github.com/opensearch-project/security/pull/$1))Check List
New functionality includes testingNew functionality has been documentedBy 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.