-
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
[Backport 2.x] Add release notes for v2.6.0 (#6443) #6447
[Backport 2.x] Add release notes for v2.6.0 (#6443) #6447
Conversation
* 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 index create block when all nodes have breached high disk watermark ([#5852](https://github.com/opensearch-project/OpenSearch/pull/5852)) | ||
- Add cluster manager throttling stats in nodes/stats API ([#5790](https://github.com/opensearch-project/OpenSearch/pull/5790)) | ||
- Add support for feature flags in opensearch.yml ([#4959](https://github.com/opensearch-project/OpenSearch/pull/4959)) | ||
- Add query for initialized extensions ([#5658](https://github.com/opensearch-project/OpenSearch/pull/5658)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove this as it's part of extensibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For any updates of the release notes we should start with a PR on main and then backport them to the relevant branches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@owaiskazi19 Feel free to make a PR on main for this and any other edits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per @andrross 's comment, i'll create a PR to main
to remove these. @owaiskazi19 are you referring to these lines specifically, or the ones that mention "extensions" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@owaiskazi19 please go ahead and create a PR for these changes, or let me know if you'd like me to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was referring to all the lines that mention extensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR for the same: #6451
- Add index create block when all nodes have breached high disk watermark ([#5852](https://github.com/opensearch-project/OpenSearch/pull/5852)) | ||
- Add cluster manager throttling stats in nodes/stats API ([#5790](https://github.com/opensearch-project/OpenSearch/pull/5790)) | ||
- Add support for feature flags in opensearch.yml ([#4959](https://github.com/opensearch-project/OpenSearch/pull/4959)) | ||
- Add query for initialized extensions ([#5658](https://github.com/opensearch-project/OpenSearch/pull/5658)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For any updates of the release notes we should start with a PR on main and then backport them to the relevant branches.
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 @@
## 2.x #6447 +/- ##
============================================
- Coverage 70.41% 70.36% -0.05%
+ Complexity 59242 59213 -29
============================================
Files 4796 4796
Lines 284221 284221
Branches 41302 41302
============================================
- Hits 200146 200005 -141
- Misses 67328 67480 +152
+ Partials 16747 16736 -11
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.6 2.6
# Navigate to the new working tree
pushd ../.worktrees/backport-2.6
# Create a new branch
git switch --create backport/backport-6447-to-2.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03a31294c40ecb9691c250e5d42a213468c848c3
# Push it to GitHub
git push --set-upstream origin backport/backport-6447-to-2.6
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.6 Then, create a pull request where the |
…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.
Signed-off-by: Kartik Ganesh gkart@amazon.com
(cherry picked from commit 01466a6)
Description
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
Issues Resolved
relates #6443 and #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.