Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -775,11 +775,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Webassembly Micro Runtime",
project_desc = "A standalone runtime with a small footprint for WebAssembly",
project_url = "https://github.com/bytecodealliance/wasm-micro-runtime",
version = "WAMR-12-30-2021",
sha256 = "ab6e8643ec553347b0e129a355dc723969f49355d1d5bfa74d724d984c238037",
version = "WAMR-05-18-2022",
sha256 = "c71f571f99c7028fd7595126ec25d6df4bc9ba62702bb88cbd5ea8a29e477f12",
strip_prefix = "wasm-micro-runtime-{version}",
urls = ["https://github.com/bytecodealliance/wasm-micro-runtime/archive/{version}.tar.gz"],
release_date = "2021-12-30",
release_date = "2022-05-18",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.wamr"],
cpe = "N/A",
Expand All @@ -801,11 +801,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "wasmtime",
project_desc = "A standalone runtime for WebAssembly",
project_url = "https://github.com/bytecodealliance/wasmtime",
version = "0.35.2",
sha256 = "9dcb51313f9d6a67169f70759411cddf511000b0372e57532e638441100aac9c",
version = "0.39.1",
sha256 = "6ef70886da14245f575c6ff8c7c999ae22579257eba5ebf382e066598c1e381c",
strip_prefix = "wasmtime-{version}",
urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"],
release_date = "2022-03-31",
release_date = "2022-07-21",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.wasmtime"],
cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",
Expand Down Expand Up @@ -862,13 +862,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_desc = "Google’s open source high-performance JavaScript and WebAssembly engine, written in C++",
project_url = "https://v8.dev",
# NOTE: Update together with com_googlesource_chromium_base_trace_event_common and com_googlesource_chromium_zlib.
version = "10.0.139.6",
version = "10.4.132.18",
# Static snapshot created using https://storage.googleapis.com/envoyproxy-wee8/wee8-fetch-deps.sh.
sha256 = "3585ebc8db95e61b65260b3d141ed5392b843bd066744fa62ce92dab3708e2f8",
sha256 = "154223731091f531a3cb1a95ab9c14225983891240220a9e232c729358badd2c",
urls = ["https://storage.googleapis.com/envoyproxy-wee8/v8-{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2022-03-07",
release_date = "2022-07-11",
cpe = "cpe:2.3:a:google:v8:*",
),
com_googlesource_chromium_base_trace_event_common = dict(
Expand All @@ -892,13 +892,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_url = "https://chromium.googlesource.com/chromium/src/third_party/zlib/",
# NOTE: Update together with v8 and com_googlesource_chromium_base_trace_event_common.
# Use version and sha256 from https://storage.googleapis.com/envoyproxy-wee8/v8-<v8_version>-deps.sha256.
version = "9538f4194f6e5eff1bd59f2396ed9d05b1a8d801",
version = "64bbf988543996eb8df9a86877b32917187eba8f",
# Static snapshot created using https://storage.googleapis.com/envoyproxy-wee8/wee8-fetch-deps.sh.
sha256 = "7045c6808267f3e803e3196fa06346647c2a060cfd1a2f96ef6325fba6eaa956",
sha256 = "6e70bbb25ad1c567e3b44f4ad76f50fcc8fb7d34c6e2e8858e033ffd579ac1af",
urls = ["https://storage.googleapis.com/envoyproxy-wee8/chromium-zlib-{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2022-02-15",
release_date = "2022-05-31",
cpe = "N/A",
),
com_github_google_quiche = dict(
Expand Down Expand Up @@ -1090,8 +1090,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "WebAssembly for Proxies (C++ host implementation)",
project_desc = "WebAssembly for Proxies (C++ host implementation)",
project_url = "https://github.com/proxy-wasm/proxy-wasm-cpp-host",
version = "694a0b073912ff3bd00b6ca70d16ca43b2aebbf2",
sha256 = "d8b8ed52c48a4847a76c2192095362972e4ce07b95311f36da844128d5b35ab5",
version = "9387a5b77418e41bbf2b0909c68c14db42a1e743",
sha256 = "cc67ec35fe58e214ff19fb07435e6cfbf62493dbb543ca65017a8162c2baa137",
strip_prefix = "proxy-wasm-cpp-host-{version}",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-host/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
Expand All @@ -1107,7 +1107,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.wasm.runtime.wavm",
"envoy.wasm.runtime.wasmtime",
],
release_date = "2022-04-07",
release_date = "2022-08-01",
cpe = "N/A",
),
proxy_wasm_rust_sdk = dict(
Expand Down
Loading