Skip to content

Commit e9352ce

Browse files
authored
chore(deps): update grpc to v1.65.0 (#14340)
1 parent 6505814 commit e9352ce

15 files changed

+25
-25
lines changed

bazel/workspace0.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ def gl_cpp_workspace0(name = None):
170170
http_archive,
171171
name = "com_github_grpc_grpc",
172172
urls = [
173-
"https://storage.googleapis.com/cloud-cpp-community-archive/com_github_grpc_grpc/v1.64.2.tar.gz",
174-
"https://github.com/grpc/grpc/archive/v1.64.2.tar.gz",
173+
"https://storage.googleapis.com/cloud-cpp-community-archive/com_github_grpc_grpc/v1.65.0.tar.gz",
174+
"https://github.com/grpc/grpc/archive/v1.65.0.tar.gz",
175175
],
176-
sha256 = "c682fc39baefc6e804d735e6b48141157b7213602cc66dbe0bf375b904d8b5f9",
177-
strip_prefix = "grpc-1.64.2",
176+
sha256 = "ebc3acfde70cfae3f4f04b8dbb72259540cb1dc427be362569fbc2607dabfe39",
177+
strip_prefix = "grpc-1.65.0",
178178
)
179179

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

ci/cloudbuild/dockerfiles/centos-7.Dockerfile

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

120120
WORKDIR /var/tmp/build/grpc
121-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
121+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
122122
tar -xzf - --strip-components=1 && \
123123
cmake \
124124
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
145145

146146
# ```bash
147147
WORKDIR /var/tmp/build/grpc
148-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
148+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
149149
tar -xzf - --strip-components=1 && \
150150
cmake \
151151
-DCMAKE_BUILD_TYPE=Release \

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

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

126126
# ```bash
127127
WORKDIR /var/tmp/build/grpc
128-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
128+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
129129
tar -xzf - --strip-components=1 && \
130130
cmake \
131131
-DCMAKE_BUILD_TYPE=Release \

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

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

137137
# ```bash
138138
WORKDIR /var/tmp/build/grpc
139-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
139+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
140140
tar -xzf - --strip-components=1 && \
141141
cmake \
142142
-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
@@ -92,7 +92,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
9292

9393
# ```bash
9494
WORKDIR /var/tmp/build/grpc
95-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
95+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
9696
tar -xzf - --strip-components=1 && \
9797
cmake \
9898
-DCMAKE_BUILD_TYPE=Release \

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

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

125125
# ```bash
126126
WORKDIR /var/tmp/build/grpc
127-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
127+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
128128
tar -xzf - --strip-components=1 && \
129129
cmake \
130130
-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
@@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
128128

129129
# ```bash
130130
WORKDIR /var/tmp/build/grpc
131-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
131+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.0.tar.gz | \
132132
tar -xzf - --strip-components=1 && \
133133
cmake \
134134
-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-06-01.tar.gz | \
9595

9696
# ```bash
9797
WORKDIR /var/tmp/build/grpc
98-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.64.2.tar.gz | \
98+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.65.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/v27.2.tar.gz
7676

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

0 commit comments

Comments
 (0)