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 #955

Merged
merged 2 commits 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-dashboards-plugin.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-dashboards-plugin/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.

How to repeat:
* `git checkout origin/2.0`
* `git log --pretty=format:"* %s" --since=origin/1.x > release-notes/opensearch-security-dashboards-plugin.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-dashboards-plugin/pull/$1)`
* Commit with these steps / modified with additional details

Signed-off-by: Peter Nied <petern@amazon.com>
@peternied peternied self-assigned this Apr 20, 2022
@peternied peternied requested a review from a team April 20, 2022 22:49
@codecov-commenter
Copy link

Codecov Report

Merging #955 (be61fee) into main (611ef5d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #955   +/-   ##
=======================================
  Coverage   72.14%   72.14%           
=======================================
  Files          87       87           
  Lines        1906     1906           
  Branches      242      242           
=======================================
  Hits         1375     1375           
  Misses        477      477           
  Partials       54       54           

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 611ef5d...be61fee. Read the comment docs.

davidlago
davidlago previously approved these changes Apr 20, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
@peternied peternied merged commit 28af793 into opensearch-project:main Apr 21, 2022
@peternied peternied deleted the release-notes-2.0.0-rc1 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
Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit 28af793)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 21, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit 28af793)
davidlago pushed a commit that referenced this pull request Apr 21, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit 28af793)

Co-authored-by: Peter Nied <petern@amazon.com>
davidlago pushed a commit that referenced this pull request Apr 21, 2022
Signed-off-by: Peter Nied <petern@amazon.com>
(cherry picked from commit 28af793)

Co-authored-by: Peter Nied <petern@amazon.com>
peternied added a commit to peternied/security-dashboards-plugin that referenced this pull request May 3, 2022
Followed the process used by opensearch-project#955 to create the release notes

Signed-off-by: Peter Nied <petern@amazon.com>
@peternied peternied mentioned this pull request May 3, 2022
3 tasks
@DarshitChanpura DarshitChanpura mentioned this pull request May 3, 2022
1 task
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