From 5313dc7fefbfc2f4ca64e1203f94b9ee34ee33cc Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Wed, 2 Dec 2020 17:13:58 -0800 Subject: [PATCH 01/19] update protobuf Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 12 ++++++------ bazel/dependency_imports.bzl | 18 ++++++++++++++++++ bazel/repositories.bzl | 2 +- bazel/repository_locations.bzl | 18 +++++++++--------- .../bazel/repository_locations.bzl | 12 ++++++------ 5 files changed, 40 insertions(+), 22 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index d72069046b85..13cf30791596 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -14,11 +14,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "protoc-gen-validate (PGV)", project_desc = "protoc plugin to generate polyglot message validators", project_url = "https://github.com/envoyproxy/protoc-gen-validate", - version = "278964a8052f96a2f514add0298098f63fb7f47f", - sha256 = "e368733c9fb7f8489591ffaf269170d7658cc0cd1ee322b601512b769446d3c8", + version = "ec9cd95372b9630aafba2cb4a0e448c43768e0df", + sha256 = "60b4b8036497368512795afca0292d1777d1ce651db76c36706af1733179213a", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-06-08", + release_date = "2020-10-28", use_category = ["api"], ), com_github_cncf_udpa = dict( @@ -48,11 +48,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Google APIs", project_desc = "Public interface definitions of Google APIs", project_url = "https://github.com/googleapis/googleapis", - version = "82944da21578a53b74e547774cf62ed31a05b841", - sha256 = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405", + version = "ebdbe9ab534486cf900700add1e129dff780b481", + sha256 = "f6061447efa0811e45b4de925f70093180f7cb47c22cb02900b8d91cd1d01493", strip_prefix = "googleapis-{version}", urls = ["https://github.com/googleapis/googleapis/archive/{version}.tar.gz"], - release_date = "2019-12-02", + release_date = "2020-11-24", use_category = ["api"], ), opencensus_proto = dict( diff --git a/bazel/dependency_imports.bzl b/bazel/dependency_imports.bzl index dc02f5056cd0..bb1a541f81af 100644 --- a/bazel/dependency_imports.bzl +++ b/bazel/dependency_imports.bzl @@ -57,6 +57,24 @@ def envoy_dependency_imports(go_version = GO_VERSION): sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=", version = "v0.3.0", ) + go_repository( + name = "com_github_spf13_afero", + importpath = "github.com/spf13/afero", + sum = "h1:8q6vk3hthlpb2SouZcnBVKboxWQWMDNF38bwholZrJc=", + version = "v1.3.4", + ) + go_repository( + name = "com_github_lyft_protoc_gen_star", + importpath = "github.com/lyft/protoc-gen-star", + sum = "h1:sImehRT+p7lW9n6R7MQc5hVgzWGEkDVZU4AsBQ4Isu8=", + version = "v0.5.1", + ) + go_repository( + name = "com_github_iancoleman_strcase", + importpath = "github.com/iancoleman/strcase", + sum = "h1:ux/56T2xqZO/3cP1I2F86qpeoYPCOzk+KF/UH/Ar+lk=", + version = "v0.0.0-20180726023541-3605ed457bf7", + ) config_validation_pip_install() configs_pip_install() diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 557657b89431..c4ed28b23e1e 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -191,7 +191,7 @@ def envoy_dependencies(skip_targets = []): go = True, grpc = True, rules_override = { - "py_proto_library": "@envoy_api//bazel:api_build_system.bzl", + "py_proto_library": ["@envoy_api//bazel:api_build_system.bzl", ""], }, ) native.bind( diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 77a28e659613..82bde6baf796 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -15,10 +15,10 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Gazelle", project_desc = "Bazel BUILD file generator for Go projects", project_url = "https://github.com/bazelbuild/bazel-gazelle", - version = "0.21.1", - sha256 = "cdb02a887a7187ea4d5a27452311a75ed8637379a1287d8eeb952138ea485f7d", + version = "0.22.2", + sha256 = "b85f48fa105c4403326e9525ad2b2cc437babaa6e15a3fc0b1dbab0ab064bc7c", urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v{version}/bazel-gazelle-v{version}.tar.gz"], - release_date = "2020-05-28", + release_date = "2020-10-02", use_category = ["build"], ), bazel_toolchains = dict( @@ -495,12 +495,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Protocol Buffers", project_desc = "Language-neutral, platform-neutral extensible mechanism for serializing structured data", project_url = "https://developers.google.com/protocol-buffers", - version = "3.13.0", - sha256 = "465fd9367992a9b9c4fba34a549773735da200903678b81b25f367982e8df376", + version = "3.14.0", + sha256 = "6dd0f6b20094910fbb7f1f7908688df01af2d4f6c5c21331b9f636048674aebf", strip_prefix = "protobuf-{version}", urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v{version}/protobuf-all-{version}.tar.gz"], use_category = ["dataplane_core", "controlplane"], - release_date = "2020-08-14", + release_date = "2020-11-13", cpe = "cpe:2.3:a:google:protobuf:*", ), grpc_httpjson_transcoding = dict( @@ -520,11 +520,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Go rules for Bazel", project_desc = "Bazel rules for the Go language", project_url = "https://github.com/bazelbuild/rules_go", - version = "0.23.7", - sha256 = "0310e837aed522875791750de44408ec91046c630374990edd51827cb169f616", + version = "0.25.0", + sha256 = "6f111c57fd50baf5b8ee9d63024874dd2a014b069426156c55adbf6d3d22cb7b", urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.tar.gz"], use_category = ["build", "api"], - release_date = "2020-08-06", + release_date = "2020-12-02", implied_untracked_deps = [ "com_github_golang_protobuf", "io_bazel_rules_nogo", diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index d72069046b85..13cf30791596 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -14,11 +14,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "protoc-gen-validate (PGV)", project_desc = "protoc plugin to generate polyglot message validators", project_url = "https://github.com/envoyproxy/protoc-gen-validate", - version = "278964a8052f96a2f514add0298098f63fb7f47f", - sha256 = "e368733c9fb7f8489591ffaf269170d7658cc0cd1ee322b601512b769446d3c8", + version = "ec9cd95372b9630aafba2cb4a0e448c43768e0df", + sha256 = "60b4b8036497368512795afca0292d1777d1ce651db76c36706af1733179213a", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-06-08", + release_date = "2020-10-28", use_category = ["api"], ), com_github_cncf_udpa = dict( @@ -48,11 +48,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Google APIs", project_desc = "Public interface definitions of Google APIs", project_url = "https://github.com/googleapis/googleapis", - version = "82944da21578a53b74e547774cf62ed31a05b841", - sha256 = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405", + version = "ebdbe9ab534486cf900700add1e129dff780b481", + sha256 = "f6061447efa0811e45b4de925f70093180f7cb47c22cb02900b8d91cd1d01493", strip_prefix = "googleapis-{version}", urls = ["https://github.com/googleapis/googleapis/archive/{version}.tar.gz"], - release_date = "2019-12-02", + release_date = "2020-11-24", use_category = ["api"], ), opencensus_proto = dict( From 919e1cd0f6f7b141d5d9e6ed92cc0181241b1cd1 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Wed, 2 Dec 2020 17:54:43 -0800 Subject: [PATCH 02/19] revert googleapis change; it is also breaking :( Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 7 ++++--- bazel/repositories.bzl | 2 +- generated_api_shadow/bazel/repository_locations.bzl | 7 ++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 13cf30791596..a7f8a5cf3eeb 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -48,13 +48,14 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Google APIs", project_desc = "Public interface definitions of Google APIs", project_url = "https://github.com/googleapis/googleapis", - version = "ebdbe9ab534486cf900700add1e129dff780b481", - sha256 = "f6061447efa0811e45b4de925f70093180f7cb47c22cb02900b8d91cd1d01493", + version = "82944da21578a53b74e547774cf62ed31a05b841", + sha256 = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405", strip_prefix = "googleapis-{version}", urls = ["https://github.com/googleapis/googleapis/archive/{version}.tar.gz"], - release_date = "2020-11-24", + release_date = "2019-12-02", use_category = ["api"], ), + opencensus_proto = dict( project_name = "OpenCensus Proto", project_desc = "Language Independent Interface Types For OpenCensus", diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index c4ed28b23e1e..557657b89431 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -191,7 +191,7 @@ def envoy_dependencies(skip_targets = []): go = True, grpc = True, rules_override = { - "py_proto_library": ["@envoy_api//bazel:api_build_system.bzl", ""], + "py_proto_library": "@envoy_api//bazel:api_build_system.bzl", }, ) native.bind( diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 13cf30791596..a7f8a5cf3eeb 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -48,13 +48,14 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Google APIs", project_desc = "Public interface definitions of Google APIs", project_url = "https://github.com/googleapis/googleapis", - version = "ebdbe9ab534486cf900700add1e129dff780b481", - sha256 = "f6061447efa0811e45b4de925f70093180f7cb47c22cb02900b8d91cd1d01493", + version = "82944da21578a53b74e547774cf62ed31a05b841", + sha256 = "a45019af4d3290f02eaeb1ce10990166978c807cb33a9692141a076ba46d1405", strip_prefix = "googleapis-{version}", urls = ["https://github.com/googleapis/googleapis/archive/{version}.tar.gz"], - release_date = "2020-11-24", + release_date = "2019-12-02", use_category = ["api"], ), + opencensus_proto = dict( project_name = "OpenCensus Proto", project_desc = "Language Independent Interface Types For OpenCensus", From 18691fb210c5149f13405a2d32efc35f6d430cab Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Wed, 2 Dec 2020 17:55:34 -0800 Subject: [PATCH 03/19] typo Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 1 - generated_api_shadow/bazel/repository_locations.bzl | 1 - 2 files changed, 2 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index a7f8a5cf3eeb..1493583deb97 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -55,7 +55,6 @@ REPOSITORY_LOCATIONS_SPEC = dict( release_date = "2019-12-02", use_category = ["api"], ), - opencensus_proto = dict( project_name = "OpenCensus Proto", project_desc = "Language Independent Interface Types For OpenCensus", diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index a7f8a5cf3eeb..1493583deb97 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -55,7 +55,6 @@ REPOSITORY_LOCATIONS_SPEC = dict( release_date = "2019-12-02", use_category = ["api"], ), - opencensus_proto = dict( project_name = "OpenCensus Proto", project_desc = "Language Independent Interface Types For OpenCensus", From 6e8acdaa2f804faa611f5fea28a4831598a88447 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 3 Dec 2020 15:22:23 -0800 Subject: [PATCH 04/19] code review Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 6 +++--- bazel/dependency_imports.bzl | 2 +- generated_api_shadow/bazel/repository_locations.bzl | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 1493583deb97..60e85b146780 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -14,11 +14,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "protoc-gen-validate (PGV)", project_desc = "protoc plugin to generate polyglot message validators", project_url = "https://github.com/envoyproxy/protoc-gen-validate", - version = "ec9cd95372b9630aafba2cb4a0e448c43768e0df", - sha256 = "60b4b8036497368512795afca0292d1777d1ce651db76c36706af1733179213a", + version = "1bcea29601b5624234a19b3d7f0ebd9e9984f583", + sha256 = "2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-10-28", + release_date = "2020-11-29", use_category = ["api"], ), com_github_cncf_udpa = dict( diff --git a/bazel/dependency_imports.bzl b/bazel/dependency_imports.bzl index bb1a541f81af..c32311fa3fc6 100644 --- a/bazel/dependency_imports.bzl +++ b/bazel/dependency_imports.bzl @@ -16,7 +16,7 @@ load("@thrift_pip3//:requirements.bzl", thrift_pip_install = "pip_install") load("@rules_antlr//antlr:deps.bzl", "antlr_dependencies") # go version for rules_go -GO_VERSION = "1.14.7" +GO_VERSION = "1.15.5" def envoy_dependency_imports(go_version = GO_VERSION): rules_foreign_cc_dependencies() diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 1493583deb97..60e85b146780 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -14,11 +14,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "protoc-gen-validate (PGV)", project_desc = "protoc plugin to generate polyglot message validators", project_url = "https://github.com/envoyproxy/protoc-gen-validate", - version = "ec9cd95372b9630aafba2cb4a0e448c43768e0df", - sha256 = "60b4b8036497368512795afca0292d1777d1ce651db76c36706af1733179213a", + version = "1bcea29601b5624234a19b3d7f0ebd9e9984f583", + sha256 = "2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-10-28", + release_date = "2020-11-29", use_category = ["api"], ), com_github_cncf_udpa = dict( From 5a51bdc8ccbf551bf1f2723a4df4afd24e1ef5f4 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 3 Dec 2020 17:08:14 -0800 Subject: [PATCH 05/19] fix tests Signed-off-by: Kuat Yessenov --- test/common/access_log/access_log_impl_test.cc | 2 +- test/common/upstream/cluster_manager_impl_test.cc | 2 +- test/common/upstream/upstream_impl_test.cc | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/common/access_log/access_log_impl_test.cc b/test/common/access_log/access_log_impl_test.cc index 0f9d94467d5c..9b8445685ca7 100644 --- a/test/common/access_log/access_log_impl_test.cc +++ b/test/common/access_log/access_log_impl_test.cc @@ -1132,7 +1132,7 @@ name: accesslog )EOF"; EXPECT_THROW_WITH_REGEX(AccessLogFactory::fromProto(parseAccessLogFromV3Yaml(yaml), context_), - EnvoyException, ".*\"NOT_A_VALID_CODE\" for type TYPE_ENUM.*"); + EnvoyException, ".*\"NOT_A_VALID_CODE\" for type "); } TEST_F(AccessLogImplTest, GrpcStatusFilterBlock) { diff --git a/test/common/upstream/cluster_manager_impl_test.cc b/test/common/upstream/cluster_manager_impl_test.cc index 21217a421752..107fa244d95a 100644 --- a/test/common/upstream/cluster_manager_impl_test.cc +++ b/test/common/upstream/cluster_manager_impl_test.cc @@ -272,7 +272,7 @@ TEST_F(ClusterManagerImplTest, UnknownClusterType) { )EOF"; EXPECT_THROW_WITH_REGEX(create(parseBootstrapFromV3Json(json)), EnvoyException, - "invalid value \"foo\" for type TYPE_ENUM"); + "invalid value \"foo\" for type "); } TEST_F(ClusterManagerImplTest, LocalClusterNotDefined) { diff --git a/test/common/upstream/upstream_impl_test.cc b/test/common/upstream/upstream_impl_test.cc index a796379301d8..6a0866ac4220 100644 --- a/test/common/upstream/upstream_impl_test.cc +++ b/test/common/upstream/upstream_impl_test.cc @@ -1929,7 +1929,8 @@ TEST_F(StaticClusterImplTest, UnsupportedLBType) { EnvoyException, "Protobuf message (type envoy.config.cluster.v3.Cluster reason " "INVALID_ARGUMENT:(lb_policy): invalid " - "value \"fakelbtype\" for type TYPE_ENUM) has unknown fields"); + "value \"fakelbtype\" for type type.googleapis.com/envoy.config.cluster.v3.Cluster.LbPolicy) " + "has unknown fields"); } TEST_F(StaticClusterImplTest, MalformedHostIP) { From 2fe0b361f3436f9214cc1aa8104169c0d0b5246d Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 3 Dec 2020 17:23:41 -0800 Subject: [PATCH 06/19] testing Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 3 +++ generated_api_shadow/bazel/repository_locations.bzl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 60e85b146780..42baf10dd203 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -20,6 +20,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], release_date = "2020-11-29", use_category = ["api"], + implied_untracked_deps = [ + "com_github_spf13_afero", + ], ), com_github_cncf_udpa = dict( project_name = "Universal Data Plane API", diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 60e85b146780..42baf10dd203 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -20,6 +20,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], release_date = "2020-11-29", use_category = ["api"], + implied_untracked_deps = [ + "com_github_spf13_afero", + ], ), com_github_cncf_udpa = dict( project_name = "Universal Data Plane API", From c113ef73a84f397c763278344b294a5791e482fd Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 3 Dec 2020 17:30:59 -0800 Subject: [PATCH 07/19] testing Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 4 ++++ generated_api_shadow/bazel/repository_locations.bzl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 42baf10dd203..6e85bddf1322 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -21,7 +21,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( release_date = "2020-11-29", use_category = ["api"], implied_untracked_deps = [ + "com_github_iancoleman_strcase", + "com_github_lyft_protoc_gen_star", "com_github_spf13_afero", + "org_golang_google_genproto", + "org_golang_x_text", ], ), com_github_cncf_udpa = dict( diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 42baf10dd203..6e85bddf1322 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -21,7 +21,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( release_date = "2020-11-29", use_category = ["api"], implied_untracked_deps = [ + "com_github_iancoleman_strcase", + "com_github_lyft_protoc_gen_star", "com_github_spf13_afero", + "org_golang_google_genproto", + "org_golang_x_text", ], ), com_github_cncf_udpa = dict( From 494314ba48ef6720934314a058f19d34c455ada1 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 3 Dec 2020 17:41:51 -0800 Subject: [PATCH 08/19] fix deps Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 2 +- generated_api_shadow/bazel/repository_locations.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 6e85bddf1322..e88977b0ea27 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -18,7 +18,7 @@ REPOSITORY_LOCATIONS_SPEC = dict( sha256 = "2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-11-29", + release_date = "2020-11-30", use_category = ["api"], implied_untracked_deps = [ "com_github_iancoleman_strcase", diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 6e85bddf1322..e88977b0ea27 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -18,7 +18,7 @@ REPOSITORY_LOCATIONS_SPEC = dict( sha256 = "2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f", strip_prefix = "protoc-gen-validate-{version}", urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"], - release_date = "2020-11-29", + release_date = "2020-11-30", use_category = ["api"], implied_untracked_deps = [ "com_github_iancoleman_strcase", From b34523b416b3cd619736789ac2e2c47a4cb49def Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Fri, 4 Dec 2020 08:27:16 -0800 Subject: [PATCH 09/19] patch protobuf rule Signed-off-by: Kuat Yessenov --- bazel/protobuf.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bazel/protobuf.patch b/bazel/protobuf.patch index 1e19ebbb7ffe..fd6325838ba4 100644 --- a/bazel/protobuf.patch +++ b/bazel/protobuf.patch @@ -21,3 +21,17 @@ index efc3d8e7f..746ad4851 100644 ################################################################################ # Protobuf Runtime Library +diff --git a/python/google/protobuf/__init__.py b/python/google/protobuf/__init__.py +index 97ac28028..8b7585d9d 100644 +--- a/python/google/protobuf/__init__.py ++++ b/python/google/protobuf/__init__.py +@@ -31,3 +31,9 @@ + # Copyright 2007 Google Inc. All Rights Reserved. + + __version__ = '3.14.0' ++ ++if __name__ != '__main__': ++ try: ++ __import__('pkg_resources').declare_namespace(__name__) ++ except ImportError: ++ __path__ = __import__('pkgutil').extend_path(__path__, __name__) From 233b6d9d6f3e4a3eac847f01f02caf65d9760bb0 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Mon, 7 Dec 2020 11:12:17 -0800 Subject: [PATCH 10/19] relax tests Signed-off-by: Kuat Yessenov --- test/common/access_log/access_log_impl_test.cc | 2 +- test/common/upstream/cluster_manager_impl_test.cc | 2 +- test/common/upstream/upstream_impl_test.cc | 8 ++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/test/common/access_log/access_log_impl_test.cc b/test/common/access_log/access_log_impl_test.cc index 6d5bd519d499..0477f021813d 100644 --- a/test/common/access_log/access_log_impl_test.cc +++ b/test/common/access_log/access_log_impl_test.cc @@ -1135,7 +1135,7 @@ name: accesslog )EOF"; EXPECT_THROW_WITH_REGEX(AccessLogFactory::fromProto(parseAccessLogFromV3Yaml(yaml), context_), - EnvoyException, ".*\"NOT_A_VALID_CODE\" for type "); + EnvoyException, "NOT_A_VALID_CODE"); } TEST_F(AccessLogImplTest, GrpcStatusFilterBlock) { diff --git a/test/common/upstream/cluster_manager_impl_test.cc b/test/common/upstream/cluster_manager_impl_test.cc index 7f1a7d8f77c4..5ac174784c2d 100644 --- a/test/common/upstream/cluster_manager_impl_test.cc +++ b/test/common/upstream/cluster_manager_impl_test.cc @@ -272,7 +272,7 @@ TEST_F(ClusterManagerImplTest, UnknownClusterType) { )EOF"; EXPECT_THROW_WITH_REGEX(create(parseBootstrapFromV3Json(json)), EnvoyException, - "invalid value \"foo\" for type "); + "invalid value \"foo\""); } TEST_F(ClusterManagerImplTest, LocalClusterNotDefined) { diff --git a/test/common/upstream/upstream_impl_test.cc b/test/common/upstream/upstream_impl_test.cc index 88b5fc6649ac..5891963e6d59 100644 --- a/test/common/upstream/upstream_impl_test.cc +++ b/test/common/upstream/upstream_impl_test.cc @@ -1917,7 +1917,7 @@ TEST_F(StaticClusterImplTest, UnsupportedLBType) { socket_address: { address: 192.168.1.2, port_value: 44 } )EOF"; - EXPECT_THROW_WITH_MESSAGE( + EXPECT_THROW_WITH_REGEX( { envoy::config::cluster::v3::Cluster cluster_config = parseClusterFromV3Yaml(yaml); Envoy::Stats::ScopePtr scope = @@ -1930,11 +1930,7 @@ TEST_F(StaticClusterImplTest, UnsupportedLBType) { StaticClusterImpl cluster(cluster_config, runtime_, factory_context, std::move(scope), false); }, - EnvoyException, - "Protobuf message (type envoy.config.cluster.v3.Cluster reason " - "INVALID_ARGUMENT:(lb_policy): invalid " - "value \"fakelbtype\" for type type.googleapis.com/envoy.config.cluster.v3.Cluster.LbPolicy) " - "has unknown fields"); + EnvoyException, "invalid value \"fakelbtype\""); } TEST_F(StaticClusterImplTest, MalformedHostIP) { From de32d28b492e687ee93f4c68f28dc1cf8cb733d8 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Mon, 7 Dec 2020 17:39:48 -0800 Subject: [PATCH 11/19] try windows debug Signed-off-by: Kuat Yessenov --- ci/windows_ci_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/windows_ci_steps.sh b/ci/windows_ci_steps.sh index eb2940e9bb95..3b80b78e243b 100755 --- a/ci/windows_ci_steps.sh +++ b/ci/windows_ci_steps.sh @@ -75,7 +75,7 @@ cp -f bazel-bin/source/exe/envoy-static.exe "${ENVOY_DELIVERY_DIR}/envoy.exe" tar czf "${ENVOY_BUILD_DIR}"/envoy_binary.tar.gz -C "${ENVOY_DELIVERY_DIR}" envoy.exe # Test invocations of known-working tests on Windows -bazel "${BAZEL_STARTUP_OPTIONS[@]}" test "${BAZEL_BUILD_OPTIONS[@]}" //test/... --test_tag_filters=-skip_on_windows,-fails_on_windows,-flaky_on_windows --build_tests_only +bazel "${BAZEL_STARTUP_OPTIONS[@]}" test "${BAZEL_BUILD_OPTIONS[@]}" //test/... --test_tag_filters=-skip_on_windows,-fails_on_windows,-flaky_on_windows --build_tests_only --test_arg="-l debug" echo "running flaky test reporting script" "${ENVOY_SRCDIR}"/ci/flaky_test/run_process_xml.sh "$CI_TARGET" From 7e73763457710be53463ee7142c2ff9ec02f1d46 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Tue, 8 Dec 2020 12:03:54 -0800 Subject: [PATCH 12/19] Revert "try windows debug" This reverts commit de32d28b492e687ee93f4c68f28dc1cf8cb733d8. add protobuf dummy Signed-off-by: Kuat Yessenov --- ci/windows_ci_steps.sh | 2 +- source/common/config/protobuf_link_hacks.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/windows_ci_steps.sh b/ci/windows_ci_steps.sh index 3b80b78e243b..eb2940e9bb95 100755 --- a/ci/windows_ci_steps.sh +++ b/ci/windows_ci_steps.sh @@ -75,7 +75,7 @@ cp -f bazel-bin/source/exe/envoy-static.exe "${ENVOY_DELIVERY_DIR}/envoy.exe" tar czf "${ENVOY_BUILD_DIR}"/envoy_binary.tar.gz -C "${ENVOY_DELIVERY_DIR}" envoy.exe # Test invocations of known-working tests on Windows -bazel "${BAZEL_STARTUP_OPTIONS[@]}" test "${BAZEL_BUILD_OPTIONS[@]}" //test/... --test_tag_filters=-skip_on_windows,-fails_on_windows,-flaky_on_windows --build_tests_only --test_arg="-l debug" +bazel "${BAZEL_STARTUP_OPTIONS[@]}" test "${BAZEL_BUILD_OPTIONS[@]}" //test/... --test_tag_filters=-skip_on_windows,-fails_on_windows,-flaky_on_windows --build_tests_only echo "running flaky test reporting script" "${ENVOY_SRCDIR}"/ci/flaky_test/run_process_xml.sh "$CI_TARGET" diff --git a/source/common/config/protobuf_link_hacks.h b/source/common/config/protobuf_link_hacks.h index b613d60ff84c..de6e816e37b9 100644 --- a/source/common/config/protobuf_link_hacks.h +++ b/source/common/config/protobuf_link_hacks.h @@ -47,6 +47,7 @@ const envoy::service::route::v3::RdsDummy _rds_dummy_v3; const envoy::service::cluster::v3::CdsDummy _cds_dummy_v3; const envoy::service::endpoint::v3::EdsDummy _eds_dummy_v3; const envoy::service::route::v3::SrdsDummy _srds_dummy_v3; +const envoy::service::extension::v3::EcdsDummy _ecds_dummy_v3; // With the v2 -> v3 migration there is another, related linking issue. // Symbols for v2 protos which headers are not included in any file in the codebase are being From 1b3711681e464a694cab395c95e17e7e8222a33b Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Tue, 8 Dec 2020 18:48:54 -0800 Subject: [PATCH 13/19] missing include Signed-off-by: Kuat Yessenov --- test/extensions/filters/http/compressor/config_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/extensions/filters/http/compressor/config_test.cc b/test/extensions/filters/http/compressor/config_test.cc index cea48bc00cff..aec2806eb9b3 100644 --- a/test/extensions/filters/http/compressor/config_test.cc +++ b/test/extensions/filters/http/compressor/config_test.cc @@ -1,5 +1,6 @@ #include "extensions/filters/http/compressor/config.h" +#include "test/extensions/filters/http/compressor/mock_compressor_library.pb.h" #include "test/mocks/server/factory_context.h" #include "gtest/gtest.h" @@ -12,6 +13,8 @@ namespace { using testing::NiceMock; +const ::test::mock_compressor_library::Unregistered _mock_compressor_library_dummy; + TEST(CompressorFilterFactoryTests, MissingCompressorLibraryConfig) { const envoy::extensions::filters::http::compressor::v3::Compressor proto_config; CompressorFilterFactory factory; From 8eab56559c6c7a8c74b32bcc54f3b5df7316c3e4 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Tue, 8 Dec 2020 20:36:15 -0800 Subject: [PATCH 14/19] missing include Signed-off-by: Kuat Yessenov --- test/integration/BUILD | 1 + test/integration/integration_test.cc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/test/integration/BUILD b/test/integration/BUILD index 94e78b9c5e4a..7a8349b4c3fc 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -886,6 +886,7 @@ envoy_cc_test( "//test/mocks/http:http_mocks", "//test/test_common:utility_lib", "@envoy_api//envoy/config/bootstrap/v3:pkg_cc_proto", + "@envoy_api//envoy/config/filter/http/grpc_http1_bridge/v2:pkg_cc_proto", "@envoy_api//envoy/config/route/v3:pkg_cc_proto", "@envoy_api//envoy/extensions/filters/network/http_connection_manager/v3:pkg_cc_proto", ], diff --git a/test/integration/integration_test.cc b/test/integration/integration_test.cc index 6be5851728c9..b5f56a8f1b56 100644 --- a/test/integration/integration_test.cc +++ b/test/integration/integration_test.cc @@ -3,6 +3,7 @@ #include #include "envoy/config/bootstrap/v3/bootstrap.pb.h" +#include "envoy/config/filter/http/grpc_http1_bridge/v2/config.pb.h" #include "envoy/config/route/v3/route_components.pb.h" #include "envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.h" @@ -418,6 +419,8 @@ TEST_P(IntegrationTest, UpstreamDisconnectWithTwoRequests) { test_server_->waitForCounterGe("cluster.cluster_0.upstream_rq_200", 2); } +const ::envoy::config::filter::http::grpc_http1_bridge::v2::Config _grpc_http1_bridge_dummy; + // Test hitting the bridge filter with too many response bytes to buffer. Given // the headers are not proxied, the connection manager will send a local error reply. TEST_P(IntegrationTest, HittingGrpcFilterLimitBufferingHeaders) { From 722db6df36314faf09e9539fff4d3709e44a4a4e Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Tue, 8 Dec 2020 20:48:47 -0800 Subject: [PATCH 15/19] missing include Signed-off-by: Kuat Yessenov --- test/common/upstream/eds_speed_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/upstream/eds_speed_test.cc b/test/common/upstream/eds_speed_test.cc index 50ee28cdd0a4..2304a3a7589f 100644 --- a/test/common/upstream/eds_speed_test.cc +++ b/test/common/upstream/eds_speed_test.cc @@ -10,6 +10,7 @@ #include "common/config/grpc_mux_impl.h" #include "common/config/grpc_subscription_impl.h" +#include "common/config/protobuf_link_hacks.h" #include "common/config/utility.h" #include "common/singleton/manager_impl.h" #include "common/upstream/eds.h" From dc3329964c3330fac2c4dd6de834031e32ead87d Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Wed, 9 Dec 2020 10:56:47 -0800 Subject: [PATCH 16/19] hack to get rid of bad files Signed-off-by: Kuat Yessenov --- .azure-pipelines/bazel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/bazel.yml b/.azure-pipelines/bazel.yml index 62cb412e588f..95350f4c72cb 100644 --- a/.azure-pipelines/bazel.yml +++ b/.azure-pipelines/bazel.yml @@ -66,6 +66,10 @@ steps: - bash: | echo "disk space at end of build:" df -h + # Cleanup offending files with unicode names + rm -rf ${ENVOY_DOCKER_BUILD_DIR}/*/*/external/go_sdk/test/fixedbugs + env: + ENVOY_DOCKER_BUILD_DIR: $(Build.StagingDirectory) displayName: "Check disk space at end" condition: always() From d961c8398d5bf09ff00abcd0cefa467d1bf2f30b Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Thu, 10 Dec 2020 18:54:36 +0000 Subject: [PATCH 17/19] debug CI Signed-off-by: Lizan Zhou --- .azure-pipelines/bazel.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines/bazel.yml b/.azure-pipelines/bazel.yml index 95350f4c72cb..3c440cdef934 100644 --- a/.azure-pipelines/bazel.yml +++ b/.azure-pipelines/bazel.yml @@ -67,9 +67,7 @@ steps: echo "disk space at end of build:" df -h # Cleanup offending files with unicode names - rm -rf ${ENVOY_DOCKER_BUILD_DIR}/*/*/external/go_sdk/test/fixedbugs - env: - ENVOY_DOCKER_BUILD_DIR: $(Build.StagingDirectory) + rm -rf $(Build.StagingDirectory)/tmp/*/*/external/go_sdk/test/fixedbugs displayName: "Check disk space at end" condition: always() From f01d9f1f9ab0ed8e91899c26886d1816e894a1b1 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Fri, 11 Dec 2020 12:09:25 -0800 Subject: [PATCH 18/19] update go build Signed-off-by: Kuat Yessenov --- api/bazel/api_build_system.bzl | 16 ++++++++-------- api/test/build/BUILD | 2 -- api/test/build/go_build_test.go | 2 -- generated_api_shadow/bazel/api_build_system.bzl | 16 ++++++++-------- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/api/bazel/api_build_system.bzl b/api/bazel/api_build_system.bzl index c0269d161f80..8a0e0bf71021 100644 --- a/api/bazel/api_build_system.bzl +++ b/api/bazel/api_build_system.bzl @@ -186,14 +186,14 @@ def api_proto_package( proto = name, visibility = ["//visibility:public"], deps = depset([_go_proto_mapping(dep) for dep in deps] + [ - "@com_github_golang_protobuf//ptypes:go_default_library", - "@com_github_golang_protobuf//ptypes/any:go_default_library", - "@com_github_golang_protobuf//ptypes/duration:go_default_library", - "@com_github_golang_protobuf//ptypes/struct:go_default_library", - "@com_github_golang_protobuf//ptypes/timestamp:go_default_library", - "@com_github_golang_protobuf//ptypes/wrappers:go_default_library", "@com_envoyproxy_protoc_gen_validate//validate:go_default_library", - "@com_google_googleapis//google/api:annotations_go_proto", - "@com_google_googleapis//google/rpc:status_go_proto", + "@com_github_golang_protobuf//ptypes:go_default_library_gen", + "@go_googleapis//google/api:annotations_go_proto", + "@go_googleapis//google/rpc:status_go_proto", + "@io_bazel_rules_go//proto/wkt:any_go_proto", + "@io_bazel_rules_go//proto/wkt:duration_go_proto", + "@io_bazel_rules_go//proto/wkt:struct_go_proto", + "@io_bazel_rules_go//proto/wkt:timestamp_go_proto", + "@io_bazel_rules_go//proto/wkt:wrappers_go_proto", ]).to_list(), ) diff --git a/api/test/build/BUILD b/api/test/build/BUILD index 2dae9fa0de03..affcc0403496 100644 --- a/api/test/build/BUILD +++ b/api/test/build/BUILD @@ -23,11 +23,9 @@ api_go_test( deps = [ "//envoy/api/v2:pkg_go_proto", "//envoy/api/v2/auth:pkg_go_proto", - "//envoy/config/bootstrap/v2:pkg_go_proto", "//envoy/service/accesslog/v2:pkg_go_proto", "//envoy/service/discovery/v2:pkg_go_proto", "//envoy/service/metrics/v2:pkg_go_proto", "//envoy/service/ratelimit/v2:pkg_go_proto", - "//envoy/service/trace/v2:pkg_go_proto", ], ) diff --git a/api/test/build/go_build_test.go b/api/test/build/go_build_test.go index 638ef478b8c7..e350404b3ab6 100644 --- a/api/test/build/go_build_test.go +++ b/api/test/build/go_build_test.go @@ -5,12 +5,10 @@ import ( _ "github.com/envoyproxy/go-control-plane/envoy/api/v2" _ "github.com/envoyproxy/go-control-plane/envoy/api/v2/auth" - _ "github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2" _ "github.com/envoyproxy/go-control-plane/envoy/service/accesslog/v2" _ "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2" _ "github.com/envoyproxy/go-control-plane/envoy/service/metrics/v2" _ "github.com/envoyproxy/go-control-plane/envoy/service/ratelimit/v2" - _ "github.com/envoyproxy/go-control-plane/envoy/service/trace/v2" ) func TestNoop(t *testing.T) { diff --git a/generated_api_shadow/bazel/api_build_system.bzl b/generated_api_shadow/bazel/api_build_system.bzl index c0269d161f80..8a0e0bf71021 100644 --- a/generated_api_shadow/bazel/api_build_system.bzl +++ b/generated_api_shadow/bazel/api_build_system.bzl @@ -186,14 +186,14 @@ def api_proto_package( proto = name, visibility = ["//visibility:public"], deps = depset([_go_proto_mapping(dep) for dep in deps] + [ - "@com_github_golang_protobuf//ptypes:go_default_library", - "@com_github_golang_protobuf//ptypes/any:go_default_library", - "@com_github_golang_protobuf//ptypes/duration:go_default_library", - "@com_github_golang_protobuf//ptypes/struct:go_default_library", - "@com_github_golang_protobuf//ptypes/timestamp:go_default_library", - "@com_github_golang_protobuf//ptypes/wrappers:go_default_library", "@com_envoyproxy_protoc_gen_validate//validate:go_default_library", - "@com_google_googleapis//google/api:annotations_go_proto", - "@com_google_googleapis//google/rpc:status_go_proto", + "@com_github_golang_protobuf//ptypes:go_default_library_gen", + "@go_googleapis//google/api:annotations_go_proto", + "@go_googleapis//google/rpc:status_go_proto", + "@io_bazel_rules_go//proto/wkt:any_go_proto", + "@io_bazel_rules_go//proto/wkt:duration_go_proto", + "@io_bazel_rules_go//proto/wkt:struct_go_proto", + "@io_bazel_rules_go//proto/wkt:timestamp_go_proto", + "@io_bazel_rules_go//proto/wkt:wrappers_go_proto", ]).to_list(), ) From c8ef105027c99c7dbf424a759917830b8ae133df Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Fri, 11 Dec 2020 12:57:55 -0800 Subject: [PATCH 19/19] update udpa Signed-off-by: Kuat Yessenov --- api/bazel/repository_locations.bzl | 6 +++--- generated_api_shadow/bazel/repository_locations.bzl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/bazel/repository_locations.bzl b/api/bazel/repository_locations.bzl index 6267591a338f..68ea3e2ffb84 100644 --- a/api/bazel/repository_locations.bzl +++ b/api/bazel/repository_locations.bzl @@ -33,11 +33,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_desc = "xDS API Working Group (xDS-WG)", project_url = "https://github.com/cncf/udpa", # During the UDPA -> xDS migration, we aren't working with releases. - version = "5459f2c994033b0afed7e4a70ac7e90c90c1ffee", - sha256 = "c1f5c2438cf725b5f66aa4210dbc4bb691020c5ed4f64d2bc6638b06a11482f1", + version = "cc1b757b3eddccaaaf0743cbb107742bb7e3ee4f", + sha256 = "822a007cf155855d0c08a2e753a39e222e5816b904436196244066a818a8a230", strip_prefix = "udpa-{version}", urls = ["https://github.com/cncf/udpa/archive/{version}.tar.gz"], - release_date = "2020-11-20", + release_date = "2020-12-11", use_category = ["api"], ), com_github_openzipkin_zipkinapi = dict( diff --git a/generated_api_shadow/bazel/repository_locations.bzl b/generated_api_shadow/bazel/repository_locations.bzl index 6267591a338f..68ea3e2ffb84 100644 --- a/generated_api_shadow/bazel/repository_locations.bzl +++ b/generated_api_shadow/bazel/repository_locations.bzl @@ -33,11 +33,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_desc = "xDS API Working Group (xDS-WG)", project_url = "https://github.com/cncf/udpa", # During the UDPA -> xDS migration, we aren't working with releases. - version = "5459f2c994033b0afed7e4a70ac7e90c90c1ffee", - sha256 = "c1f5c2438cf725b5f66aa4210dbc4bb691020c5ed4f64d2bc6638b06a11482f1", + version = "cc1b757b3eddccaaaf0743cbb107742bb7e3ee4f", + sha256 = "822a007cf155855d0c08a2e753a39e222e5816b904436196244066a818a8a230", strip_prefix = "udpa-{version}", urls = ["https://github.com/cncf/udpa/archive/{version}.tar.gz"], - release_date = "2020-11-20", + release_date = "2020-12-11", use_category = ["api"], ), com_github_openzipkin_zipkinapi = dict(