upgrade xds proto commit (#18562)

Update to latest commit of xDS protos.

Signed-off-by: Mark D. Roth <roth@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ ea223b1a6cd999fecf60d3cdea3ccc589e86f9a3
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent e536fa46d9
commit 20b1b5fcee
  1. 6
      bazel/repository_locations.bzl

@ -44,9 +44,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_desc = "xDS API Working Group (xDS-WG)",
project_url = "https://github.com/cncf/xds",
# During the UDPA -> xDS migration, we aren't working with releases.
version = "c0841ac0dd72f6d26903f7e68fa64bd038533ba5",
sha256 = "ddd12de0fab2356db6c353e2ae75a21d83712c869aeb0ec73b215ca3eba9ee77",
release_date = "2021-10-07",
version = "cb28da3451f158a947dfc45090fe92b07b243bc1",
sha256 = "5bc8365613fe2f8ce6cc33959b7667b13b7fe56cb9d16ba740c06e1a7c4242fc",
release_date = "2021-10-11",
strip_prefix = "xds-{version}",
urls = ["https://github.com/cncf/xds/archive/{version}.tar.gz"],
use_category = ["api"],

Loading…
Cancel
Save