Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to 96b4e27e10c63b07ed40ea88a91c22f2…
Browse files Browse the repository at this point in the history
…3981db35 (#13567)

* chore(deps): bump ngx_wasm_module to 96b4e27e10c63b07ed40ea88a91c22f23981db35

Changes since 9c95991472ec80cdb1681af203eba091607b5753:

* 96b4e27 - chore(deps) bump Wasmtime to 23.0.2
* 353bb29 - chore(deps) bump Nginx to 1.27.1
* 3c2800b - misc(*) minor fixes to address a few warnings
* 5743252 - misc(http) minor fix in debug logs
* 7a598ef - misc(ffi) localize 'ffi.*' functions
* fa4a249 - perf(http) stash local response in request pool
* d6aaf2e - feat(proxy-wasm) allow cancelling background ticks
* 646459b - docs(proxy-wasm) specify a 'dispatch_http_call' disparity
* 624307a - chore(deps) bump Wasmtime to 23.0.1
* 77347e3 - misc(*) various minor fixes
* b8aae2c - chore(ci) bump OpenResty to 1.25.3.2

* chore(deps): bump Wasmtime to 23.0.2

---------

Co-authored-by: team-gateway-bot <[email protected]>
Co-authored-by: Michael Martin <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 846f222 commit 369f76a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
NGX_WASM_MODULE=9c95991472ec80cdb1681af203eba091607b5753
NGX_WASM_MODULE=96b4e27e10c63b07ed40ea88a91c22f23981db35
WASMER=3.1.1
WASMTIME=22.0.0
WASMTIME=23.0.2
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 @@ -42,12 +42,12 @@ wasm_runtimes = {
},
"wasmtime": {
"linux": {
"x86_64": "2eebf3d3151395169ec248ad7cb5d836acca7af810d94170077f0900d83b045b",
"aarch64": "2bab5ba3480cb2914d87c1f71b9f0834c2875da0f7171db032f699a9677000da",
"x86_64": "c2fe82f4d707711523e57c2fc8f67d8fc0311fd3cf15050f811f88b30c254980",
"aarch64": "4593a131018a99df3aa16b41b1c63838cbbba9a36771c444a39761b25be73469",
},
"macos": {
"x86_64": "fedd0cbf789da7b2f98477dc3a4810f3921506bcc6ef753649d2dbd4f6ae5dfd",
"aarch64": "1cabfe2c4817ed3563de3d3038192a834081ca21031ac6dad17e8c6cd6551949",
"x86_64": "2939cdf4eca5ce79c7e179c338c46700deb88bc7906da206a272143c3da0ca5b",
"aarch64": "cafff668144d15fdee57645918d06330aa05126b6a28b92b836eb69987842cd9",
},
},
}
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 `9c95991472ec80cdb1681af203eba091607b5753`"
message: "Bumped `ngx_wasm_module` to `96b4e27e10c63b07ed40ea88a91c22f23981db35`"
type: dependency
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/bump-wasmtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
message: "Bumped `Wasmtime` version to `22.0.0`"
message: "Bumped `Wasmtime` version to `23.0.2`"
type: dependency

1 comment on commit 369f76a

@github-actions
Copy link
Contributor Author

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:369f76a93a7bf9856f953253b34d2f24436e1e98
Artifacts available https://github.com/Kong/kong/actions/runs/10530748279

Please sign in to comment.