Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to 9136e463a6f1d80755ce66c88c3ddecd…
Browse files Browse the repository at this point in the history
…0eb5e25d (#13922)

* chore(deps): bump ngx_wasm_module to 9136e463a6f1d80755ce66c88c3ddecd0eb5e25d

Changes since 741b22a9af7db531ef8125d19430d5aa0f4bdf6d:

* 9136e46 - feat(proxy-wasm) implement 'proxy_wasm_log_dispatch_errors' directive
* 4c610b4 - feat(proxy-wasm) invoke 'on_http_call_response' on dispatch failures
* ccc56a2 - refactor(proxy-wasm) rename 'call->uri' to 'call->path'
* d6ac8f8 - feat(proxy-wasm) support setting querystring via ':path'
* 7ccae8f - tests(proxy-wasm) test querystring support in 'dispatch_http_call'
* 9238d4a - tests(lib) catch possible 'dispatch_http_call' failures
* 8aadfa5 - chore(ci) cache httpbin docker image
* d04cb7f - chore(ci) prevent dnsmasq from being auto-started on install

* chore(deps): bump datakit to 0.3.1

---------

Co-authored-by: team-gateway-bot <[email protected]>
Co-authored-by: Michael Martin <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 60d4bad commit 8ef295c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ATC_ROUTER=76638f209b5a3f1f32b74793ef93adcf6b853b46 # 1.7.0
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
NGX_WASM_MODULE=741b22a9af7db531ef8125d19430d5aa0f4bdf6d
NGX_WASM_MODULE=9136e463a6f1d80755ce66c88c3ddecd0eb5e25d
WASMER=3.1.1
WASMTIME=26.0.0
V8=12.0.267.17
Expand Down
8 changes: 4 additions & 4 deletions build/openresty/wasmx/filters/variables.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A list of wasm filters.
WASM_FILTERS = [
{
"name": "datakit-filter",
"repo": "Kong/datakit-filter",
"tag": "0.1.0",
"repo": "Kong/datakit",
"tag": "0.3.1",
"files": {
"datakit.meta.json": "b9f3b6d51d9566fae1a34c0e5c00f0d5ad5dc8f6ce7bf81931fd0be189de205d",
"datakit.wasm": "a494c254915e222c3bd2b36944156680b4534bdadf438fb2143df9e0a4ef60ad",
"datakit.meta.json": "acd16448615ea23315e68d4516edd79135bae13469f7bf9129f7b1139cd2b873",
"datakit.wasm": "c086e6fb36a6ed8c9ff3284805485c7280380469b6a556ccf7e5bc06edce27e7",
},
},
]
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-datakit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped the bundled `datakit` Wasm filter to `0.3.1`"
type: dependency
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 `741b22a9af7db531ef8125d19430d5aa0f4bdf6d`"
message: "Bumped `ngx_wasm_module` to `9136e463a6f1d80755ce66c88c3ddecd0eb5e25d`"
type: dependency

1 comment on commit 8ef295c

@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:8ef295cdb6bcc4c19ab4c31c14af3ca16b5d56d9
Artifacts available https://github.com/Kong/kong/actions/runs/12035089851

Please sign in to comment.