Skip to content

Commit

Permalink
fixup: pull newer xds dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Jan 22, 2024
1 parent 514b977 commit 941c43d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,11 @@ def grpc_deps():
if "com_github_cncf_xds" not in native.existing_rules():
http_archive(
name = "com_github_cncf_xds",
sha256 = "0d33b83f8c6368954e72e7785539f0d272a8aba2f6e2e336ed15fd1514bc9899",
strip_prefix = "xds-e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7",
sha256 = "dc305e20c9fa80822322271b50aa2ffa917bf4fd3973bcec52bfc28dc32c5927",
strip_prefix = "xds-3a472e524827f72d1ad621c4983dd5af54c46776",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/cncf/xds/archive/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz",
"https://github.com/cncf/xds/archive/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/cncf/xds/archive/3a472e524827f72d1ad621c4983dd5af54c46776.tar.gz",
"https://github.com/cncf/xds/archive/3a472e524827f72d1ad621c4983dd5af54c46776.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion third_party/xds
Submodule xds updated 42 files
+1 −1 .bazelversion
+10 −62 bazel/api_build_system.bzl
+64 −10 bazel/dependency_imports.bzl
+0 −6 bazel/external_proto_deps.bzl
+4 −0 bazel/repositories.bzl
+18 −10 bazel/repository_locations.bzl
+2 −7 go/udpa/annotations/migrate.pb.go
+2 −7 go/udpa/annotations/security.pb.go
+2 −7 go/udpa/annotations/sensitive.pb.go
+2 −7 go/udpa/annotations/status.pb.go
+2 −7 go/udpa/annotations/versioning.pb.go
+2 −7 go/udpa/data/orca/v1/orca_load_report.pb.go
+2 −7 go/udpa/service/orca/v1/orca.pb.go
+2 −7 go/udpa/type/v1/typed_struct.pb.go
+2 −7 go/xds/annotations/v3/migrate.pb.go
+2 −7 go/xds/annotations/v3/security.pb.go
+2 −7 go/xds/annotations/v3/sensitive.pb.go
+2 −7 go/xds/annotations/v3/status.pb.go
+2 −7 go/xds/annotations/v3/versioning.pb.go
+2 −7 go/xds/core/v3/authority.pb.go
+2 −7 go/xds/core/v3/cidr.pb.go
+9 −13 go/xds/core/v3/collection_entry.pb.go
+2 −7 go/xds/core/v3/context_params.pb.go
+7 −12 go/xds/core/v3/extension.pb.go
+6 −11 go/xds/core/v3/resource.pb.go
+4 −7 go/xds/core/v3/resource_locator.pb.go
+2 −7 go/xds/core/v3/resource_name.pb.go
+2 −7 go/xds/data/orca/v3/orca_load_report.pb.go
+2 −7 go/xds/service/orca/v3/orca.pb.go
+22 −17 go/xds/type/matcher/v3/cel.pb.go
+2 −0 go/xds/type/matcher/v3/cel.pb.validate.go
+2 −7 go/xds/type/matcher/v3/domain.pb.go
+2 −7 go/xds/type/matcher/v3/http_inputs.pb.go
+2 −7 go/xds/type/matcher/v3/ip.pb.go
+7 −7 go/xds/type/matcher/v3/matcher.pb.go
+2 −7 go/xds/type/matcher/v3/range.pb.go
+3 −7 go/xds/type/matcher/v3/regex.pb.go
+3 −7 go/xds/type/matcher/v3/string.pb.go
+3 −7 go/xds/type/v3/cel.pb.go
+2 −7 go/xds/type/v3/range.pb.go
+2 −7 go/xds/type/v3/typed_struct.pb.go
+4 −0 xds/type/matcher/v3/cel.proto

0 comments on commit 941c43d

Please sign in to comment.