Skip to content

Commit 805fc64

Browse files
authored
deps: Bump com_github_cncf_xds to cncf/xds@0c46c01 (#33160)
cel: Support canonical CEL in xds.type.v3.CelExpression Signed-off-by: Sergii Tkachenko <[email protected]>
1 parent 3f854d3 commit 805fc64

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

api/bazel/repositories.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def api_dependencies():
5151
name = "com_github_bufbuild_buf",
5252
build_file_content = BUF_BUILD_CONTENT,
5353
)
54+
external_http_archive(
55+
name = "dev_cel",
56+
)
5457

5558
external_http_archive(
5659
name = "com_github_chrusty_protoc_gen_jsonschema",

api/bazel/repository_locations.bzl

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
3939
project_desc = "xDS API Working Group (xDS-WG)",
4040
project_url = "https://github.com/cncf/xds",
4141
# During the UDPA -> xDS migration, we aren't working with releases.
42-
version = "6b7cb9e61ad79c99765a1dea2bede517d1b7db3e",
43-
sha256 = "8671884372d3af43478d6de3e05a653fffdbbe1acc6e827680e2125a0120ccd2",
44-
release_date = "2024-03-22",
42+
version = "0c46c01016dc5c9aeddf6c745a230c32bf62841d",
43+
sha256 = "bc1626f5afe5313bac279aeca5761e276abb60c9a1ec9c187c35bfd259f4c40c",
44+
release_date = "2024-03-29",
4545
strip_prefix = "xds-{version}",
4646
urls = ["https://github.com/cncf/xds/archive/{version}.tar.gz"],
4747
use_category = ["api"],
@@ -151,6 +151,17 @@ REPOSITORY_LOCATIONS_SPEC = dict(
151151
use_category = ["build"],
152152
release_date = "2023-05-30",
153153
),
154+
dev_cel = dict(
155+
project_name = "CEL",
156+
project_desc = "Common Expression Language -- specification and binary representation",
157+
project_url = "https://github.com/google/cel-spec",
158+
strip_prefix = "cel-spec-{version}",
159+
sha256 = "3ee09eb69dbe77722e9dee23dc48dc2cd9f765869fcf5ffb1226587c81791a0b",
160+
version = "0.15.0",
161+
urls = ["https://github.com/google/cel-spec/archive/v{version}.tar.gz"],
162+
use_category = ["api"],
163+
release_date = "2024-03-27",
164+
),
154165
rules_proto_grpc = dict(
155166
project_name = "rules_proto_grpc",
156167
project_desc = "Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets ",

0 commit comments

Comments
 (0)