From 22fb37ecdc4606d2b9f1fac31468417f8833a01a Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Mon, 11 Oct 2021 18:04:23 +0000 Subject: [PATCH] upgrade xds proto commit Signed-off-by: Mark D. Roth --- api/bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 0e1a19f1b8dd..0e5d85aa3318 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/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"],