From a6e0a2b20dac16d5fe36208ea8d5238fe0df9f2a Mon Sep 17 00:00:00 2001 From: "dependency-envoy[bot]" <148525496+dependency-envoy[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:52:43 +0000 Subject: [PATCH] deps: Bump `envoy_examples` -> 0.0.6 (#37023) Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 6b47b9ccf8b1..e15699dda4de 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -96,12 +96,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "envoy_examples", project_desc = "Envoy proxy examples", project_url = "https://github.com/envoyproxy/examples", - version = "0.0.5", - sha256 = "2660070645623edbf4136d3a47109249bd53ffd8ff99ea13159439ad0be757cc", + version = "0.0.6", + sha256 = "ee28325f076186cb2254aa694110d95f4ae992b3f6fb40d557fbc0a6494a1ccf", strip_prefix = "examples-{version}", urls = ["https://github.com/envoyproxy/examples/archive/v{version}.tar.gz"], use_category = ["test_only"], - release_date = "2024-09-05", + release_date = "2024-11-06", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/examples/blob/v{version}/LICENSE",