-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Merged
Merged
2.2.0 release notes #4151
Conversation
This file contains 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
Gradle Check (Jenkins) Run Completed with:
|
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 <[email protected]>
Signed-off-by: Kartik Ganesh <[email protected]>
Signed-off-by: Kartik Ganesh <[email protected]>
Signed-off-by: Kartik Ganesh <[email protected]>
kartg
force-pushed
the
2.2-release-notes
branch
from
August 5, 2022 20:43
cb26ad7
to
48fa147
Compare
dreamer-89
approved these changes
Aug 5, 2022
kotwanikunal
approved these changes
Aug 5, 2022
Gradle Check (Jenkins) Run Completed with:
|
kartg
added a commit
to kartg/OpenSearch
that referenced
this pull request
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](https://github.com/opensearch-project/opensearch/pull/\2))|g" Signed-off-by: Kartik Ganesh <[email protected]> * Organizing 2.2.0 release notes into sections Signed-off-by: Kartik Ganesh <[email protected]> * Removed lines from changelog that were already in 2.1.0 Signed-off-by: Kartik Ganesh <[email protected]> * Adding one last commit to release notes Signed-off-by: Kartik Ganesh <[email protected]>
kartg
added a commit
that referenced
this pull request
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](https://github.com/opensearch-project/opensearch/pull/\2))|g" Signed-off-by: Kartik Ganesh <[email protected]> * Organizing 2.2.0 release notes into sections Signed-off-by: Kartik Ganesh <[email protected]> * Removed lines from changelog that were already in 2.1.0 Signed-off-by: Kartik Ganesh <[email protected]> * Adding one last commit to release notes Signed-off-by: Kartik Ganesh <[email protected]>
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 <[email protected]> * Organizing 2.2.0 release notes into sections Signed-off-by: Kartik Ganesh <[email protected]> * Removed lines from changelog that were already in 2.1.0 Signed-off-by: Kartik Ganesh <[email protected]> * Adding one last commit to release notes Signed-off-by: Kartik Ganesh <[email protected]>
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
The steps taken to compile and organize these release notes is documented here - #4017 (comment)
Issues Resolved
Part of #4017
Check List
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.