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

chore(deps): bump ngx_wasm_module #11737

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

hishamhm
Copy link
Contributor

@hishamhm hishamhm commented Oct 11, 2023

Summary

Bump ngx_wasm_module dependency to the latest rolling release version.

Checklist

  • The Pull Request has tests - Wasm integration tests apply
  • skip-changelog label added on PR if changelog is unnecessary. README.mdthis is the second rolling release bump in the unreleased branch, so the existing changelog entry applies

Issue reference

Included fixes:

KAG-2706

@flrgh flrgh merged commit 66d5f60 into master Oct 11, 2023
@flrgh flrgh deleted the chore/bump-ngx-wasm-module-0.1.1 branch October 11, 2023 17:59
@team-gateway-bot
Copy link
Collaborator

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

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-11737-to-release/3.4.x.

locao pushed a commit that referenced this pull request Oct 11, 2023
windmgc pushed a commit that referenced this pull request Oct 12, 2023
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.

4 participants