-
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
Add release notes for v2.6.0 #6443
Conversation
This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com>
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
fe32a77
to
406e307
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Flaky test failure - #6287 Will refire |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #6443 +/- ##
============================================
- Coverage 70.69% 70.60% -0.09%
+ Complexity 59016 58963 -53
============================================
Files 4800 4800
Lines 282712 282712
Branches 40763 40763
============================================
- Hits 199855 199602 -253
- Misses 66473 66687 +214
- Partials 16384 16423 +39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-6443-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 01466a6a04e280267f013aeb14dff1f20dc7a77a
# Push it to GitHub
git push --set-upstream origin backport/backport-6443-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
* Add release notes for v2.6.0 This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Minor language updates in v2.6.0 release notes and Changelog Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com> (cherry picked from commit 01466a6)
* Add release notes for v2.6.0 This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Minor language updates in v2.6.0 release notes and Changelog Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com> (cherry picked from commit 01466a6)
…oject#6447) * Add release notes for v2.6.0 This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Minor language updates in v2.6.0 release notes and Changelog Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com> (cherry picked from commit 01466a6) (cherry picked from commit 03a3129)
…oject#6447) * Add release notes for v2.6.0 This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Minor language updates in v2.6.0 release notes and Changelog Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com> (cherry picked from commit 01466a6) (cherry picked from commit 03a3129)
* Add release notes for v2.6.0 (#6443) (#6447) * Add release notes for v2.6.0 This change also includes cleanup of the CHANGELOG file to only capture unreleased changes. Signed-off-by: Kartik Ganesh <gkart@amazon.com> * Minor language updates in v2.6.0 release notes and Changelog Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com> (cherry picked from commit 01466a6) (cherry picked from commit 03a3129) * Correct title in changelog from 2.x to 2.6 Signed-off-by: Kartik Ganesh <gkart@amazon.com> --------- Signed-off-by: Kartik Ganesh <gkart@amazon.com>
…earch-project#6447)" This reverts commit 03a3129.
…earch-project#6447)" This reverts commit 03a3129.
Description
This change adds release notes for the v2.6.0 release and cleans up the
CHANGELOG
to only capture unreleased changes. The change also includes minor language updates.Issues Resolved
relates #6360
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.