Skip to content

Commit 509e5c9

Browse files
Update dependencies
1 parent 804e138 commit 509e5c9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ The `tools` directory follows https://github.com/envoyproxy/java-control-plane/c
1919
8. You may need to add or remove protos depending on the failures and you would want to refer to the bazel dependencies file to figure out what failed, finally udpate the scripts to have the change.
2020

2121
Note: until we catch up with Envoy head version, slight adjustments might be needed for these scripts, towards matching upstream more closely.
22+
https://github.com/envoyproxy/envoy/blob/6fe1905459ff267a43a8a26d042ae03a8aa7bc98/api/bazel/repository_locations.bzl

tools/API_SHAS

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# envoy (source: SHA from https://github.com/envoyproxy/envoy)
22
ENVOY_SHA="6fe1905459ff267a43a8a26d042ae03a8aa7bc98"
33

4-
# dependencies (source: https://github.com/envoyproxy/envoy/blob/8eef22b927682e9ff6f59cf9f26e440b41219fe6/api/bazel/repository_locations.bzl)
5-
GOOGLEAPIS_SHA="114a745b2841a044e98cdbb19358ed29fcf4a5f1" # 2023-01-10
4+
# dependencies (source: https://github.com/envoyproxy/envoy/blob/6fe1905459ff267a43a8a26d042ae03a8aa7bc98/api/bazel/repository_locations.bzl)
5+
GOOGLEAPIS_SHA="fd52b5754b2b268bc3a22a10f29844f206abb327" # 2025-08-04
66
PGV_VERSION="1.0.4" # 2023-06-26
7-
PROMETHEUS_VERSION="0.6.1" # 2023-10-03
8-
OPENCENSUS_VERSION="0.4.1" # 2022-09-23
9-
OPENTELEMETRY_VERSION="1.3.1" # 2023-07-03
10-
XDS_SHA="555b57ec207be86f811fb0c04752db6f85e3d7e2" # 2023-11-16
11-
CEL_VERSION="0.15.0"
7+
PROMETHEUS_VERSION="0.6.1" # 2025-08-04
8+
OPENTELEMETRY_VERSION="1.5.0" # 2025-08-04
9+
XDS_SHA="b4127c9b8d78b77423fd25169f05b7476b6ea932" 2025-08-04
10+
CEL_VERSION="0.22.1" 2025-08-04

0 commit comments

Comments
 (0)