From 9e9e7935bf336d47c33aa9798472a25aea42b7de Mon Sep 17 00:00:00 2001 From: team-gateway-bot Date: Thu, 20 Feb 2025 17:41:32 +0000 Subject: [PATCH] chore(deps): bump ngx_wasm_module to a376e67ce02c916304cc9b9ef25a540865ee6740 Changes since 7042e29b059ae9831dc2d8cec6043e0da18b3a4a: * a376e67 - chore(deps) bump OpenSSL to 3.4.1 * 8e8b515 - chore(deps) bump Nginx to 1.27.4 * b507f3f - chore(tests) suppress an erroneous dead-code Rust warning * 2bbd747 - fix(ops) free plan struct on ngx_wasm_ops_plan_destroy * b798fc2 - chore(release) replace release action with a maintained alternative * e952cec - chore(ci) bump docker/build-push-action from 5.4.0 to 6.13.0 * c2b0fb1 - chore(ci) bump coverallsapp/github-action from 2.3.4 to 2.3.6 * 49a25bc - chore(ci) bump codecov/codecov-action from 4.6.0 to 5.3.1 * ea1ec76 - chore(ci) add valgrind coverage results to coveralls * 78750ce - feat(proxy-wasm) foreign function support * fabd5e7 - misc(proxy-wasm) rename 'call' to 'dispatch_call' * f5295af - misc(ngx_wavm) increase max trap length * 19a43da - refactor(*) extract 'create_fake_rctx' into its own function --- .requirements | 2 +- changelog/unreleased/kong/bump-ngx-wasm-module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.requirements b/.requirements index 7c46c59d263..e2337b71bca 100644 --- a/.requirements +++ b/.requirements @@ -24,7 +24,7 @@ ATC_ROUTER=4d29e10517e2c9d1dae3966f4034b38c557e2eaa # 1.7.1 SNAPPY=2c94e11145f0b7b184b831577c93e5a41c4c0346 # 1.2.1 KONG_MANAGER=nightly -NGX_WASM_MODULE=7042e29b059ae9831dc2d8cec6043e0da18b3a4a +NGX_WASM_MODULE=a376e67ce02c916304cc9b9ef25a540865ee6740 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 index 4fce3f5deb0..81826069590 100644 --- a/changelog/unreleased/kong/bump-ngx-wasm-module.yml +++ b/changelog/unreleased/kong/bump-ngx-wasm-module.yml @@ -1,2 +1,2 @@ -message: "Bumped `ngx_wasm_module` to `7042e29b059ae9831dc2d8cec6043e0da18b3a4a`" +message: "Bumped `ngx_wasm_module` to `a376e67ce02c916304cc9b9ef25a540865ee6740`" type: dependency