diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 4919f9c9..8ce64e7f 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -179,12 +179,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "envoy_toolshed", project_desc = "Tooling, libraries, runners and checkers for Envoy proxy's CI", project_url = "https://github.com/envoyproxy/toolshed", - version = "0.1.11", - sha256 = "f868812bff7ae372e4b53d565ee75a999d33e09b2980cc0c3dfa40684f85bbda", + version = "0.1.12", + sha256 = "cbd919462d3301ffcd83bcbc3763914201e08ac97d9237cd75219725760321d0", strip_prefix = "toolshed-bazel-v{version}/bazel", urls = ["https://github.com/envoyproxy/toolshed/archive/bazel-v{version}.tar.gz"], use_category = ["build"], - release_date = "2024-08-24", + release_date = "2024-09-08", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/envoy/blob/bazel-v{version}/LICENSE",