Skip to content
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

[AUTO] Increment version to 2.12.0.0 #986

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

  • Incremented version to 2.12.0.0.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dae5331) 63.37% compared to head (9e85906) 63.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x     #986   +/-   ##
=======================================
  Coverage   63.37%   63.37%           
=======================================
  Files         341      341           
  Lines       11554    11554           
  Branches     2112     2112           
=======================================
  Hits         7322     7322           
  Misses       3658     3658           
  Partials      574      574           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
@r1walz r1walz force-pushed the create-pull-request/2.12.0.0 branch from dd719e9 to 9e85906 Compare February 15, 2024 09:29
@r1walz r1walz merged commit 343913c into 2.x Feb 15, 2024
10 of 11 checks passed
@r1walz r1walz deleted the create-pull-request/2.12.0.0 branch February 15, 2024 09:55
@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 2.10 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/index-management-dashboards-plugin/backport-2.10 2.10
# Navigate to the new working tree
pushd ../.worktrees/index-management-dashboards-plugin/backport-2.10
# Create a new branch
git switch --create backport/backport-986-to-2.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 343913c8adf2268be4be5e08232b7f7c7a9a5fbb
# Push it to GitHub
git push --set-upstream origin backport/backport-986-to-2.10
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/index-management-dashboards-plugin/backport-2.10

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants