Skip to content

Commit 5f5bfa4

Browse files
committed
chore(deps): update grpc to v1.74.0
1 parent 83d3a8c commit 5f5bfa4

12 files changed

+17
-17
lines changed

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ def gl_cpp_workspace0(name = None):
172172
http_archive,
173173
name = "com_github_grpc_grpc",
174174
urls = [
175-
"https://github.com/grpc/grpc/archive/v1.69.0.tar.gz",
175+
"https://github.com/grpc/grpc/archive/v1.74.0.tar.gz",
176176
],
177-
sha256 = "cd256d91781911d46a57506978b3979bfee45d5086a1b6668a3ae19c5e77f8dc",
178-
strip_prefix = "grpc-1.69.0",
177+
sha256 = "dd6a2fa311ba8441bbefd2764c55b99136ff10f7ea42954be96006a2723d33fc",
178+
strip_prefix = "grpc-1.74.0",
179179
)
180180

181181
# We use the cc_proto_library() rule from @com_google_protobuf, which

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \
137137

138138
# ```bash
139139
WORKDIR /var/tmp/build/grpc
140-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
140+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
141141
tar -xzf - --strip-components=1 && \
142142
cmake \
143143
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \
131131

132132
# ```bash
133133
WORKDIR /var/tmp/build/grpc
134-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
134+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
135135
tar -xzf - --strip-components=1 && \
136136
cmake \
137137
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \
9595

9696
# ```bash
9797
WORKDIR /var/tmp/build/grpc
98-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz
7676

7777
# ```bash
7878
WORKDIR /var/tmp/build/grpc
79-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
79+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
8080
tar -xzf - --strip-components=1 && \
8181
cmake \
8282
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cmake-gcc.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19
156156

157157
WORKDIR /var/tmp/build/grpc
158158
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
159-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
159+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
160160
tar -xzf - --strip-components=1 && \
161161
cmake \
162162
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19
162162

163163
WORKDIR /var/tmp/build/grpc
164164
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
165-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
165+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
166166
tar -xzf - --strip-components=1 && \
167167
cmake \
168168
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cxx14.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19
167167

168168
WORKDIR /var/tmp/build/grpc
169169
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
170-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
170+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
171171
tar -xzf - --strip-components=1 && \
172172
cmake \
173173
-DCMAKE_CXX_STANDARD=14 \

ci/cloudbuild/dockerfiles/fedora-latest-cxx20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19
169169

170170
WORKDIR /var/tmp/build/grpc
171171
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
172-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
172+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
173173
tar -xzf - --strip-components=1 && \
174174
cmake \
175175
-DCMAKE_CXX_STANDARD=20 \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.19
8686
ldconfig && cd /var/tmp && rm -fr build
8787

8888
WORKDIR /var/tmp/build/grpc
89-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.67.0.tar.gz | \
89+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.0.tar.gz | \
9090
tar -xzf - --strip-components=1 && \
9191
cmake \
9292
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)