Skip to content

Commit 7a428ee

Browse files
committed
chore(deps): update grpc to v1.83.1
1 parent 5bdcb3d commit 7a428ee

16 files changed

Lines changed: 24 additions & 24 deletions

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,14 @@ def gl_cpp_workspace0(name = None):
209209
http_archive,
210210
name = "grpc",
211211
urls = [
212-
"https://github.com/grpc/grpc/archive/v1.74.1.tar.gz",
212+
"https://github.com/grpc/grpc/archive/v1.83.1.tar.gz",
213213
],
214214
repo_mapping = {
215215
"@com_google_absl": "@abseil-cpp",
216216
"@com_github_grpc_grpc": "@grpc",
217217
},
218-
sha256 = "7bf97c11cf3808d650a3a025bbf9c5f922c844a590826285067765dfd055d228",
219-
strip_prefix = "grpc-1.74.1",
218+
sha256 = "60caa8397426d8a500e3e57ab6a49d1cb5aa62a36f2591eb9da3d77fa38ad8c9",
219+
strip_prefix = "grpc-1.83.1",
220220
)
221221

222222
native.bind(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
164164

165165
# ```bash
166166
WORKDIR /var/tmp/build/grpc
167-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
167+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
168168
tar -xzf - --strip-components=1 && \
169169
cmake \
170170
-DCMAKE_BUILD_TYPE=Debug \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
126126

127127
# ```bash
128128
WORKDIR /var/tmp/build/grpc
129-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
129+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
130130
tar -xzf - --strip-components=1 && \
131131
cmake \
132132
-DCMAKE_BUILD_TYPE=Debug \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
126126
# ```bash
127127
WORKDIR /var/tmp/build/grpc
128128
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
129-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
129+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
130130
tar -xzf - --strip-components=1 && \
131131
cmake \
132132
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
141141

142142
# ```bash
143143
WORKDIR /var/tmp/build/grpc
144-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
144+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
145145
tar -xzf - --strip-components=1 && \
146146
cmake \
147147
-DCMAKE_BUILD_TYPE=Debug \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
158158

159159
# ```bash
160160
WORKDIR /var/tmp/build/grpc
161-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
161+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
162162
tar -xzf - --strip-components=1 && \
163163
cmake \
164164
-DCMAKE_CXX_STANDARD=17 \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
164164

165165
# ```bash
166166
WORKDIR /var/tmp/build/grpc
167-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
167+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
168168
tar -xzf - --strip-components=1 && \
169169
cmake \
170170
-DCMAKE_BUILD_TYPE=Debug \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.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/protocolbuffers/protobuf/archive/v33.6.tar.gz
9595

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
179179
# double free issue in order to reduce flakes.
180180
WORKDIR /var/tmp/build/grpc
181181
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
182-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.71.2.tar.gz | \
182+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
183183
tar -xzf - --strip-components=1 && \
184184
cmake \
185185
-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
@@ -177,7 +177,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
177177

178178
WORKDIR /var/tmp/build/grpc
179179
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
180-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.0.tar.gz | \
180+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.83.1.tar.gz | \
181181
tar -xzf - --strip-components=1 && \
182182
cmake \
183183
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)