Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to 9c95991472ec80cdb1681af203eba091…
Browse files Browse the repository at this point in the history
…607b5753 (#13396) (#9760)

* chore(deps): bump ngx_wasm_module to 9c95991472ec80cdb1681af203eba091607b5753

Changes since ae7b61150de7c14eb901307daed403b67f29e962:

* 9c95991 - chore(release) force actions/checkout to use node16
* 5753fd7 - chore(release) fix CentOS 7 build image
* 507e3b4 - fix(*) resolve a potential memleak in Lua bridge resolver
* cce2457 - chore(deps) cargo update
* f372a1e - fix(proxy-wasm) only inject shim headers after on_response_headers
* c967409 - misc(*) various minor fixes
* 3072221 - tests(metrics) skip SIGHUP metric suites on non-debug builds
* 753dbc3 - chore(ci) add macOS jobs to Large CI
* 4ffe03d - fix(wrt/wasmtime) use posix signals on macOS instead of Mach ports
* b28ddaa - chore(deps) bump Wasmtime to 22.0.0
* 2315eef - chore(deps) bump zlib to 1.3.1
* 4a7dfea - chore(deps) bump LuaRocks to 3.11.1
* 31c45dd - chore(changelog) prerelease-0.4.0
* 119787b - chore(util) new 'changelog' script and Makefile target
* ef0405f - misc(*) fix log format specifier of 'ssize_t' arguments
* 7510763 - feat(proxy-wasm) implement initial metrics facilities
* a82a51a - refactor(shm/kv) allow retrieving items by key hash
* 9661591 - chore(morestyle) adapt spacing rule to multi-line wrapped expressions

* chore(deps): bump Wasmtime to 22.0.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: team-gateway-bot <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 371c71f commit c734bb0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0
# Please leave this untouched and use KONG_ADMIN in EE version instead
KONG_MANAGER=DO_NOT_USE

NGX_WASM_MODULE=ae7b61150de7c14eb901307daed403b67f29e962
NGX_WASM_MODULE=9c95991472ec80cdb1681af203eba091607b5753
WASMER=3.1.1
WASMTIME=19.0.0
WASMTIME=22.0.0
V8=12.0.267.17

NGX_BROTLI=a71f9312c2deb28875acc7bacfdd5695a111aa53 # master branch of Oct 9, 2023
Expand Down
8 changes: 4 additions & 4 deletions build/openresty/wasmx/wasmx_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ wasm_runtimes = {
},
"wasmtime": {
"linux": {
"x86_64": "bb6859c30de292db22b32522e3ef42239cebef93f42c9cad2e0306311122e72a",
"aarch64": "63b2bd25828cf882befe7a6e9d5162c9a750f0ab1dbc2160f778eea48e9b52f7",
"x86_64": "2eebf3d3151395169ec248ad7cb5d836acca7af810d94170077f0900d83b045b",
"aarch64": "2bab5ba3480cb2914d87c1f71b9f0834c2875da0f7171db032f699a9677000da",
},
"macos": {
"x86_64": "2a79e92fb4150b9389d9ec67da0ba9ab913b9207122050a5e183a3695645692f",
"aarch64": "118b36b69953f00cebd9b5901b3313a19dea58eea926236a7318309f053e27a0",
"x86_64": "fedd0cbf789da7b2f98477dc3a4810f3921506bcc6ef753649d2dbd4f6ae5dfd",
"aarch64": "1cabfe2c4817ed3563de3d3038192a834081ca21031ac6dad17e8c6cd6551949",
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/bump-ngx-wasm-module.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
message: "Bumped `ngx_wasm_module` to `ae7b61150de7c14eb901307daed403b67f29e962`"
message: "Bumped `ngx_wasm_module` to `9c95991472ec80cdb1681af203eba091607b5753`"
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: "Bumped `Wasmtime` version to `22.0.0`"
type: dependency

0 comments on commit c734bb0

Please sign in to comment.