Skip to content

Commit 6bb9fc9

Browse files
authored
chore(deps): update grpc to v1.50.1 (googleapis#10151)
1 parent 41c4694 commit 6bb9fc9

16 files changed

Lines changed: 26 additions & 26 deletions

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ def google_cloud_cpp_deps():
130130
if "com_github_grpc_grpc" not in native.existing_rules():
131131
http_archive(
132132
name = "com_github_grpc_grpc",
133-
strip_prefix = "grpc-1.49.1",
133+
strip_prefix = "grpc-1.50.1",
134134
urls = [
135-
"https://github.com/grpc/grpc/archive/v1.49.1.tar.gz",
135+
"https://github.com/grpc/grpc/archive/v1.50.1.tar.gz",
136136
],
137-
sha256 = "5071b630e2a14707ad060636990f1b25b0984bd168c7ea1ab95e48a3bdc0081f",
137+
sha256 = "fb1ed98eb3555877d55eb2b948caca44bc8601c6704896594de81558639709ef",
138138
)
139139

140140
# 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
@@ -96,7 +96,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
9696
ldconfig && cd /var/tmp && rm -fr build
9797

9898
WORKDIR /var/tmp/build/grpc
99-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
99+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
100100
tar -xzf - --strip-components=1 && \
101101
cmake \
102102
-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
@@ -150,7 +150,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
150150

151151
# ```bash
152152
WORKDIR /var/tmp/build/grpc
153-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
153+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
154154
tar -xzf - --strip-components=1 && \
155155
cmake \
156156
-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
@@ -114,7 +114,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.9.tar.gz |
114114

115115
# ```bash
116116
WORKDIR /var/tmp/build/grpc
117-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
117+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
118118
tar -xzf - --strip-components=1 && \
119119
cmake \
120120
-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
@@ -125,7 +125,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.9.tar.gz |
125125

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

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.9.tar.gz |
156156

157157
# ```bash
158158
WORKDIR /var/tmp/build/grpc
159-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
159+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
160160
tar -xzf - --strip-components=1 && \
161161
cmake \
162162
-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
@@ -110,7 +110,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
110110

111111
# ```bash
112112
WORKDIR /var/tmp/build/grpc
113-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
113+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
114114
tar -xzf - --strip-components=1 && \
115115
cmake \
116116
-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
@@ -113,7 +113,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.9.tar.gz |
113113

114114
# ```bash
115115
WORKDIR /var/tmp/build/grpc
116-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
116+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
117117
tar -xzf - --strip-components=1 && \
118118
cmake \
119119
-DCMAKE_BUILD_TYPE=Release \

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

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

101101
# ```bash
102102
WORKDIR /var/tmp/build/grpc
103-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
103+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
104104
tar -xzf - --strip-components=1 && \
105105
cmake \
106106
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.9.tar.gz |
8484

8585
# ```bash
8686
WORKDIR /var/tmp/build/grpc
87-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.49.1.tar.gz | \
87+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.50.1.tar.gz | \
8888
tar -xzf - --strip-components=1 && \
8989
cmake \
9090
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)