Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to 741b22a9af7db531ef8125d19430d5aa…
Browse files Browse the repository at this point in the history
…0f4bdf6d (#13820)

* chore(deps): bump ngx_wasm_module to 741b22a9af7db531ef8125d19430d5aa0f4bdf6d

Changes since ea1475cf4a4c23d33d7c417c52d86a2020c0b945:

* 741b22a - feat(ffi) produce an error on 'shm:set()' when already locked
* 630a5e7 - feat(metrics) switch metric name metadata separator to ':'
* 3434919 - feat(wasm) disallow some characters from module names
* bee8b84 - chore(metrics) simplify 'ngx_wa_metrics_histogram_record' arguments
* 070f371 - docs(changelog) prerelease-0.5.0
* 3bb2f15 - feat(metrics) implement user-defined histogram bins
* f516ba6 - chore(release) enable mail & cgi modules in release binaries
* 05a42f9 - chore(deps) bump PCRE to 10.44
* 7fac221 - chore(deps) bump Wasmtime to 26.0.0
* cad840a - chore(ci) bump OpenResty to 1.27.1.1
* b370a90 - chore(deps) bump OpenSSL to 3.4.0
* bbf4891 - docs(install) rename module mentions as per the archive name (ngx_wasmx_module)

* chore(deps): bump Wasmtime to 26.0.0

---------

Co-authored-by: team-gateway-bot <[email protected]>
Co-authored-by: Michael Martin <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent 5cab556 commit 8190a66
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 @@ -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

1 comment on commit 8190a66

@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:8190a66e55930b0de3d82aff6cf08c38de9b29f2
Artifacts available https://github.com/Kong/kong/actions/runs/11617955884

Please sign in to comment.