-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 2.11 #10594
Add release notes for 2.11 #10594
Conversation
Signed-off-by: Louis Chu <clingzhi@amazon.com>
https://github.com/opensearch-project/OpenSearch/actions/runs/6499797235/job/17653890753?pr=10594
Can someone help with rerun failed GH actions? Thanks! |
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change eb648e2 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
https://build.ci.opensearch.org/job/gradle-check/27758/console
Known issue #10154 |
Gradle Check (Jenkins) Run Completed with:
|
Flaky test
which should have been fixed by #9408 |
Pushing this in since there are no code changes. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.11 2.11
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.11
# Create a new branch
git switch --create backport/backport-10594-to-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 382eb301b21bf5c6eda613432b9ddccda1c414b9
# Push it to GitHub
git push --set-upstream origin backport/backport-10594-to-2.11
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.11 Then, create a pull request where the |
@noCharger Can you please manually backport to |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-10594-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 382eb301b21bf5c6eda613432b9ddccda1c414b9
# Push it to GitHub
git push --set-upstream origin backport/backport-10594-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
Signed-off-by: Louis Chu <clingzhi@amazon.com> (cherry picked from commit 382eb30)
There are a bunch of changes in these release notes that aren't in 2.11. Lots of changes have been backported to 2.x but not to the 2.11 branch. For example, the release notes say that we updated to Lucene 9.8 in 2.11, which we did not. |
Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com>
Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Bump org.apache.commons:commons-compress from 1.22 to 1.23.0
had been released in 2.8 https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.8.0.md?plain=1#L46Bump netty from 4.1.99.Final to 4.1.100.Final (#10564)
is released in 2.11Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.