Skip to content

Commit 9318c8a

Browse files
authored
upgrade to v0.25.0 of core/console, upgrade other dependencies (#21)
1 parent 38d1875 commit 9318c8a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

scripts/update

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ _root_dir="$(dirname "$_scripts_dir")"
66
_deps_dir="$_root_dir/deps"
77

88
readonly _git_deps=(
9-
"pomerium/pomerium|v0.20.0"
10-
"pomerium/pomerium-console|v0.20.0"
11-
'envoyproxy/protoc-gen-validate|v0.6.1'
12-
'envoyproxy/data-plane-api|dc2731c0bc027a08bfbcaf29bd9fb59dcc683b8b'
13-
'cncf/xds|1e77728a1eaa11d6c931ec2ccd6e95f516a7ef94'
14-
'googleapis/googleapis|dde2e5c02c45299621b5a2e625a3eef101ff3a7e'
9+
"pomerium/pomerium|v0.25.0"
10+
"pomerium/pomerium-console|v0.25.0"
11+
'envoyproxy/protoc-gen-validate|v1.0.2'
12+
'envoyproxy/data-plane-api|d525ab36724d6a94477f7642e02418b50a8c4043'
13+
'cncf/xds|e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7'
14+
'googleapis/googleapis|114a745b2841a044e98cdbb19358ed29fcf4a5f1'
1515
'census-instrumentation/opencensus-proto|v0.4.1'
16-
'open-telemetry/opentelemetry-proto|v0.19.0'
17-
'prometheus/client_model|v0.3.0'
16+
'open-telemetry/opentelemetry-proto|v1.0.0'
17+
'prometheus/client_model|v0.4.0'
1818
)
1919

2020
function replace-in-file() {
@@ -107,9 +107,9 @@ _proto_files=(
107107
echo "installing python dependencies"
108108
pip install \
109109
'wheel==0.37.1' \
110-
'protobuf==3.20.3' \
111-
'grpcio==1.49.1' \
112-
'grpcio-tools==1.48.2'
110+
'protobuf==4.25.2' \
111+
'grpcio==1.60.0' \
112+
'grpcio-tools==1.60.0'
113113

114114
(
115115
cd "$_root_dir"

0 commit comments

Comments
 (0)