Skip to content

Commit 5f0c7ed

Browse files
committed
update xDS API version and metadata in repository_locations.bzl
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 10e73e8 commit 5f0c7ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
5252
project_desc = "xDS API Working Group (xDS-WG)",
5353
project_url = "https://github.com/cncf/xds",
5454
# During the UDPA -> xDS migration, we aren't working with releases.
55-
version = "5275cd2f3383d8ee9ba2ca9e146357b2d29402da",
56-
sha256 = "c8395a003b1523def97cd4358d7ae94ebc586317596ed3673e834351cde4032c",
57-
release_date = "2025-10-04",
55+
version = "9a40b31d13833808ed6bfc9e93943ee80c8f3ef1",
56+
sha256 = "e52951a98b501dfaf476e49d953fe1d2f3ec94647931e4a45212f813e5858820",
57+
release_date = "2025-10-07",
5858
strip_prefix = "xds-{version}",
5959
urls = ["https://github.com/cncf/xds/archive/{version}.tar.gz"],
6060
use_category = ["api"],

0 commit comments

Comments
 (0)