Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to ddb3fa8f7cacc81557144cf22706484e…
Browse files Browse the repository at this point in the history
…abd79a84 (#12011)

* chore(deps): bump ngx_wasm_module to ddb3fa8f7cacc81557144cf22706484eabd79a84

Changes since 21732b18fc46f409962ae77ddf01c713b568d078:

* ddb3fa8 - docs(*) add AssemblyScript filter example and SDK fork
* ecd7896 - refactor(proxy-wasm) improve pwexec resurrection and instance lifecycle
* 9d304a1 - fix(proxy-wasm) free trapped instances early
* 34c23c6 - fix(proxy-wasm) improve instance recycling robustness
* e3d25c7 - chore(release) install setuptools on macOS
* 689a460 - tests(*) add suites for client/upstream connection aborts
* fa7c59b - misc(tcp) disable a debugging assertion
* d6d04b9 - chore(util) add a patch for tcp_listen in HUP mode
* 67f295b - misc(wrt) add Wasmtime version checks
* ddf8105 - chore(deps) bump Wasmtime to 14.0.3
* de9eb4c - chore(ci) ignore release Dockerfiles changes
* 84fb42b - chore(release) use Python 3.8+ in older distributions
* 9538ad8 - chore(valgrind.supp) add a new suppression for headers-more-nginx-module
* 28e282c - chore(deps) cargo update
* 651728c - chore(deps) bump OpenSSL to 3.1.4
* 3cf7537 - chore(deps) bump Nginx to 1.25.3

* chore(deps): bump Wasmtime to 14.0.3

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Martin <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent f9ff92e commit b90d508
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LUA_RESTY_WEBSOCKET=60eafc3d7153bceb16e6327074e0afc3d94b1316 # 0.4.0
ATC_ROUTER=7a2ad42d4246598ba1f753b6ae79cb1456040afa # 1.3.1

KONG_MANAGER=nightly
NGX_WASM_MODULE=21732b18fc46f409962ae77ddf01c713b568d078 # prerelease-0.1.1
NGX_WASM_MODULE=ddb3fa8f7cacc81557144cf22706484eabd79a84
WASMER=3.1.1
WASMTIME=12.0.2
WASMTIME=14.0.3
V8=10.5.18
8 changes: 4 additions & 4 deletions build/openresty/wasmx/wasmx_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ wasm_runtimes = {
},
"wasmtime": {
"linux": {
"x86_64": "9e02cd4201d74c68a236664f883873335c7427e820ce4a44c47c1cc98ec9e553",
"aarch64": "daf6ca147b288cf915978f064853f403ca163b52806ae0a52ddd5bd91a5a2507",
"x86_64": "a1285b0e2e3c6edf9cb6c7f214a682780f01ca8746a5d03f162512169cdf1e50",
"aarch64": "ef527ed31c3f141b5949bfd2e766a908f44b66ee839d4f0f22e740186236fd48",
},
"macos": {
"x86_64": "35a0d3590afb147f9b312820df87189a9a376cc5bddc2d90b8d7e57b412c7dc6",
"aarch64": "6b8a13fbe6c5440b30632a1f9178df1cdc07bbf34633a105666e506bc8db941d",
"x86_64": "c30ffb79f8097512fbe9ad02503dcdb0cd168eec2112b6951a013eed51050245",
"aarch64": "2834d667fc218925184db77fa91eca44d14f688a4972e2f365fe2b7c12e6d49f",
},
},
}
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-ngx-wasm-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bump `ngx_wasm_module` to `ddb3fa8f7cacc81557144cf22706484eabd79a84`"
type: dependency
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-wasmtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bump `Wasmtime` version to `14.0.3`"
type: dependency

1 comment on commit b90d508

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:b90d50884ef983fc059b5c1897e82ac947f879b6
Artifacts available https://github.com/Kong/kong/actions/runs/6860012970

Please sign in to comment.