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

2.2.0 release notes (#4151) #4153

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

kartg
Copy link
Member

@kartg kartg commented Aug 5, 2022

  • Added rough release notes for 2.2

This includes an inline sed command to rewrite PR ids to full Github URLs.
Command - git log --pretty=format:"* %s" --since=6-24-2022 | sed -E "s|((#([0-9]*)))|(#\2)|g"

Signed-off-by: Kartik Ganesh gkart@amazon.com

  • Organizing 2.2.0 release notes into sections

Signed-off-by: Kartik Ganesh gkart@amazon.com

  • Removed lines from changelog that were already in 2.1.0

Signed-off-by: Kartik Ganesh gkart@amazon.com

  • Adding one last commit to release notes

Signed-off-by: Kartik Ganesh gkart@amazon.com

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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.

* Added rough release notes for 2.2

This includes an inline sed command to rewrite PR ids to full Github URLs.
Command - git log --pretty=format:"* %s" --since=6-24-2022 | sed -E "s|(\(#([0-9]*)\))|([#\2](https://github.com/opensearch-project/opensearch/pull/\2))|g"

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Organizing 2.2.0 release notes into sections

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Removed lines from changelog that were already in 2.1.0

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Adding one last commit to release notes

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
@kartg kartg requested review from a team and reta as code owners August 5, 2022 21:39
@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

Gradle Check (Jenkins) Run Completed with:

@kartg kartg merged commit c665e7c into opensearch-project:main Aug 5, 2022
dreamer-89 pushed a commit to dreamer-89/OpenSearch that referenced this pull request Aug 12, 2022
* Added rough release notes for 2.2

This includes an inline sed command to rewrite PR ids to full Github URLs.
Command - git log --pretty=format:"* %s" --since=6-24-2022 | sed -E "s|(\(#([0-9]*)\))|([#\2](https://github.com/opensearch-project/opensearch/pull/\2))|g"

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Organizing 2.2.0 release notes into sections

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Removed lines from changelog that were already in 2.1.0

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Adding one last commit to release notes

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
@kartg kartg deleted the 2.2-release-notes-to-main branch January 10, 2023 17:58
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.

2 participants