From 49a5b42f2dba728e3efe5f344bdd69f03827f205 Mon Sep 17 00:00:00 2001 From: team-gateway-bot Date: Thu, 23 Jan 2025 18:53:44 +0000 Subject: [PATCH] chore(deps): bump ngx_wasm_module to 7042e29b059ae9831dc2d8cec6043e0da18b3a4a Changes since 9136e463a6f1d80755ce66c88c3ddecd0eb5e25d: * 7042e29 - chore(release) bump upload/download artifacts GHA to '@v4' * 61b8214 - chore(release) disable releases for EOL platforms * 004ae21 - chore(deps) cargo update * fa0cd87 - fix(proxy-wasm) support get 'plugin_name' in tick context * 6138510 - feat(proxy-wasm) new 'request.is_subrequest' property * 1ec8c84 - chore(ci) bump clang builds to clang-14+clang-18 (#665) * 0c9eeed - chore(ci) pin 3rd-party actions to commit hashes * 3b009cd - tests(lua-bridge) ensure CI uses the dnsmasq resolver * a31f6d8 - fix(proxy-wasm) catch get/set all scoped properties outside of requests * 1b5f11f - chore(ci) update Openresty version in CodeQL jobs (#662) * 63f6784 - tests(build) fix failing tests on ubuntu 24.04 * f29dd1c - chore(ci) minor lcov fixes * 7179e9b - docs(*) add SECURITY.md * 715589a - fix(proxy-wasm) pass VM config size to 'on_vm_start' * 67a4fca - misc(ngx_wavm) fix a format specifier in a debug log * 883b627 - chore(tests) update http requirement * ad506ca - chore(tests) update http requirement * 3f19cb5 - chore(dependabot) ignore wasi >0.11 updates * f85415b - chore(*) update dependabot.yml settings * 060c81e - chore(*) move dependabot.yml to .github/ * f872b9a - chore(deps) bump V8 to 13.1.201.15 * 2007d21 - chore(deps) bump Nginx to 1.27.3 * d1250d8 - chore(lib) new build option for OpenSSL debug builds * cb7e69a - chore(runtimes) some environments do not set CC by default * fa699f2 - chore(v8bridge) recent V8 needs --std=c++20 * d834bb0 - tests(*) increase robustness of httpbin-reliant tests --- .requirements | 2 +- changelog/unreleased/kong/bump-ngx-wasm-module.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/kong/bump-ngx-wasm-module.yml diff --git a/.requirements b/.requirements index 3184bad98ba..a667c014eac 100644 --- a/.requirements +++ b/.requirements @@ -24,7 +24,7 @@ ATC_ROUTER=4d29e10517e2c9d1dae3966f4034b38c557e2eaa # 1.7.1 SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0 KONG_MANAGER=nightly -NGX_WASM_MODULE=9136e463a6f1d80755ce66c88c3ddecd0eb5e25d +NGX_WASM_MODULE=7042e29b059ae9831dc2d8cec6043e0da18b3a4a WASMER=3.1.1 WASMTIME=26.0.0 V8=12.0.267.17 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 00000000000..4fce3f5deb0 --- /dev/null +++ b/changelog/unreleased/kong/bump-ngx-wasm-module.yml @@ -0,0 +1,2 @@ +message: "Bumped `ngx_wasm_module` to `7042e29b059ae9831dc2d8cec6043e0da18b3a4a`" +type: dependency