diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c6c3b66f8..32954439b 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -170,12 +170,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.17", - sha256 = "b1ac6ddeb82e6e252c55cc2acff71027b35356ac056ccdcaa35ca41f4563c174", + version = "0.2.0", + sha256 = "ef5e95580c41f6805beec197d9a4f6683550f4bfc1e1c678449b6d205dbf000b", 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-12-02", + release_date = "2024-12-08", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/toolshed/blob/bazel-v{version}/LICENSE",