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_wasmx_module to d5e4c698c51a6ef39551184f99eb4d1605f671d9 #12704

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2024

Changelog a7087a3...d5e4c69

Compare on GitHub

  • d5e4c69 - chore(*) rename module to 'ngx_wasmx_module' (but in docs & paths)
  • bd9357a - chore(ci) add unit and clang-analyzer jobs with IPC
  • 5fe38ca - chore(*) remove no-debug clang-analyzer jobs & strengthen no-debug paths
  • 7548bfb - tests(*) rename TestWasm.pm to TestWasmX.pm
  • ac82ea1 - feat(*) implement ipc modules & generalize WasmX namespace
  • f59bed4 - chore(*) bump TinyGo version and release image Go version
  • da5816e - chore(util) do not remove unarchived downloads
  • 5af5e09 - chore(release) increase timeout for macOS binary build
  • 93b4079 - docs(changelog) prerelease-0.3.0
  • 5f7e19e - fix(proxy-wasm) always pass 'eof=false' in header steps
  • a961f3a - chore(util) cleanup clang scans and de-archived downloads
  • dce2948 - tests(*) more robust patterns in backtraces tests
  • e79bf8d - chore(*) cargo update and pin wasi crate to '0.11'
  • 98df459 - chore(deps) bump Nginx to 1.25.4
  • 08977c8 - fix(config) do not link libatomic with libwee8 on macOS
  • 7f97fc4 - chore(util) only build v8bridge with clang when libwee8 uses clang
  • a4016f2 - chore(release) list all assets collected by upload job
  • e78f22a - chore(release) build with GCC 11 on Centos 8 and Ubuntu 18.04
  • 8fc2953 - chore(ci) handle upload-artifact's v3 and v4 during release
  • b22a308 - chore(ci) bump actions versions
  • 987936f - chore(ci) use unique names for release artifacts
  • c2f4d32 - chore(ci) use old actions/checkout when running on older containers
  • 4a35d9a - docs(*) remove '$' prefix from all code snippets
  • fe2651b - docs(developer) add an FAQ section
  • 325c1d2 - tests(proxy-wasm) improve stability in case of spurious '[warn]'
  • e081011 - refactor(*) move state flag from 'rctx' to new 'subsystem env'
  • 8c7b267 - refactor(proxy-wasm) improve runloop clarity and robustness
  • 45a0c12 - feat(proxy-wasm) cancel pending calls when one produces a response
  • 261bd71 - feat(proxy-wasm) enable multiple parallel dispatch calls
  • c81997e - feat(proxy-wasm) support 'send_local_response' during ResponseHeaders
  • e8e9a59 - fix(wasi) prevent out of bounds access in wasi_environ_get
  • 9367c3e - chore(ci) drop codeql paths/paths-ignore from its config
  • e9a5cf5 - chore(ci) bump actions versions
  • c37b8ef - tests(hostcalls) drop url dependency; improve load time
  • ce785b7 - chore(ci) ignore test assets directories in CodeQL scans
  • 94e5d09 - chore(deps) bump OpenSSL to 3.2.1
  • 5babb60 - chore(ci) remove 'timeout-minutes' from jobs relying on reusable workflows
  • fc8985d - chore(ci) specify 'timeout-minutes' on all jobs
  • d206dee - chore(util) ensure SDK examples exist before installing them
  • 4366897 - chore(deps) bump V8 to 12.0.267.17
  • 72dd165 - chore(release) upgrade GCC to version 11 on CentOS 7
  • 423240b - chore(ci) fix Large CI CodeQL jobs
  • f34d4c9 - chore(release) fix binary releases
  • 999b582 - docs(readme) minor update to Examples section

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

@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 Mar 7, 2024
@pull-request-size pull-request-size bot added size/M and removed size/S labels Mar 8, 2024
@flrgh flrgh force-pushed the chore/deps-bump-ngx-wasm-module branch 3 times, most recently from 0a05ef7 to b2a8a3f Compare March 14, 2024 23:35
team-gateway-bot and others added 3 commits March 20, 2024 14:40
…05f671d9

Changes since a7087a37f0d423707366a694630f1e09f4c21728:

* d5e4c69 - chore(*) rename module to 'ngx_wasmx_module' (but in docs & paths)
* bd9357a - chore(ci) add unit and clang-analyzer jobs with IPC
* 5fe38ca - chore(*) remove no-debug clang-analyzer jobs & strengthen no-debug paths
* 7548bfb - tests(*) rename TestWasm.pm to TestWasmX.pm
* ac82ea1 - feat(*) implement ipc modules & generalize WasmX namespace
* f59bed4 - chore(*) bump TinyGo version and release image Go version
* da5816e - chore(util) do not remove unarchived downloads
* 5af5e09 - chore(release) increase timeout for macOS binary build
* 93b4079 - docs(changelog) prerelease-0.3.0
* 5f7e19e - fix(proxy-wasm) always pass 'eof=false' in header steps
* a961f3a - chore(util) cleanup clang scans and de-archived downloads
* dce2948 - tests(*) more robust patterns in backtraces tests
* e79bf8d - chore(*) cargo update and pin wasi crate to '0.11'
* 98df459 - chore(deps) bump Nginx to 1.25.4
* 08977c8 - fix(config) do not link libatomic with libwee8 on macOS
* 7f97fc4 - chore(util) only build v8bridge with clang when libwee8 uses clang
* a4016f2 - chore(release) list all assets collected by upload job
* e78f22a - chore(release) build with GCC 11 on Centos 8 and Ubuntu 18.04
* 8fc2953 - chore(ci) handle upload-artifact's v3 and v4 during release
* b22a308 - chore(ci) bump actions versions
* 987936f - chore(ci) use unique names for release artifacts
* c2f4d32 - chore(ci) use old actions/checkout when running on older containers
* 4a35d9a - docs(*) remove '$' prefix from all code snippets
* fe2651b - docs(developer) add an FAQ section
* 325c1d2 - tests(proxy-wasm) improve stability in case of spurious '[warn]'
* e081011 - refactor(*) move state flag from 'rctx' to new 'subsystem env'
* 8c7b267 - refactor(proxy-wasm) improve runloop clarity and robustness
* 45a0c12 - feat(proxy-wasm) cancel pending calls when one produces a response
* 261bd71 - feat(proxy-wasm) enable multiple parallel dispatch calls
* c81997e - feat(proxy-wasm) support 'send_local_response' during ResponseHeaders
* e8e9a59 - fix(wasi) prevent out of bounds access in wasi_environ_get
* 9367c3e - chore(ci) drop codeql paths/paths-ignore from its config
* e9a5cf5 - chore(ci) bump actions versions
* c37b8ef - tests(hostcalls) drop `url` dependency; improve load time
* ce785b7 - chore(ci) ignore test assets directories in CodeQL scans
* 94e5d09 - chore(deps) bump OpenSSL to 3.2.1
* 5babb60 - chore(ci) remove 'timeout-minutes' from jobs relying on reusable workflows
* fc8985d - chore(ci) specify 'timeout-minutes' on all jobs
* d206dee - chore(util) ensure SDK examples exist before installing them
* 4366897 - chore(deps) bump V8 to 12.0.267.17
* 72dd165 - chore(release) upgrade GCC to version 11 on CentOS 7
* 423240b - chore(ci) fix Large CI CodeQL jobs
* f34d4c9 - chore(release) fix binary releases
* 999b582 - docs(readme) minor update to Examples section
@flrgh flrgh force-pushed the chore/deps-bump-ngx-wasm-module branch from b2a8a3f to 021bdbd Compare March 20, 2024 21:40
@flrgh flrgh requested a review from locao March 20, 2024 21:40
@flrgh flrgh marked this pull request as ready for review March 20, 2024 21:42
@team-eng-enablement team-eng-enablement added the author/community PRs from the open-source community (not Kong Inc) label Mar 20, 2024
@locao locao changed the title chore(deps): bump ngx_wasm_module to d5e4c698c51a6ef39551184f99eb4d1605f671d9 chore(deps): bump ngx_wasmx_module to d5e4c698c51a6ef39551184f99eb4d1605f671d9 Mar 21, 2024
@locao locao merged commit 07dd20a into master Mar 21, 2024
32 checks passed
@locao locao deleted the chore/deps-bump-ngx-wasm-module branch March 21, 2024 13:32
@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-12704-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12704-to-master-to-upstream
git checkout -b cherry-pick-12704-to-master-to-upstream
ancref=$(git merge-base 3ca63855860aad1873b959b73fdac6d18d92858d 021bdbd15441d1c8de3eab1b152bf27789c67f31)
git cherry-pick -x $ancref..021bdbd15441d1c8de3eab1b152bf27789c67f31

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/configuration core/wasm Everything relevant to [proxy-]wasm size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants