Skip to content

Commit

Permalink
deps: Bump envoy_examples -> 0.0.10 (#37935)
Browse files Browse the repository at this point in the history
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
dependency-envoy[bot] authored Jan 8, 2025
1 parent f3ee496 commit bb2ea10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
29 changes: 0 additions & 29 deletions bazel/envoy_examples.patch

This file was deleted.

6 changes: 1 addition & 5 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@ def envoy_dependencies(skip_targets = []):
external_http_archive("bazel_features")
external_http_archive("bazel_toolchains")
external_http_archive("bazel_compdb")
external_http_archive(
name = "envoy_examples",
patch_args = ["-p1"],
patches = ["@envoy//bazel:envoy_examples.patch"],
)
external_http_archive("envoy_examples")

_com_github_maxmind_libmaxminddb()

Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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.9",
sha256 = "c3b4acdebf3d3b31e9ce8cdf658bfb4dbe87a6314bf83a5ba10e8eabc69a478b",
version = "0.0.10",
sha256 = "a7b089e71228e781e566ff6f02c3acc2299eba1ad465d7878a7351bc52e7397b",
strip_prefix = "examples-{version}",
urls = ["https://github.com/envoyproxy/examples/archive/v{version}.tar.gz"],
use_category = ["test_only"],
release_date = "2024-12-06",
release_date = "2025-01-08",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/envoyproxy/examples/blob/v{version}/LICENSE",
Expand Down

0 comments on commit bb2ea10

Please sign in to comment.