Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to prerelease-0.2.0 (#12174)
Browse files Browse the repository at this point in the history
This also includes a necessary bump of Wasmtime to 14.0.3.

Changes since 21732b18fc46f409962ae77ddf01c713b568d078:

* 388d572 - docs(changelog) prerelease-0.2.0
* 7d3451b - chore(codecov) specify flags in 'flag_management' section
* d59027f - chore(valgrind.supp) consolidate wasmparser::parse suppressions
* 7184a57 - chore(deps) bump OpenSSL to 3.2.0
* 338bcbe - chore(deps) bump zlib to 1.3
* 743c3d3 - chore(deps) cargo update
* 8964b1f - chore(util) minor cleanup/improvements
* f955308 - chore(sdk) separate build and install of .wasm examples
* 8f3fa95 - fix(wasi) do not use instance pool in 'fd_write'
* 4f47e96 - docs(proxy-wasm) document response body buffering
* f813a30 - feat(proxy-wasm) implement response body buffering
* f171e0f - chore(util) always invoke the Proxy-Wasm SDK scripts
* 3d61ca1 - chore(ci) add code coverage for Valgrind jobs
* a278bb7 - tests(*) switch Valgrind tests from 'opt-out' to 'opt-in'
* 9584c03 - fix(proxy-wasm) use filter chain pool in 'ngx_proxy_wasm_maps_set'
* 175f0b8 - chore(util) minor usage fix and style cohesion for scripts
* aefb121 - chore(ci) install Node.js in unit and valgrind jobs
* e757482 - chore(*) clone and test proxy-wasm-assemblyscript-sdk examples
* f2faf97 - chore(util) build Proxy-Wasm SDKs on 'make setup'
* bd1b5b8 - chore(ci) remove 'nginx.sock' before artifact upload on failure
* 65a0b46 - chore(util) use 'git fetch --tags' for updating runtimes
* b51a15f - chore(*) add a .gitattributes file
* 9959389 - fix(*) resolve a possible segfault in the FFI
* 8c45ad1 - fix(*) proper filter modules order in dynamic OpenResty builds
* 33157a8 - feat(proxy-wasm) custom host properties getters/setters
* 81c703e - docs(*) minor fix for a title level
* db88b15 - fix(proxy-wasm) free dispatch calls during resume edge-case
* 5553ae0 - feat(proxy-wasm) strengthen host functions context checks
* ddb3fa8 - docs(*) add AssemblyScript filter example and SDK fork
* ecd7896 - refactor(proxy-wasm) improve pwexec resurrection and instance lifecycle
* 9d304a1 - fix(proxy-wasm) free trapped instances early
* 34c23c6 - fix(proxy-wasm) improve instance recycling robustness
* e3d25c7 - chore(release) install setuptools on macOS
* 689a460 - tests(*) add suites for client/upstream connection aborts
* fa7c59b - misc(tcp) disable a debugging assertion
* d6d04b9 - chore(util) add a patch for tcp_listen in HUP mode
* 67f295b - misc(wrt) add Wasmtime version checks
* ddf8105 - chore(deps) bump Wasmtime to 14.0.3
* de9eb4c - chore(ci) ignore release Dockerfiles changes
* 84fb42b - chore(release) use Python 3.8+ in older distributions
* 9538ad8 - chore(valgrind.supp) add a new suppression for headers-more-nginx-module
* 28e282c - chore(deps) cargo update
* 651728c - chore(deps) bump OpenSSL to 3.1.4
* 3cf7537 - chore(deps) bump Nginx to 1.25.3

(cherry picked from commit aba1910)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
flrgh and dependabot[bot] authored Dec 13, 2023
1 parent cc21cb2 commit 967f5e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LUA_RESTY_WEBSOCKET=60eafc3d7153bceb16e6327074e0afc3d94b1316 # 0.4.0
ATC_ROUTER=b0d5e7e2a2ca59bb051959385d3e42d96c93bb98 # 1.2.0

KONG_MANAGER=v3.5.0.0
NGX_WASM_MODULE=21732b18fc46f409962ae77ddf01c713b568d078 # prerelease-0.1.1
NGX_WASM_MODULE=388d5720293f5091ccee1f859a42683fbfd14e7d # prerelease-0.2.0
WASMER=3.1.1
WASMTIME=12.0.2
WASMTIME=14.0.3
V8=10.5.18
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": "9e02cd4201d74c68a236664f883873335c7427e820ce4a44c47c1cc98ec9e553",
"aarch64": "daf6ca147b288cf915978f064853f403ca163b52806ae0a52ddd5bd91a5a2507",
"x86_64": "a1285b0e2e3c6edf9cb6c7f214a682780f01ca8746a5d03f162512169cdf1e50",
"aarch64": "ef527ed31c3f141b5949bfd2e766a908f44b66ee839d4f0f22e740186236fd48",
},
"macos": {
"x86_64": "35a0d3590afb147f9b312820df87189a9a376cc5bddc2d90b8d7e57b412c7dc6",
"aarch64": "6b8a13fbe6c5440b30632a1f9178df1cdc07bbf34633a105666e506bc8db941d",
"x86_64": "c30ffb79f8097512fbe9ad02503dcdb0cd168eec2112b6951a013eed51050245",
"aarch64": "2834d667fc218925184db77fa91eca44d14f688a4972e2f365fe2b7c12e6d49f",
},
},
}
Expand Down
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: "Bump `ngx_wasm_module` to `prerelease-0.2.0`"
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: "Bump `Wasmtime` version to `14.0.3`"
type: dependency

0 comments on commit 967f5e6

Please sign in to comment.