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 to 9136e463a6f1d80755ce66c88c3ddecd0eb5e25d #13922

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 25, 2024

Changelog 741b22a...9136e46

Compare on GitHub

  • 9136e46 - feat(proxy-wasm) implement 'proxy_wasm_log_dispatch_errors' directive
  • 4c610b4 - feat(proxy-wasm) invoke 'on_http_call_response' on dispatch failures
  • ccc56a2 - refactor(proxy-wasm) rename 'call->uri' to 'call->path'
  • d6ac8f8 - feat(proxy-wasm) support setting querystring via ':path'
  • 7ccae8f - tests(proxy-wasm) test querystring support in 'dispatch_http_call'
  • 9238d4a - tests(lib) catch possible 'dispatch_http_call' failures
  • 8aadfa5 - chore(ci) cache httpbin docker image
  • d04cb7f - chore(ci) prevent dnsmasq from being auto-started on install

TODO

  • scan this commit log for updates to Wasmtime/V8/Wasmer and update .requirements as needed
  • ensure the full integration test suite has been triggered. This can be accomplished by pushing an empty commit to the branch from an authorized github account:
    cd path/to/kong/repo
    git fetch
    git switch chore/deps-bump-ngx-wasm-module
    git pull -r
    git commit --allow-empty -m "chore(*): empty commit, please squash"
    git push origin HEAD

KAG-5850

…0eb5e25d

Changes since 741b22a9af7db531ef8125d19430d5aa0f4bdf6d:

* 9136e46 - feat(proxy-wasm) implement 'proxy_wasm_log_dispatch_errors' directive
* 4c610b4 - feat(proxy-wasm) invoke 'on_http_call_response' on dispatch failures
* ccc56a2 - refactor(proxy-wasm) rename 'call->uri' to 'call->path'
* d6ac8f8 - feat(proxy-wasm) support setting querystring via ':path'
* 7ccae8f - tests(proxy-wasm) test querystring support in 'dispatch_http_call'
* 9238d4a - tests(lib) catch possible 'dispatch_http_call' failures
* 8aadfa5 - chore(ci) cache httpbin docker image
* d04cb7f - chore(ci) prevent dnsmasq from being auto-started on install
@github-actions github-actions bot added cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee core/wasm Everything relevant to [proxy-]wasm labels Nov 25, 2024
@flrgh flrgh added this to the 3.9.0 milestone Nov 25, 2024
@flrgh flrgh marked this pull request as ready for review November 25, 2024 20:38
@team-eng-enablement team-eng-enablement added the author/community PRs from the open-source community (not Kong Inc) label Nov 25, 2024
@flrgh
Copy link
Contributor

flrgh commented Nov 25, 2024

also bumps Kong/datakit to the latest version

@flrgh flrgh requested a review from locao November 25, 2024 23:05
@flrgh flrgh merged commit 8ef295c into master Nov 26, 2024
35 checks passed
@flrgh flrgh deleted the chore/deps-bump-ngx-wasm-module branch November 26, 2024 16:39
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13922-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13922-to-master-to-upstream
git checkout -b cherry-pick-13922-to-master-to-upstream
ancref=$(git merge-base db9d6ae7a9987e3a29efd20ad66122d3b834813e a2e20ed0c0449e9b562d4e10b67b6f8ac45b8231)
git cherry-pick -x $ancref..a2e20ed0c0449e9b562d4e10b67b6f8ac45b8231

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Nov 26, 2024
@flrgh flrgh removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author/community PRs from the open-source community (not Kong Inc) build/bazel cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee core/wasm Everything relevant to [proxy-]wasm size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants