Skip to content

Commit b21e0ec

Browse files
author
Takeshi Yoneda
authored
wasm: update proxy-wasm-cpp-host (#13606)
The PR updates proxy-wasm-cpp-host dependency for enhancing the capability and fixing a bug in WASM extensions. The change consists of three PRs in proxy-wasm-cpp-host: 1. proxy-wasm/proxy-wasm-cpp-host#68 @PiotrSikora 2. proxy-wasm/proxy-wasm-cpp-host#65 @mathetake (me) 3. proxy-wasm/proxy-wasm-cpp-host#64 @mathetake (me) The code change can be found at proxy-wasm/proxy-wasm-cpp-host@49ed20e...c5658d3 . 1 & 2 enhance WASM capability, and 3 fixes a bug in situations where users share vm_id for multiple filters. For details, please take a look at these original PRs. Signed-off-by: mathetake <[email protected]>
1 parent daa763c commit b21e0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
830830
project_name = "WebAssembly for Proxies (C++ host implementation)",
831831
project_desc = "WebAssembly for Proxies (C++ host implementation)",
832832
project_url = "https://github.com/proxy-wasm/proxy-wasm-cpp-host",
833-
version = "49ed20e895b728aae6b811950a2939ecbaf76f7c",
834-
sha256 = "fa03293d01450b9164f8f56ef9227301f7d1af4f373f996400f75c93f6ebc822",
833+
version = "c5658d34979abece30882b1eeaa95b6ee965d825",
834+
sha256 = "dc3a794424b7679c3dbcf23548e202aa01e9f9093791b95446b99e8524e03c4f",
835835
strip_prefix = "proxy-wasm-cpp-host-{version}",
836836
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"],
837837
use_category = ["dataplane_ext"],
@@ -842,7 +842,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
842842
"envoy.filters.network.wasm",
843843
"envoy.stat_sinks.wasm",
844844
],
845-
last_updated = "2020-10-09",
845+
last_updated = "2020-10-16",
846846
cpe = "N/A",
847847
),
848848
# TODO: upgrade to the latest version (1.41 currently fails tests)

0 commit comments

Comments
 (0)