From 9ff3f3d3ff9e351b5c13862459d4751af4077243 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Fri, 12 Dec 2025 10:18:44 +0100 Subject: [PATCH] Update dependencies to align with Envoy versions Signed-off-by: Matthieu MOREL --- MODULE.bazel | 36 +++++++----- bazel/repositories.bzl | 4 ++ bazel/repository_locations.bzl | 55 ++++++++++--------- go/go.mod | 18 +++--- go/go.sum | 52 ++++++++++++------ go/udpa/annotations/migrate.pb.go | 2 +- go/udpa/annotations/security.pb.go | 2 +- go/udpa/annotations/sensitive.pb.go | 2 +- go/udpa/annotations/status.pb.go | 2 +- go/udpa/annotations/versioning.pb.go | 2 +- go/udpa/data/orca/v1/orca_load_report.pb.go | 2 +- go/udpa/service/orca/v1/orca.pb.go | 2 +- go/udpa/service/orca/v1/orca_grpc.pb.go | 2 +- go/udpa/type/v1/typed_struct.pb.go | 2 +- go/xds/annotations/v3/migrate.pb.go | 2 +- go/xds/annotations/v3/security.pb.go | 2 +- go/xds/annotations/v3/sensitive.pb.go | 2 +- go/xds/annotations/v3/status.pb.go | 2 +- go/xds/annotations/v3/versioning.pb.go | 2 +- go/xds/core/v3/authority.pb.go | 2 +- go/xds/core/v3/cidr.pb.go | 2 +- go/xds/core/v3/collection_entry.pb.go | 2 +- go/xds/core/v3/context_params.pb.go | 2 +- go/xds/core/v3/extension.pb.go | 2 +- go/xds/core/v3/resource.pb.go | 2 +- go/xds/core/v3/resource_locator.pb.go | 2 +- go/xds/core/v3/resource_name.pb.go | 2 +- go/xds/data/orca/v3/orca_load_report.pb.go | 2 +- go/xds/service/orca/v3/orca.pb.go | 2 +- go/xds/service/orca/v3/orca_grpc.pb.go | 2 +- go/xds/type/matcher/v3/cel.pb.go | 2 +- go/xds/type/matcher/v3/domain.pb.go | 2 +- go/xds/type/matcher/v3/http_inputs.pb.go | 2 +- go/xds/type/matcher/v3/ip.pb.go | 2 +- go/xds/type/matcher/v3/matcher.pb.go | 2 +- go/xds/type/matcher/v3/range.pb.go | 2 +- go/xds/type/matcher/v3/regex.pb.go | 2 +- go/xds/type/matcher/v3/string.pb.go | 2 +- go/xds/type/v3/cel.pb.go | 2 +- go/xds/type/v3/range.pb.go | 2 +- go/xds/type/v3/typed_struct.pb.go | 2 +- python/pyproject.toml | 2 +- python/udpa/annotations/migrate_pb2.py | 8 +-- python/udpa/annotations/security_pb2.py | 8 +-- python/udpa/annotations/sensitive_pb2.py | 8 +-- python/udpa/annotations/status_pb2.py | 8 +-- python/udpa/annotations/versioning_pb2.py | 8 +-- .../udpa/data/orca/v1/orca_load_report_pb2.py | 8 +-- python/udpa/service/orca/v1/orca_pb2.py | 8 +-- python/udpa/type/v1/typed_struct_pb2.py | 8 +-- python/xds/annotations/v3/migrate_pb2.py | 8 +-- python/xds/annotations/v3/security_pb2.py | 8 +-- python/xds/annotations/v3/sensitive_pb2.py | 8 +-- python/xds/annotations/v3/status_pb2.py | 8 +-- python/xds/annotations/v3/versioning_pb2.py | 8 +-- python/xds/core/v3/authority_pb2.py | 8 +-- python/xds/core/v3/cidr_pb2.py | 8 +-- python/xds/core/v3/collection_entry_pb2.py | 8 +-- python/xds/core/v3/context_params_pb2.py | 8 +-- python/xds/core/v3/extension_pb2.py | 8 +-- python/xds/core/v3/resource_locator_pb2.py | 8 +-- python/xds/core/v3/resource_name_pb2.py | 8 +-- python/xds/core/v3/resource_pb2.py | 8 +-- .../xds/data/orca/v3/orca_load_report_pb2.py | 8 +-- python/xds/service/orca/v3/orca_pb2.py | 8 +-- python/xds/type/matcher/v3/cel_pb2.py | 8 +-- python/xds/type/matcher/v3/domain_pb2.py | 8 +-- python/xds/type/matcher/v3/http_inputs_pb2.py | 8 +-- python/xds/type/matcher/v3/ip_pb2.py | 8 +-- python/xds/type/matcher/v3/matcher_pb2.py | 8 +-- python/xds/type/matcher/v3/range_pb2.py | 8 +-- python/xds/type/matcher/v3/regex_pb2.py | 8 +-- python/xds/type/matcher/v3/string_pb2.py | 8 +-- python/xds/type/v3/cel_pb2.py | 8 +-- python/xds/type/v3/range_pb2.py | 8 +-- python/xds/type/v3/typed_struct_pb2.py | 8 +-- 76 files changed, 274 insertions(+), 237 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4a74df33..79f79b9b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -3,24 +3,34 @@ module( version = "0.0.0", ) +# All bazel_dep entries are organized alphabetically for improved readability. + +# Core dependencies from Bazel Central Registry bazel_dep(name = "bazel_skylib", version = "1.8.2") -bazel_dep(name = "cel-spec", version = "0.24.0", repo_name = "dev_cel") -bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle") -bazel_dep(name = "googleapis", version = "0.0.0-20241220-5e258e33.bcr.1", repo_name = "com_google_googleapis") -bazel_dep(name = "grpc", version = "1.68.0", repo_name = "com_github_grpc_grpc") -bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf") -bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1", repo_name = "com_envoyproxy_protoc_gen_validate") -bazel_dep(name = "re2", version = "2024-07-02", repo_name = "com_googlesource_code_re2") -bazel_dep(name = "rules_cc", version = "0.0.17") -bazel_dep(name = "rules_go", version = "0.53.0", repo_name = "io_bazel_rules_go") -bazel_dep(name = "rules_python", version = "1.6.3") +bazel_dep(name = "cel-spec", version = "0.25.1", repo_name = "dev_cel") +bazel_dep(name = "gazelle", version = "0.47.0", repo_name = "bazel_gazelle") +bazel_dep(name = "googleapis", version = "0.0.0-20251127-8cd3749f", repo_name = "com_google_googleapis") +bazel_dep(name = "googleapis-cc", version = "1.0.0") +bazel_dep(name = "grpc", version = "1.76.0.bcr.1", repo_name = "com_github_grpc_grpc") +bazel_dep(name = "protobuf", version = "33.1", repo_name = "com_google_protobuf") +bazel_dep(name = "protoc-gen-validate", version = "1.3.0", repo_name = "com_envoyproxy_protoc_gen_validate") +bazel_dep(name = "re2", version = "2025-11-05.bcr.1", repo_name = "com_googlesource_code_re2") +bazel_dep(name = "rules_cc", version = "0.2.14") +bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go") +bazel_dep(name = "rules_python", version = "1.7.0") + +# Go SDK and toolchain configuration +go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk") +go_sdk.download(version = "1.24.6") -# Configure Python toolchain for bzlmod +# Python toolchain configuration python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( python_version = "3.12", ) +# Googleapis extension for language-specific rules +# Using switched_rules from googleapis for compatibility with grpc switched_rules = use_extension("@com_google_googleapis//:extensions.bzl", "switched_rules") switched_rules.use_languages( cc = True, @@ -29,9 +39,7 @@ switched_rules.use_languages( python = True, ) -go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk") -go_sdk.download(version = "1.24.6") - +# Go dependencies extension go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps") go_deps.module( path = "google.golang.org/genproto/googleapis/api", diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 75012a71..20269e10 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -2,6 +2,10 @@ load(":envoy_http_archive.bzl", "xds_http_archive") load(":repository_locations.bzl", "REPOSITORY_LOCATIONS") def xds_api_dependencies(): + xds_http_archive( + "bazel_features", + locations = REPOSITORY_LOCATIONS, + ) xds_http_archive( "bazel_skylib", locations = REPOSITORY_LOCATIONS, diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 5c08311d..9730540b 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1,8 +1,13 @@ REPOSITORY_LOCATIONS = dict( + bazel_features = dict( + sha256 = "c41853e3b636c533b86bf5ab4658064e6cc9db0a3bce52cbff0629e094344ca9", + strip_prefix = "bazel_features-1.33.0", + urls = ["https://github.com/bazel-contrib/bazel_features/releases/download/v1.33.0/bazel_features-v1.33.0.tar.gz"], + ), bazel_gazelle = dict( - sha256 = "e467b801046b6598c657309b45d2426dc03513777bd1092af2c62eebf990aca5", + sha256 = "675114d8b433d0a9f54d81171833be96ebc4113115664b791e6f204d58e93446", urls = [ - "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.45.0/bazel-gazelle-v0.45.0.tar.gz", + "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.47.0/bazel-gazelle-v0.47.0.tar.gz", ], ), bazel_skylib = dict( @@ -10,43 +15,43 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz"], ), com_envoyproxy_protoc_gen_validate = dict( - sha256 = "e4718352754df1393b8792b631338aa8562f390e8160783e365454bc11d96328", - strip_prefix = "protoc-gen-validate-1.2.1", - urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/refs/tags/v1.2.1.tar.gz"], + sha256 = "26dc6db523ee943af51fdfc292658a2dbe7046735654f1dc839745988f0fe26b", + strip_prefix = "protoc-gen-validate-1.3.0", + urls = ["https://github.com/bufbuild/protoc-gen-validate/archive/refs/tags/v1.3.0.tar.gz"], ), com_github_grpc_grpc = dict( - sha256 = "86f0f28b75b1562c82b7fc5d436b4f5f5da6cb8d67f59e9fec5f8aa1fe924037", - strip_prefix = "grpc-1.68.0", - urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.68.0.tar.gz"], + sha256 = "0af37b800953130b47c075b56683ee60bdc3eda3c37fc6004193f5b569758204", + strip_prefix = "grpc-1.76.0", + urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.76.0.tar.gz"], ), com_google_googleapis = dict( # TODO(dio): Consider writing a Starlark macro for importing Google API proto. - sha256 = "9d1a930e767c93c825398b8f8692eca3fe353b9aaadedfbcf1fca2282c85df88", - strip_prefix = "googleapis-64926d52febbf298cb82a8f472ade4a3969ba922", + sha256 = "a7fcd63679a62be91e3467596d036bf61e3e6337fd036a5886fe10edadcb8383", + strip_prefix = "googleapis-8cd3749f4b98f2eeeef511c16431979aeb3a6502", urls = [ - "https://github.com/googleapis/googleapis/archive/64926d52febbf298cb82a8f472ade4a3969ba922.zip", + "https://github.com/googleapis/googleapis/archive/8cd3749f4b98f2eeeef511c16431979aeb3a6502.zip", ], ), com_google_protobuf = dict( - sha256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e", - strip_prefix = "protobuf-29.3", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz"], + sha256 = "0c98bb704ceb4e68c92f93907951ca3c36130bc73f87264e8c0771a80362ac97", + strip_prefix = "protobuf-33.1", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v33.1.tar.gz"], ), dev_cel = dict( - sha256 = "5cba6b0029e727d1f4d8fd134de4e747cecc0bc293d026017d7edc48058d09f7", - strip_prefix = "cel-spec-0.24.0", - urls = ["https://github.com/google/cel-spec/archive/refs/tags/v0.24.0.tar.gz"], + sha256 = "13583c5a312861648449845b709722676a3c9b43396b6b8e9cbe4538feb74ad2", + strip_prefix = "cel-spec-0.25.1", + urls = ["https://github.com/google/cel-spec/archive/refs/tags/v0.25.1.tar.gz"], ), io_bazel_rules_go = dict( - sha256 = "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313", + sha256 = "68af54cb97fbdee5e5e8fe8d210d15a518f9d62abfd71620c3eaff3b26a5ff86", urls = [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip", + "https://github.com/bazelbuild/rules_go/releases/download/v0.59.0/rules_go-v0.59.0.zip", ], ), rules_cc = dict( - sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1", - strip_prefix = "rules_cc-0.0.17", - urls = ["https://github.com/bazelbuild/rules_cc/archive/refs/tags/0.0.17.tar.gz"], + sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027", + strip_prefix = "rules_cc-0.2.14", + urls = ["https://github.com/bazelbuild/rules_cc/archive/refs/tags/0.2.14.tar.gz"], ), rules_proto = dict( sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4", @@ -54,8 +59,8 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.1.0.tar.gz"], ), rules_python = dict( - sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590", - strip_prefix = "rules_python-1.6.3", - urls = ["https://github.com/bazelbuild/rules_python/archive/1.6.3.tar.gz"], + sha256 = "f609f341d6e9090b981b3f45324d05a819fd7a5a56434f849c761971ce2c47da", + strip_prefix = "rules_python-1.7.0", + urls = ["https://github.com/bazelbuild/rules_python/archive/1.7.0.tar.gz"], ), ) diff --git a/go/go.mod b/go/go.mod index 4c520cc1..212ce89c 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,18 +1,18 @@ module github.com/cncf/xds/go -go 1.24 +go 1.24.6 require ( - cel.dev/expr v0.24.0 - github.com/envoyproxy/protoc-gen-validate v1.2.1 - google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 - google.golang.org/grpc v1.68.0 + cel.dev/expr v0.25.1 + github.com/envoyproxy/protoc-gen-validate v1.3.0 + google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b + google.golang.org/grpc v1.76.0 google.golang.org/protobuf v1.36.10 ) require ( - golang.org/x/net v0.34.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/text v0.21.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect + golang.org/x/net v0.42.0 // indirect + golang.org/x/sys v0.34.0 // indirect + golang.org/x/text v0.27.0 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect ) diff --git a/go/go.sum b/go/go.sum index a9b2b127..8b6ee4fc 100644 --- a/go/go.sum +++ b/go/go.sum @@ -1,22 +1,42 @@ -cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY= -cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw= -github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfUKS7KJ7spH3d86P8= -github.com/envoyproxy/protoc-gen-validate v1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU= +cel.dev/expr v0.25.1 h1:1KrZg61W6TWSxuNZ37Xy49ps13NUovb66QLprthtwi4= +cel.dev/expr v0.25.1/go.mod h1:hrXvqGP6G6gyx8UAHSHJ5RGk//1Oj5nXQ2NI02Nrsg4= +github.com/envoyproxy/protoc-gen-validate v1.3.0 h1:TvGH1wof4H33rezVKWSpqKz5NXWg5VPuZ0uONDT6eb4= +github.com/envoyproxy/protoc-gen-validate v1.3.0/go.mod h1:HvYl7zwPa5mffgyeTUHA9zHIH36nmrm7oCbo4YKoSWA= +github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= +github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= +github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= -google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 h1:hjSy6tcFQZ171igDaN5QHOw2n6vx40juYbC/x67CEhc= -google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:qpvKtACPCQhAdu3PyQgV4l3LMXZEtft7y8QcarRsp9I= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ= -google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU= -google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0= -google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= +go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= +go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ= +go.opentelemetry.io/otel v1.37.0/go.mod h1:ehE/umFRLnuLa/vSccNq9oS1ErUlkkK71gMcN34UG8I= +go.opentelemetry.io/otel/metric v1.37.0 h1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE= +go.opentelemetry.io/otel/metric v1.37.0/go.mod h1:04wGrZurHYKOc+RKeye86GwKiTb9FKm1WHtO+4EVr2E= +go.opentelemetry.io/otel/sdk v1.37.0 h1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdDvKI= +go.opentelemetry.io/otel/sdk v1.37.0/go.mod h1:VredYzxUvuo2q3WRcDnKDjbdvmO0sCzOvVAiY+yUkAg= +go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFhbjxHHspCPc= +go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps= +go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4= +go.opentelemetry.io/otel/trace v1.37.0/go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0= +golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs= +golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8= +golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA= +golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= +golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4= +golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU= +gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk= +gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E= +google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b h1:ULiyYQ0FdsJhwwZUwbaXpZF5yUE3h+RA+gxvBu37ucc= +google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b/go.mod h1:oDOGiMSXHL4sDTJvFvIB9nRQCGdLP1o/iVaqQK8zB+M= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b h1:zPKJod4w6F1+nRGDI9ubnXYhU9NSWoFAijkHkUXeTK8= +google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A= +google.golang.org/grpc v1.76.0 h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A= +google.golang.org/grpc v1.76.0/go.mod h1:Ju12QI8M6iQJtbcsV+awF5a4hfJMLi4X0JLo94ULZ6c= google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE= google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco= diff --git a/go/udpa/annotations/migrate.pb.go b/go/udpa/annotations/migrate.pb.go index 9244eb6f..a5a92490 100644 --- a/go/udpa/annotations/migrate.pb.go +++ b/go/udpa/annotations/migrate.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/annotations/migrate.proto package annotations diff --git a/go/udpa/annotations/security.pb.go b/go/udpa/annotations/security.pb.go index a4247ac0..414c4a27 100644 --- a/go/udpa/annotations/security.pb.go +++ b/go/udpa/annotations/security.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/annotations/security.proto package annotations diff --git a/go/udpa/annotations/sensitive.pb.go b/go/udpa/annotations/sensitive.pb.go index 06d910d0..5d30199f 100644 --- a/go/udpa/annotations/sensitive.pb.go +++ b/go/udpa/annotations/sensitive.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/annotations/sensitive.proto package annotations diff --git a/go/udpa/annotations/status.pb.go b/go/udpa/annotations/status.pb.go index 11abcefe..e136997f 100644 --- a/go/udpa/annotations/status.pb.go +++ b/go/udpa/annotations/status.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/annotations/status.proto package annotations diff --git a/go/udpa/annotations/versioning.pb.go b/go/udpa/annotations/versioning.pb.go index 8bdcc0a7..8c5ead03 100644 --- a/go/udpa/annotations/versioning.pb.go +++ b/go/udpa/annotations/versioning.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/annotations/versioning.proto package annotations diff --git a/go/udpa/data/orca/v1/orca_load_report.pb.go b/go/udpa/data/orca/v1/orca_load_report.pb.go index d0ee7c02..760a6b4d 100644 --- a/go/udpa/data/orca/v1/orca_load_report.pb.go +++ b/go/udpa/data/orca/v1/orca_load_report.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/data/orca/v1/orca_load_report.proto package v1 diff --git a/go/udpa/service/orca/v1/orca.pb.go b/go/udpa/service/orca/v1/orca.pb.go index d996d4e7..bd5e3af1 100644 --- a/go/udpa/service/orca/v1/orca.pb.go +++ b/go/udpa/service/orca/v1/orca.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/service/orca/v1/orca.proto package v1 diff --git a/go/udpa/service/orca/v1/orca_grpc.pb.go b/go/udpa/service/orca/v1/orca_grpc.pb.go index 8bee1fdf..c294add8 100644 --- a/go/udpa/service/orca/v1/orca_grpc.pb.go +++ b/go/udpa/service/orca/v1/orca_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v5.29.3 +// - protoc v6.33.1 // source: udpa/service/orca/v1/orca.proto package v1 diff --git a/go/udpa/type/v1/typed_struct.pb.go b/go/udpa/type/v1/typed_struct.pb.go index d693deb8..0837dfe7 100644 --- a/go/udpa/type/v1/typed_struct.pb.go +++ b/go/udpa/type/v1/typed_struct.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: udpa/type/v1/typed_struct.proto package v1 diff --git a/go/xds/annotations/v3/migrate.pb.go b/go/xds/annotations/v3/migrate.pb.go index ffc54dfe..0405a9a3 100644 --- a/go/xds/annotations/v3/migrate.pb.go +++ b/go/xds/annotations/v3/migrate.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/annotations/v3/migrate.proto package v3 diff --git a/go/xds/annotations/v3/security.pb.go b/go/xds/annotations/v3/security.pb.go index 1d3bb57b..439a285e 100644 --- a/go/xds/annotations/v3/security.pb.go +++ b/go/xds/annotations/v3/security.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/annotations/v3/security.proto package v3 diff --git a/go/xds/annotations/v3/sensitive.pb.go b/go/xds/annotations/v3/sensitive.pb.go index b8e80a23..4f90b5e1 100644 --- a/go/xds/annotations/v3/sensitive.pb.go +++ b/go/xds/annotations/v3/sensitive.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/annotations/v3/sensitive.proto package v3 diff --git a/go/xds/annotations/v3/status.pb.go b/go/xds/annotations/v3/status.pb.go index bc99db7e..f6e83e7d 100644 --- a/go/xds/annotations/v3/status.pb.go +++ b/go/xds/annotations/v3/status.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/annotations/v3/status.proto package v3 diff --git a/go/xds/annotations/v3/versioning.pb.go b/go/xds/annotations/v3/versioning.pb.go index 12409472..fde2d27d 100644 --- a/go/xds/annotations/v3/versioning.pb.go +++ b/go/xds/annotations/v3/versioning.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/annotations/v3/versioning.proto package v3 diff --git a/go/xds/core/v3/authority.pb.go b/go/xds/core/v3/authority.pb.go index 5b7986e1..772017f4 100644 --- a/go/xds/core/v3/authority.pb.go +++ b/go/xds/core/v3/authority.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/authority.proto package v3 diff --git a/go/xds/core/v3/cidr.pb.go b/go/xds/core/v3/cidr.pb.go index 802414af..acd05dd7 100644 --- a/go/xds/core/v3/cidr.pb.go +++ b/go/xds/core/v3/cidr.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/cidr.proto package v3 diff --git a/go/xds/core/v3/collection_entry.pb.go b/go/xds/core/v3/collection_entry.pb.go index 089200ae..0bfa1cfe 100644 --- a/go/xds/core/v3/collection_entry.pb.go +++ b/go/xds/core/v3/collection_entry.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/collection_entry.proto package v3 diff --git a/go/xds/core/v3/context_params.pb.go b/go/xds/core/v3/context_params.pb.go index 7fadbf53..ee6fcd4c 100644 --- a/go/xds/core/v3/context_params.pb.go +++ b/go/xds/core/v3/context_params.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/context_params.proto package v3 diff --git a/go/xds/core/v3/extension.pb.go b/go/xds/core/v3/extension.pb.go index 9d0a3ed4..d0616313 100644 --- a/go/xds/core/v3/extension.pb.go +++ b/go/xds/core/v3/extension.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/extension.proto package v3 diff --git a/go/xds/core/v3/resource.pb.go b/go/xds/core/v3/resource.pb.go index b8356baf..55346d37 100644 --- a/go/xds/core/v3/resource.pb.go +++ b/go/xds/core/v3/resource.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/resource.proto package v3 diff --git a/go/xds/core/v3/resource_locator.pb.go b/go/xds/core/v3/resource_locator.pb.go index b3743883..c56ea662 100644 --- a/go/xds/core/v3/resource_locator.pb.go +++ b/go/xds/core/v3/resource_locator.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/resource_locator.proto package v3 diff --git a/go/xds/core/v3/resource_name.pb.go b/go/xds/core/v3/resource_name.pb.go index d55126a1..e77803e1 100644 --- a/go/xds/core/v3/resource_name.pb.go +++ b/go/xds/core/v3/resource_name.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/core/v3/resource_name.proto package v3 diff --git a/go/xds/data/orca/v3/orca_load_report.pb.go b/go/xds/data/orca/v3/orca_load_report.pb.go index 44db3318..638cb966 100644 --- a/go/xds/data/orca/v3/orca_load_report.pb.go +++ b/go/xds/data/orca/v3/orca_load_report.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/data/orca/v3/orca_load_report.proto package v3 diff --git a/go/xds/service/orca/v3/orca.pb.go b/go/xds/service/orca/v3/orca.pb.go index 35ac9b6f..faa2441f 100644 --- a/go/xds/service/orca/v3/orca.pb.go +++ b/go/xds/service/orca/v3/orca.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/service/orca/v3/orca.proto package v3 diff --git a/go/xds/service/orca/v3/orca_grpc.pb.go b/go/xds/service/orca/v3/orca_grpc.pb.go index f0666e2e..74e220d1 100644 --- a/go/xds/service/orca/v3/orca_grpc.pb.go +++ b/go/xds/service/orca/v3/orca_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v5.29.3 +// - protoc v6.33.1 // source: xds/service/orca/v3/orca.proto package v3 diff --git a/go/xds/type/matcher/v3/cel.pb.go b/go/xds/type/matcher/v3/cel.pb.go index b44d6399..976e943d 100644 --- a/go/xds/type/matcher/v3/cel.pb.go +++ b/go/xds/type/matcher/v3/cel.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/cel.proto package v3 diff --git a/go/xds/type/matcher/v3/domain.pb.go b/go/xds/type/matcher/v3/domain.pb.go index 5154da58..2c32155d 100644 --- a/go/xds/type/matcher/v3/domain.pb.go +++ b/go/xds/type/matcher/v3/domain.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/domain.proto package v3 diff --git a/go/xds/type/matcher/v3/http_inputs.pb.go b/go/xds/type/matcher/v3/http_inputs.pb.go index 2badad7f..64219494 100644 --- a/go/xds/type/matcher/v3/http_inputs.pb.go +++ b/go/xds/type/matcher/v3/http_inputs.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/http_inputs.proto package v3 diff --git a/go/xds/type/matcher/v3/ip.pb.go b/go/xds/type/matcher/v3/ip.pb.go index 3b0fd22b..f77aa094 100644 --- a/go/xds/type/matcher/v3/ip.pb.go +++ b/go/xds/type/matcher/v3/ip.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/ip.proto package v3 diff --git a/go/xds/type/matcher/v3/matcher.pb.go b/go/xds/type/matcher/v3/matcher.pb.go index 707269b2..76465be9 100644 --- a/go/xds/type/matcher/v3/matcher.pb.go +++ b/go/xds/type/matcher/v3/matcher.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/matcher.proto package v3 diff --git a/go/xds/type/matcher/v3/range.pb.go b/go/xds/type/matcher/v3/range.pb.go index 6128c727..49763ca1 100644 --- a/go/xds/type/matcher/v3/range.pb.go +++ b/go/xds/type/matcher/v3/range.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/range.proto package v3 diff --git a/go/xds/type/matcher/v3/regex.pb.go b/go/xds/type/matcher/v3/regex.pb.go index a83f7f82..d200e881 100644 --- a/go/xds/type/matcher/v3/regex.pb.go +++ b/go/xds/type/matcher/v3/regex.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/regex.proto package v3 diff --git a/go/xds/type/matcher/v3/string.pb.go b/go/xds/type/matcher/v3/string.pb.go index 4670fc90..e9a12466 100644 --- a/go/xds/type/matcher/v3/string.pb.go +++ b/go/xds/type/matcher/v3/string.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/matcher/v3/string.proto package v3 diff --git a/go/xds/type/v3/cel.pb.go b/go/xds/type/v3/cel.pb.go index c87d121e..63bb7d21 100644 --- a/go/xds/type/v3/cel.pb.go +++ b/go/xds/type/v3/cel.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/v3/cel.proto package v3 diff --git a/go/xds/type/v3/range.pb.go b/go/xds/type/v3/range.pb.go index 8430f0cc..4abe7dd6 100644 --- a/go/xds/type/v3/range.pb.go +++ b/go/xds/type/v3/range.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/v3/range.proto package v3 diff --git a/go/xds/type/v3/typed_struct.pb.go b/go/xds/type/v3/typed_struct.pb.go index 8d0d70ff..8c1d5d55 100644 --- a/go/xds/type/v3/typed_struct.pb.go +++ b/go/xds/type/v3/typed_struct.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 -// protoc v5.29.3 +// protoc v6.33.1 // source: xds/type/v3/typed_struct.proto package v3 diff --git a/python/pyproject.toml b/python/pyproject.toml index 3b03df67..0a77749e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -11,7 +11,7 @@ version = "0.1.0" description = "xds Protocol Buffer Messages" requires-python = ">=3.7" # Or the appropriate minimum Python version dependencies = [ - "protobuf==5.29.1" + "protobuf==6.33.1" ] [project.optional-dependencies] diff --git a/python/udpa/annotations/migrate_pb2.py b/python/udpa/annotations/migrate_pb2.py index 70e39e8b..35b0bc3d 100644 --- a/python/udpa/annotations/migrate_pb2.py +++ b/python/udpa/annotations/migrate_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/annotations/migrate.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/annotations/migrate.proto' ) diff --git a/python/udpa/annotations/security_pb2.py b/python/udpa/annotations/security_pb2.py index 971a7f60..8c9f7fa9 100644 --- a/python/udpa/annotations/security_pb2.py +++ b/python/udpa/annotations/security_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/annotations/security.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/annotations/security.proto' ) diff --git a/python/udpa/annotations/sensitive_pb2.py b/python/udpa/annotations/sensitive_pb2.py index d6a35c2d..a24fe290 100644 --- a/python/udpa/annotations/sensitive_pb2.py +++ b/python/udpa/annotations/sensitive_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/annotations/sensitive.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/annotations/sensitive.proto' ) diff --git a/python/udpa/annotations/status_pb2.py b/python/udpa/annotations/status_pb2.py index 995dd72f..a07eafe7 100644 --- a/python/udpa/annotations/status_pb2.py +++ b/python/udpa/annotations/status_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/annotations/status.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/annotations/status.proto' ) diff --git a/python/udpa/annotations/versioning_pb2.py b/python/udpa/annotations/versioning_pb2.py index 0a021e42..a74876d6 100644 --- a/python/udpa/annotations/versioning_pb2.py +++ b/python/udpa/annotations/versioning_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/annotations/versioning.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/annotations/versioning.proto' ) diff --git a/python/udpa/data/orca/v1/orca_load_report_pb2.py b/python/udpa/data/orca/v1/orca_load_report_pb2.py index edce8c87..019faef2 100644 --- a/python/udpa/data/orca/v1/orca_load_report_pb2.py +++ b/python/udpa/data/orca/v1/orca_load_report_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/data/orca/v1/orca_load_report.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/data/orca/v1/orca_load_report.proto' ) diff --git a/python/udpa/service/orca/v1/orca_pb2.py b/python/udpa/service/orca/v1/orca_pb2.py index d32dd33a..75f5bff6 100644 --- a/python/udpa/service/orca/v1/orca_pb2.py +++ b/python/udpa/service/orca/v1/orca_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/service/orca/v1/orca.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/service/orca/v1/orca.proto' ) diff --git a/python/udpa/type/v1/typed_struct_pb2.py b/python/udpa/type/v1/typed_struct_pb2.py index c361b768..a00bf2c5 100644 --- a/python/udpa/type/v1/typed_struct_pb2.py +++ b/python/udpa/type/v1/typed_struct_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: udpa/type/v1/typed_struct.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'udpa/type/v1/typed_struct.proto' ) diff --git a/python/xds/annotations/v3/migrate_pb2.py b/python/xds/annotations/v3/migrate_pb2.py index 4030c2c6..7c6ca6d1 100644 --- a/python/xds/annotations/v3/migrate_pb2.py +++ b/python/xds/annotations/v3/migrate_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/annotations/v3/migrate.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/annotations/v3/migrate.proto' ) diff --git a/python/xds/annotations/v3/security_pb2.py b/python/xds/annotations/v3/security_pb2.py index fcf97af8..cc3460d4 100644 --- a/python/xds/annotations/v3/security_pb2.py +++ b/python/xds/annotations/v3/security_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/annotations/v3/security.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/annotations/v3/security.proto' ) diff --git a/python/xds/annotations/v3/sensitive_pb2.py b/python/xds/annotations/v3/sensitive_pb2.py index a68a2677..d543078d 100644 --- a/python/xds/annotations/v3/sensitive_pb2.py +++ b/python/xds/annotations/v3/sensitive_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/annotations/v3/sensitive.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/annotations/v3/sensitive.proto' ) diff --git a/python/xds/annotations/v3/status_pb2.py b/python/xds/annotations/v3/status_pb2.py index a6ff3260..4cabb0e7 100644 --- a/python/xds/annotations/v3/status_pb2.py +++ b/python/xds/annotations/v3/status_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/annotations/v3/status.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/annotations/v3/status.proto' ) diff --git a/python/xds/annotations/v3/versioning_pb2.py b/python/xds/annotations/v3/versioning_pb2.py index fbda76c2..99d8c74a 100644 --- a/python/xds/annotations/v3/versioning_pb2.py +++ b/python/xds/annotations/v3/versioning_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/annotations/v3/versioning.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/annotations/v3/versioning.proto' ) diff --git a/python/xds/core/v3/authority_pb2.py b/python/xds/core/v3/authority_pb2.py index 355be07d..facc196c 100644 --- a/python/xds/core/v3/authority_pb2.py +++ b/python/xds/core/v3/authority_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/authority.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/authority.proto' ) diff --git a/python/xds/core/v3/cidr_pb2.py b/python/xds/core/v3/cidr_pb2.py index 7abbc332..eb0104f8 100644 --- a/python/xds/core/v3/cidr_pb2.py +++ b/python/xds/core/v3/cidr_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/cidr.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/cidr.proto' ) diff --git a/python/xds/core/v3/collection_entry_pb2.py b/python/xds/core/v3/collection_entry_pb2.py index 679f2fc5..61e7c40a 100644 --- a/python/xds/core/v3/collection_entry_pb2.py +++ b/python/xds/core/v3/collection_entry_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/collection_entry.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/collection_entry.proto' ) diff --git a/python/xds/core/v3/context_params_pb2.py b/python/xds/core/v3/context_params_pb2.py index 6d94815b..048c834e 100644 --- a/python/xds/core/v3/context_params_pb2.py +++ b/python/xds/core/v3/context_params_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/context_params.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/context_params.proto' ) diff --git a/python/xds/core/v3/extension_pb2.py b/python/xds/core/v3/extension_pb2.py index a55069ce..9f1df3d3 100644 --- a/python/xds/core/v3/extension_pb2.py +++ b/python/xds/core/v3/extension_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/extension.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/extension.proto' ) diff --git a/python/xds/core/v3/resource_locator_pb2.py b/python/xds/core/v3/resource_locator_pb2.py index 7445ed8a..e31c0c8a 100644 --- a/python/xds/core/v3/resource_locator_pb2.py +++ b/python/xds/core/v3/resource_locator_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/resource_locator.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/resource_locator.proto' ) diff --git a/python/xds/core/v3/resource_name_pb2.py b/python/xds/core/v3/resource_name_pb2.py index 5b9cf224..21572bc9 100644 --- a/python/xds/core/v3/resource_name_pb2.py +++ b/python/xds/core/v3/resource_name_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/resource_name.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/resource_name.proto' ) diff --git a/python/xds/core/v3/resource_pb2.py b/python/xds/core/v3/resource_pb2.py index 68fdc7d6..e81876aa 100644 --- a/python/xds/core/v3/resource_pb2.py +++ b/python/xds/core/v3/resource_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/core/v3/resource.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/core/v3/resource.proto' ) diff --git a/python/xds/data/orca/v3/orca_load_report_pb2.py b/python/xds/data/orca/v3/orca_load_report_pb2.py index 00000753..1e88a001 100644 --- a/python/xds/data/orca/v3/orca_load_report_pb2.py +++ b/python/xds/data/orca/v3/orca_load_report_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/data/orca/v3/orca_load_report.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/data/orca/v3/orca_load_report.proto' ) diff --git a/python/xds/service/orca/v3/orca_pb2.py b/python/xds/service/orca/v3/orca_pb2.py index 7469fabf..25b8bd57 100644 --- a/python/xds/service/orca/v3/orca_pb2.py +++ b/python/xds/service/orca/v3/orca_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/service/orca/v3/orca.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/service/orca/v3/orca.proto' ) diff --git a/python/xds/type/matcher/v3/cel_pb2.py b/python/xds/type/matcher/v3/cel_pb2.py index 894d8d25..3fea061a 100644 --- a/python/xds/type/matcher/v3/cel_pb2.py +++ b/python/xds/type/matcher/v3/cel_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/cel.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/cel.proto' ) diff --git a/python/xds/type/matcher/v3/domain_pb2.py b/python/xds/type/matcher/v3/domain_pb2.py index 66ec8ac2..7c215aea 100644 --- a/python/xds/type/matcher/v3/domain_pb2.py +++ b/python/xds/type/matcher/v3/domain_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/domain.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/domain.proto' ) diff --git a/python/xds/type/matcher/v3/http_inputs_pb2.py b/python/xds/type/matcher/v3/http_inputs_pb2.py index f00a3e76..e9318e5f 100644 --- a/python/xds/type/matcher/v3/http_inputs_pb2.py +++ b/python/xds/type/matcher/v3/http_inputs_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/http_inputs.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/http_inputs.proto' ) diff --git a/python/xds/type/matcher/v3/ip_pb2.py b/python/xds/type/matcher/v3/ip_pb2.py index d462c02d..a94fe139 100644 --- a/python/xds/type/matcher/v3/ip_pb2.py +++ b/python/xds/type/matcher/v3/ip_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/ip.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/ip.proto' ) diff --git a/python/xds/type/matcher/v3/matcher_pb2.py b/python/xds/type/matcher/v3/matcher_pb2.py index d4d316e5..da454122 100644 --- a/python/xds/type/matcher/v3/matcher_pb2.py +++ b/python/xds/type/matcher/v3/matcher_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/matcher.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/matcher.proto' ) diff --git a/python/xds/type/matcher/v3/range_pb2.py b/python/xds/type/matcher/v3/range_pb2.py index bf71a18d..a80d2036 100644 --- a/python/xds/type/matcher/v3/range_pb2.py +++ b/python/xds/type/matcher/v3/range_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/range.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/range.proto' ) diff --git a/python/xds/type/matcher/v3/regex_pb2.py b/python/xds/type/matcher/v3/regex_pb2.py index d46a9894..e8cba10d 100644 --- a/python/xds/type/matcher/v3/regex_pb2.py +++ b/python/xds/type/matcher/v3/regex_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/regex.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/regex.proto' ) diff --git a/python/xds/type/matcher/v3/string_pb2.py b/python/xds/type/matcher/v3/string_pb2.py index d7830764..e9b39e5c 100644 --- a/python/xds/type/matcher/v3/string_pb2.py +++ b/python/xds/type/matcher/v3/string_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/matcher/v3/string.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/matcher/v3/string.proto' ) diff --git a/python/xds/type/v3/cel_pb2.py b/python/xds/type/v3/cel_pb2.py index 9345b679..231394a0 100644 --- a/python/xds/type/v3/cel_pb2.py +++ b/python/xds/type/v3/cel_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/v3/cel.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/v3/cel.proto' ) diff --git a/python/xds/type/v3/range_pb2.py b/python/xds/type/v3/range_pb2.py index b229da60..99172653 100644 --- a/python/xds/type/v3/range_pb2.py +++ b/python/xds/type/v3/range_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/v3/range.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/v3/range.proto' ) diff --git a/python/xds/type/v3/typed_struct_pb2.py b/python/xds/type/v3/typed_struct_pb2.py index f9e70f84..f24b1164 100644 --- a/python/xds/type/v3/typed_struct_pb2.py +++ b/python/xds/type/v3/typed_struct_pb2.py @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: xds/type/v3/typed_struct.proto -# Protobuf Python Version: 5.29.3 +# Protobuf Python Version: 6.33.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool @@ -11,9 +11,9 @@ from google.protobuf.internal import builder as _builder _runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.Domain.PUBLIC, - 5, - 29, - 3, + 6, + 33, + 1, '', 'xds/type/v3/typed_struct.proto' )