Skip to content

Add release notes for 8.11.0 #7984

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

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Add release notes for 8.11.0 #7984

merged 1 commit into from
Nov 16, 2023

Conversation

flobernd
Copy link
Member

No description provided.

@flobernd flobernd added Docs 8.x Relates to a 8.x client version labels Nov 15, 2023
@flobernd flobernd merged commit 76e9ea4 into main Nov 16, 2023
@flobernd flobernd deleted the docs-8.11.0 branch November 16, 2023 10:28
Copy link
Contributor

The backport to 8.11 failed:

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

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

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

Copy link
Contributor

The backport to serverless failed:

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to a 8.x client version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant