From b90d50884ef983fc059b5c1897e82ac947f879b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:26:05 +0800 Subject: [PATCH] chore(deps): bump ngx_wasm_module to ddb3fa8f7cacc81557144cf22706484eabd79a84 (#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 --- .requirements | 4 ++-- build/openresty/wasmx/wasmx_repositories.bzl | 8 ++++---- changelog/unreleased/kong/bump-ngx-wasm-module.yml | 2 ++ changelog/unreleased/kong/bump-wasmtime.yml | 2 ++ 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 changelog/unreleased/kong/bump-ngx-wasm-module.yml create mode 100644 changelog/unreleased/kong/bump-wasmtime.yml diff --git a/.requirements b/.requirements index 7f7cae2e52f4..42b0dbef5154 100644 --- a/.requirements +++ b/.requirements @@ -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 diff --git a/build/openresty/wasmx/wasmx_repositories.bzl b/build/openresty/wasmx/wasmx_repositories.bzl index 5996e6ebeb02..26314f2ebec4 100644 --- a/build/openresty/wasmx/wasmx_repositories.bzl +++ b/build/openresty/wasmx/wasmx_repositories.bzl @@ -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", }, }, } diff --git a/changelog/unreleased/kong/bump-ngx-wasm-module.yml b/changelog/unreleased/kong/bump-ngx-wasm-module.yml new file mode 100644 index 000000000000..1550fb88dd2f --- /dev/null +++ b/changelog/unreleased/kong/bump-ngx-wasm-module.yml @@ -0,0 +1,2 @@ +message: "Bump `ngx_wasm_module` to `ddb3fa8f7cacc81557144cf22706484eabd79a84`" +type: dependency diff --git a/changelog/unreleased/kong/bump-wasmtime.yml b/changelog/unreleased/kong/bump-wasmtime.yml new file mode 100644 index 000000000000..d525704cd423 --- /dev/null +++ b/changelog/unreleased/kong/bump-wasmtime.yml @@ -0,0 +1,2 @@ +message: "Bump `Wasmtime` version to `14.0.3`" +type: dependency