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

Regenerate client for 8.13 #8071

Merged
merged 2 commits into from Apr 3, 2024
Merged

Regenerate client for 8.13 #8071

merged 2 commits into from Apr 3, 2024

Conversation

flobernd
Copy link
Member

@flobernd flobernd commented Apr 3, 2024

Regenerate client for 8.13 using the completely revised code generator.

@flobernd flobernd force-pushed the generator-new branch 2 times, most recently from b95ab83 to e01a7be Compare April 3, 2024 12:02
@flobernd flobernd merged commit c6d0a67 into main Apr 3, 2024
3 of 19 checks passed
@flobernd flobernd deleted the generator-new branch April 3, 2024 14:36
Copy link
Contributor

github-actions bot commented Apr 3, 2024

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

Copy link
Contributor

github-actions bot commented Apr 3, 2024

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

flobernd added a commit that referenced this pull request Apr 3, 2024
Co-authored-by: Florian Bernd <git@flobernd.de>
github-actions bot pushed a commit that referenced this pull request Apr 3, 2024
flobernd added a commit that referenced this pull request Apr 3, 2024
Co-authored-by: Florian Bernd <git@flobernd.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to 8.x client version backport serverless backport 8.13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant