Skip to content

Commit 4997d02

Browse files
lizanhtuch
authored andcommittedDec 9, 2019
update upda dependency (envoyproxy#9262)
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
1 parent 1faa408 commit 4997d02

File tree

171 files changed

+618
-666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+618
-666
lines changed
 

‎api/bazel/repository_locations.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ PROMETHEUS_SHA = "783bdaf8ee0464b35ec0c8704871e1e72afa0005c3f3587f65d9d6694bf391
1515

1616
KAFKA_SOURCE_SHA = "ae7a1696c0a0302b43c5b21e515c37e6ecd365941f68a510a7e442eebddf39a1" # 2.2.0-rc2
1717

18-
UDPA_GIT_SHA = "a45f154471612140bc7f4a4d5abbc8a315848d7f" # Dec 12, 2019
19-
UDPA_SHA256 = "03e794f7bae192930213622105bf9c6891e7de20c22deae12d8e92f54baca8c5"
18+
UDPA_GIT_SHA = "d1f2ba7f5ba62c55b7466409e7f972c93e957d2b" # Dec 6, 2019
19+
UDPA_SHA256 = "0271fb8ad2ec9ade21e4c7737dd128d2a8d8edebe911b777e2fc2585414aa045"
2020

2121
ZIPKINAPI_RELEASE = "0.2.2" # Aug 23, 2019
2222
ZIPKINAPI_SHA256 = "688c4fe170821dd589f36ec45aaadc03a618a40283bc1f97da8fa11686fc816b"

‎api/envoy/admin/v3alpha/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ api_proto_package(
1313
"//envoy/config/bootstrap/v3alpha:pkg",
1414
"//envoy/service/tap/v3alpha:pkg",
1515
"//envoy/type/v3alpha:pkg",
16-
"@com_github_cncf_udpa//udpa/api/annotations:pkg",
16+
"@com_github_cncf_udpa//udpa/annotations:pkg",
1717
],
1818
)

0 commit comments

Comments
 (0)
Please sign in to comment.