Skip to content

Conversation

@reta
Copy link
Collaborator

@reta reta commented Feb 11, 2026

Description

Prepare 3.6.0 release

Issues Resolved

N/A

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.

Signed-off-by: Andriy Redko <drreta@gmail.com>
@reta reta merged commit 1e7d5e6 into opensearch-project:3.x Feb 11, 2026
46 of 47 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to main failed:

The process '/usr/bin/git' failed with exit code 128

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-java/backport-main main
# Navigate to the new working tree
pushd ../.worktrees/opensearch-java/backport-main
# Create a new branch
git switch --create backport/backport-1873-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1e7d5e6e466da0356785c20cc5fb0eea909dd6eb
# Push it to GitHub
git push --set-upstream origin backport/backport-1873-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/opensearch-java/backport-main

Then, create a pull request where the base branch is main and the compare/head branch is backport/backport-1873-to-main.

reta added a commit to reta/opensearch-java that referenced this pull request Feb 12, 2026
Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit 1e7d5e6)
reta added a commit that referenced this pull request Feb 12, 2026
(cherry picked from commit 1e7d5e6)

Signed-off-by: Andriy Redko <drreta@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants