Skip to content

Commit ca78f08

Browse files
authored
Revert "chore(deps): update dependency grpc/grpc to v1.38.1 (#6827)"
This reverts commit 02e449b.
1 parent e69438f commit ca78f08

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

ci/cloudbuild/dockerfiles/demo-centos-7.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/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
125125

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.17.3.tar.gz | \
8787

8888
# ```bash
8989
WORKDIR /var/tmp/build/grpc
90-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
90+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
9191
tar -xzf - --strip-components=1 && \
9292
cmake \
9393
-DCMAKE_BUILD_TYPE=Release \

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

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

112112
# ```bash
113113
WORKDIR /var/tmp/build/grpc
114-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
114+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
115115
tar -xzf - --strip-components=1 && \
116116
cmake \
117117
-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
@@ -100,7 +100,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
100100

101101
# ```bash
102102
WORKDIR /var/tmp/build/grpc
103-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
103+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
104104
tar -xzf - --strip-components=1 && \
105105
cmake \
106106
-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
@@ -90,7 +90,7 @@ RUN curl -sSL https://github.com/google/re2/archive/2020-11-01.tar.gz | \
9090

9191
# ```bash
9292
WORKDIR /var/tmp/build/grpc
93-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
93+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
9494
tar -xzf - --strip-components=1 && \
9595
cmake \
9696
-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
@@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.17.3.tar.gz | \
7474

7575
# ```bash
7676
WORKDIR /var/tmp/build/grpc
77-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
77+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
7878
tar -xzf - --strip-components=1 && \
7979
cmake \
8080
-DCMAKE_BUILD_TYPE=Release \

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

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

105105
# ```bash
106106
WORKDIR /var/tmp/build/grpc
107-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
107+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
108108
tar -xzf - --strip-components=1 && \
109109
cmake \
110110
-DCMAKE_BUILD_TYPE=Release \

doc/packaging.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Cloud Platform proto files. We manually install it using:
397397

398398
```bash
399399
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
400-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
400+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
401401
tar -xzf - --strip-components=1 && \
402402
cmake \
403403
-DCMAKE_BUILD_TYPE=Release \
@@ -534,7 +534,7 @@ Cloud Platform proto files. We install it using:
534534

535535
```bash
536536
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
537-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
537+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
538538
tar -xzf - --strip-components=1 && \
539539
cmake \
540540
-DCMAKE_BUILD_TYPE=Release \
@@ -687,7 +687,7 @@ Cloud Platform proto files. We install it using:
687687

688688
```bash
689689
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
690-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
690+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
691691
tar -xzf - --strip-components=1 && \
692692
cmake \
693693
-DCMAKE_BUILD_TYPE=Release \
@@ -854,7 +854,7 @@ Cloud Platform proto files. We can install gRPC from source using:
854854

855855
```bash
856856
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
857-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
857+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
858858
tar -xzf - --strip-components=1 && \
859859
cmake \
860860
-DCMAKE_BUILD_TYPE=Release \
@@ -1133,7 +1133,7 @@ Protobuf we just installed in `/usr/local`:
11331133

11341134
```bash
11351135
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
1136-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
1136+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
11371137
tar -xzf - --strip-components=1 && \
11381138
cmake \
11391139
-DCMAKE_BUILD_TYPE=Release \
@@ -1287,7 +1287,7 @@ Cloud Platform proto files. We manually install it using:
12871287

12881288
```bash
12891289
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
1290-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
1290+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
12911291
tar -xzf - --strip-components=1 && \
12921292
cmake \
12931293
-DCMAKE_BUILD_TYPE=Release \
@@ -1462,7 +1462,7 @@ Cloud Platform proto files. We manually install it using:
14621462

14631463
```bash
14641464
mkdir -p $HOME/Downloads/grpc && cd $HOME/Downloads/grpc
1465-
curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
1465+
curl -sSL https://github.com/grpc/grpc/archive/v1.37.1.tar.gz | \
14661466
tar -xzf - --strip-components=1 && \
14671467
cmake \
14681468
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)