File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ curl -sL https://github.com/prometheus/client_model/archive/v${PROMETHEUS_SHA}.t
54
54
mkdir -p " ${protodir} /io/prometheus/client/"
55
55
cp client_model-* /io/prometheus/client/metrics.proto " ${protodir} /io/prometheus/client/"
56
56
57
- curl -sL https://github.com/cncf/xds/archive/${UDPA_SHA } .tar.gz | tar xz --wildcards ' *.proto'
57
+ curl -sL https://github.com/cncf/xds/archive/${XDS_SHA } .tar.gz | tar xz --wildcards ' *.proto'
58
58
mkdir -p " ${protodir} /udpa"
59
59
mkdir -p " ${protodir} /xds"
60
60
cp -r xds-* /udpa/* " ${protodir} /udpa"
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ PROMETHEUS_DATE=$(find_date "$CURL_OUTPUT" prometheus_metrics_model)
39
39
OPENCENSUS_SHA=$( find_sha " $CURL_OUTPUT " opencensus_proto)
40
40
OPENCENSUS_DATE=$( find_date " $CURL_OUTPUT " opencensus_proto)
41
41
42
- UDPA_SHA =$( find_sha " $CURL_OUTPUT " com_github_cncf_udpa )
43
- UDPA_DATE =$( find_date " $CURL_OUTPUT " com_github_cncf_udpa )
42
+ XDS_SHA =$( find_sha " $CURL_OUTPUT " com_github_cncf_xds )
43
+ XDS_DATE =$( find_date " $CURL_OUTPUT " com_github_cncf_xds )
44
44
45
45
OPENTELEMETRY_SHA=$( find_sha " $CURL_OUTPUT " opentelemetry_proto)
46
46
OPENTELEMETRY_DATE=$( find_date " $CURL_OUTPUT " opentelemetry_proto)
@@ -56,7 +56,7 @@ PGV_VERSION=\"$PGV_GIT_SHA\" # $PGV_GIT_DATE
56
56
PROMETHEUS_SHA=\" $PROMETHEUS_SHA \" # $PROMETHEUS_DATE
57
57
OPENCENSUS_VERSION=\" $OPENCENSUS_SHA \" # $OPENCENSUS_DATE
58
58
OPENTELEMETRY_VERSION=\" $OPENTELEMETRY_SHA \" # $OPENTELEMETRY_DATE
59
- UDPA_SHA =\" $UDPA_SHA \" # $UDPA_DATE
59
+ XDS_SHA =\" $XDS_SHA \" # $XDS_DATE
60
60
"
61
61
62
62
# replace version in EnvoyContainer.java
You can’t perform that action at this time.
0 commit comments