Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ngx_wasm_module to 741b22a9af7db531ef8125d19430d5aa0f4bdf6d #13820

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
NGX_WASM_MODULE=ea1475cf4a4c23d33d7c417c52d86a2020c0b945
NGX_WASM_MODULE=741b22a9af7db531ef8125d19430d5aa0f4bdf6d
WASMER=3.1.1
WASMTIME=25.0.1
WASMTIME=26.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 @@ -42,12 +42,12 @@ wasm_runtimes = {
},
"wasmtime": {
"linux": {
"x86_64": "5c4c490bbc8ddee6311653dd5c361933202b69e12eaddfe6b3aed371c97b6b4a",
"aarch64": "a189e01ef73a5c3c0bfcbc1a26dcc31f5b1904fcbdf344f761cfb19e8ecfd501",
"x86_64": "8eff9cf96c2fe86e5f6d55fd92a28fb7a48504fdea54cd588fa4d08f9a95eb36",
"aarch64": "8b9212ba5dd2742fdb5d97c49d0f9dce99a7a86cb43a135a1a70d6d355191560",
},
"macos": {
"x86_64": "6d81ab0775ec900285ee1140555ba09a953669324d9317a8bb1fe0572684dbfb",
"aarch64": "61b15351c136aad75735eadf42f6101acb42480d6419efef4dbdd81ddb4dd180",
"x86_64": "bb4778e3e34dbdf4f5cc3f2e508384f45670834276a1085b17558caa2ebfd737",
"aarch64": "b3c5903d8d01fa7a71e4cec86fd6b1c7d85e0f90915a49870e7954e4cba0f5b3",
},
},
}
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 `ea1475cf4a4c23d33d7c417c52d86a2020c0b945`"
message: "Bumped `ngx_wasm_module` to `741b22a9af7db531ef8125d19430d5aa0f4bdf6d`"
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 `26.0.0`"
type: dependency
Loading