File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
5454mkdir -p " ${protodir} /io/prometheus/client/"
5555cp client_model-* /io/prometheus/client/metrics.proto " ${protodir} /io/prometheus/client/"
5656
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'
5858mkdir -p " ${protodir} /udpa"
5959mkdir -p " ${protodir} /xds"
6060cp -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)
3939OPENCENSUS_SHA=$( find_sha " $CURL_OUTPUT " opencensus_proto)
4040OPENCENSUS_DATE=$( find_date " $CURL_OUTPUT " opencensus_proto)
4141
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 )
4444
4545OPENTELEMETRY_SHA=$( find_sha " $CURL_OUTPUT " opentelemetry_proto)
4646OPENTELEMETRY_DATE=$( find_date " $CURL_OUTPUT " opentelemetry_proto)
@@ -56,7 +56,7 @@ PGV_VERSION=\"$PGV_GIT_SHA\" # $PGV_GIT_DATE
5656PROMETHEUS_SHA=\" $PROMETHEUS_SHA \" # $PROMETHEUS_DATE
5757OPENCENSUS_VERSION=\" $OPENCENSUS_SHA \" # $OPENCENSUS_DATE
5858OPENTELEMETRY_VERSION=\" $OPENTELEMETRY_SHA \" # $OPENTELEMETRY_DATE
59- UDPA_SHA =\" $UDPA_SHA \" # $UDPA_DATE
59+ XDS_SHA =\" $XDS_SHA \" # $XDS_DATE
6060"
6161
6262# replace version in EnvoyContainer.java
You can’t perform that action at this time.
0 commit comments