Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to ea1475cf4a4c23d33d7c417c52d86a20…
Browse files Browse the repository at this point in the history
…20c0b945 (#13765)

* chore(deps): bump ngx_wasm_module to ea1475cf4a4c23d33d7c417c52d86a2020c0b945

Changes since 96b4e27e10c63b07ed40ea88a91c22f23981db35:

* ea1475c - docs(*) clarify differences between INSTALL.md and DEVELOPER.md
* 353f73d - chore(*) include fsanitize option in build hash
* e7d2577 - refactor(*) generalize ngx_str_node_t and ngx_str_t extensions
* c46ff1c - hotfix(ffi) correct usage of 'n_bins' when parsing a histogram
* 6142197 - chore(deps) bump Nginx to 1.27.2
* a365850 - refactor(*) generalize bytes readers for all ngx_wa
* 80da044 - chore(deps) bump Wasmtime to 25.0.1
* ad1e5c7 - feat(metrics) add 'sum' field to histograms
* 35e8eb7 - chore(wasi) groudwork for multiple wasi interfaces
* 9e1f295 - tests(*) isolate WASI test suites
* 640e612 - chore(*) isolate test suites by Wasm target
* f8d79ee - chore(*) cargo update and switch to 'wasm32-wasip1' target
* 39dd7ec - docs(*) document internal differences between SDK hosts
* 55f0dc2 - feat(ffi) kv & metrics shms APIs
* c1f45a9 - feat(shm/kv) add nelts member representing number of entries
* fde4b3f - feat(metrics) histogram support in ngx_wa_metrics_get
* 08d0ddb - refactor(shm) move ngx_wasm_shm to ngx_wa for IPC subsystem
* 8e3ca71 - refactor(metrics) delegate shm zone handling to ngx_wasm_shm
* 6fafa42 - chore(TestWasmX) disassociate custom blocks from '--- wasm_modules'
* 2febf47 - chore(util) update OpenSSL download link in release script
* 26d853e - tests(backtraces) adjust symbols regex after a Rust update
* 0c3632a - chore(ci) bump actions/download-artifact
* aa164d8 - chore(util) update OpenSSL download link
* 1656d13 - chore(deps) bump OpenSSL to 3.3.2

* chore(deps): bump Wasmtime to 25.0.1

---------

Co-authored-by: team-gateway-bot <team-gateway@konghq.com>
Co-authored-by: Michael Martin <michael.martin@konghq.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 398e180 commit 5f6220b
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=96b4e27e10c63b07ed40ea88a91c22f23981db35
NGX_WASM_MODULE=ea1475cf4a4c23d33d7c417c52d86a2020c0b945
WASMER=3.1.1
WASMTIME=23.0.2
WASMTIME=25.0.1
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": "c2fe82f4d707711523e57c2fc8f67d8fc0311fd3cf15050f811f88b30c254980",
"aarch64": "4593a131018a99df3aa16b41b1c63838cbbba9a36771c444a39761b25be73469",
"x86_64": "5c4c490bbc8ddee6311653dd5c361933202b69e12eaddfe6b3aed371c97b6b4a",
"aarch64": "a189e01ef73a5c3c0bfcbc1a26dcc31f5b1904fcbdf344f761cfb19e8ecfd501",
},
"macos": {
"x86_64": "2939cdf4eca5ce79c7e179c338c46700deb88bc7906da206a272143c3da0ca5b",
"aarch64": "cafff668144d15fdee57645918d06330aa05126b6a28b92b836eb69987842cd9",
"x86_64": "6d81ab0775ec900285ee1140555ba09a953669324d9317a8bb1fe0572684dbfb",
"aarch64": "61b15351c136aad75735eadf42f6101acb42480d6419efef4dbdd81ddb4dd180",
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion changelog/3.8.0/kong/bump-wasmtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
message: "Bumped `Wasmtime` version to `23.0.2`"
message: "Bumped `Wasmtime` version to `25.0.1`"
type: dependency
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-ngx-wasm-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped `ngx_wasm_module` to `ea1475cf4a4c23d33d7c417c52d86a2020c0b945`"
type: dependency

1 comment on commit 5f6220b

@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:5f6220b4fdd9b2c99be50183e9c6d3f2329292df
Artifacts available https://github.com/Kong/kong/actions/runs/11372820504

Please sign in to comment.