Skip to content

Commit 529ac62

Browse files
authored
chore: upgrade to google-cloud-cpp-common v0.18.0 (#3366)
1 parent feea780 commit 529ac62

37 files changed

Lines changed: 264 additions & 232 deletions

INSTALL.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ all the Google Cloud C++ client libraries:
240240

241241
```bash
242242
cd $HOME/Downloads
243-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
244-
tar -xf v0.16.0.tar.gz && \
245-
cd google-cloud-cpp-common-0.16.0 && \
243+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
244+
tar -xf v0.18.0.tar.gz && \
245+
cd google-cloud-cpp-common-0.18.0 && \
246246
cmake -H. -Bcmake-out \
247247
-DBUILD_TESTING=OFF \
248248
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -343,9 +343,9 @@ all the Google Cloud C++ client libraries:
343343

344344
```bash
345345
cd $HOME/Downloads
346-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
347-
tar -xf v0.16.0.tar.gz && \
348-
cd google-cloud-cpp-common-0.16.0 && \
346+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
347+
tar -xf v0.18.0.tar.gz && \
348+
cd google-cloud-cpp-common-0.18.0 && \
349349
cmake -H. -Bcmake-out \
350350
-DBUILD_TESTING=OFF \
351351
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -502,9 +502,9 @@ all the Google Cloud C++ client libraries:
502502

503503
```bash
504504
cd $HOME/Downloads
505-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
506-
tar -xf v0.16.0.tar.gz && \
507-
cd google-cloud-cpp-common-0.16.0 && \
505+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
506+
tar -xf v0.18.0.tar.gz && \
507+
cd google-cloud-cpp-common-0.18.0 && \
508508
cmake -H. -Bcmake-out \
509509
-DBUILD_TESTING=OFF \
510510
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -633,9 +633,9 @@ all the Google Cloud C++ client libraries:
633633

634634
```bash
635635
cd $HOME/Downloads
636-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
637-
tar -xf v0.16.0.tar.gz && \
638-
cd google-cloud-cpp-common-0.16.0 && \
636+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
637+
tar -xf v0.18.0.tar.gz && \
638+
cd google-cloud-cpp-common-0.18.0 && \
639639
cmake -H. -Bcmake-out \
640640
-DBUILD_TESTING=OFF \
641641
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -779,9 +779,9 @@ all the Google Cloud C++ client libraries:
779779

780780
```bash
781781
cd $HOME/Downloads
782-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
783-
tar -xf v0.16.0.tar.gz && \
784-
cd google-cloud-cpp-common-0.16.0 && \
782+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
783+
tar -xf v0.18.0.tar.gz && \
784+
cd google-cloud-cpp-common-0.18.0 && \
785785
cmake -H. -Bcmake-out \
786786
-DBUILD_TESTING=OFF \
787787
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -917,9 +917,9 @@ all the Google Cloud C++ client libraries:
917917

918918
```bash
919919
cd $HOME/Downloads
920-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
921-
tar -xf v0.16.0.tar.gz && \
922-
cd google-cloud-cpp-common-0.16.0 && \
920+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
921+
tar -xf v0.18.0.tar.gz && \
922+
cd google-cloud-cpp-common-0.18.0 && \
923923
cmake -H. -Bcmake-out \
924924
-DBUILD_TESTING=OFF \
925925
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \
@@ -1081,9 +1081,9 @@ all the Google Cloud C++ client libraries:
10811081

10821082
```bash
10831083
cd $HOME/Downloads
1084-
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
1085-
tar -xf v0.16.0.tar.gz && \
1086-
cd google-cloud-cpp-common-0.16.0 && \
1084+
wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
1085+
tar -xf v0.18.0.tar.gz && \
1086+
cd google-cloud-cpp-common-0.18.0 && \
10871087
cmake -H. -Bcmake-out \
10881088
-DBUILD_TESTING=OFF \
10891089
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ def google_cloud_cpp_deps():
4141
if "com_github_googleapis_google_cloud_cpp_common" not in native.existing_rules():
4242
http_archive(
4343
name = "com_github_googleapis_google_cloud_cpp_common",
44-
strip_prefix = "google-cloud-cpp-common-0.16.0",
44+
strip_prefix = "google-cloud-cpp-common-0.18.0",
4545
urls = [
46-
"https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz",
46+
"https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz",
4747
],
48-
sha256 = "d53c12e901f2d76bd2bf8a1e57769bbe0fb96338eaaa3f2c57f92cba703bada8",
48+
sha256 = "af61c97919da43b7df0e917d27c3be6d0b8de96306140d552ac41ae579353b6a",
4949
)
5050

5151
# Load a version of googletest that we know works.

ci/etc/install-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -eu
1717

18-
GOOGLE_CLOUD_CPP_BAZEL_VERSION="1.0.0"
18+
GOOGLE_CLOUD_CPP_BAZEL_VERSION="2.0.0"
1919
readonly GOOGLE_CLOUD_CPP_BAZEL_VERSION
2020

2121
GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="266.0.0"

ci/kokoro/docker/Dockerfile.fedora-install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ RUN ldconfig
8989

9090
# Download and compile google-cloud-cpp from source too:
9191
WORKDIR /var/tmp/build
92-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz
93-
RUN tar -xf v0.16.0.tar.gz
94-
WORKDIR /var/tmp/build/google-cloud-cpp-common-0.16.0
92+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz
93+
RUN tar -xf v0.18.0.tar.gz
94+
WORKDIR /var/tmp/build/google-cloud-cpp-common-0.18.0
9595
# Compile without the tests because we are testing google-cloud-cpp, not the
9696
# base libraries
9797
RUN cmake -H. -Bcmake-out \

ci/kokoro/docker/Dockerfile.ubuntu-install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ RUN ldconfig
171171

172172
# Download and compile google-cloud-cpp from source too:
173173
WORKDIR /var/tmp/build
174-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz
175-
RUN tar -xf v0.16.0.tar.gz
176-
WORKDIR /var/tmp/build/google-cloud-cpp-common-0.16.0
174+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz
175+
RUN tar -xf v0.18.0.tar.gz
176+
WORKDIR /var/tmp/build/google-cloud-cpp-common-0.18.0
177177
# Compile without the tests because we are testing google-cloud-cpp, not the
178178
# base libraries
179179
RUN cmake -H. -Bcmake-out \

ci/kokoro/install/Dockerfile.centos-7

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ RUN wget -q https://github.com/google/googletest/archive/release-1.10.0.tar.gz &
161161

162162
# ```bash
163163
WORKDIR /var/tmp/build
164-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
165-
tar -xf v0.16.0.tar.gz && \
166-
cd google-cloud-cpp-common-0.16.0 && \
164+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
165+
tar -xf v0.18.0.tar.gz && \
166+
cd google-cloud-cpp-common-0.18.0 && \
167167
cmake -H. -Bcmake-out \
168168
-DBUILD_TESTING=OFF \
169169
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

ci/kokoro/install/Dockerfile.centos-8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ RUN wget -q https://github.com/google/googletest/archive/release-1.10.0.tar.gz &
140140

141141
# ```bash
142142
WORKDIR /var/tmp/build
143-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
144-
tar -xf v0.16.0.tar.gz && \
145-
cd google-cloud-cpp-common-0.16.0 && \
143+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
144+
tar -xf v0.18.0.tar.gz && \
145+
cd google-cloud-cpp-common-0.18.0 && \
146146
cmake -H. -Bcmake-out \
147147
-DBUILD_TESTING=OFF \
148148
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

ci/kokoro/install/Dockerfile.debian-buster

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ RUN wget -q https://github.com/google/googletest/archive/release-1.10.0.tar.gz &
101101

102102
# ```bash
103103
WORKDIR /var/tmp/build
104-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
105-
tar -xf v0.16.0.tar.gz && \
106-
cd google-cloud-cpp-common-0.16.0 && \
104+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
105+
tar -xf v0.18.0.tar.gz && \
106+
cd google-cloud-cpp-common-0.18.0 && \
107107
cmake -H. -Bcmake-out \
108108
-DBUILD_TESTING=OFF \
109109
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

ci/kokoro/install/Dockerfile.debian-stretch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ RUN wget -q https://github.com/google/googletest/archive/release-1.10.0.tar.gz &
135135

136136
# ```bash
137137
WORKDIR /var/tmp/build
138-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
139-
tar -xf v0.16.0.tar.gz && \
140-
cd google-cloud-cpp-common-0.16.0 && \
138+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
139+
tar -xf v0.18.0.tar.gz && \
140+
cd google-cloud-cpp-common-0.18.0 && \
141141
cmake -H. -Bcmake-out \
142142
-DBUILD_TESTING=OFF \
143143
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

ci/kokoro/install/Dockerfile.fedora

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ RUN wget -q https://github.com/google/googletest/archive/release-1.10.0.tar.gz &
102102

103103
# ```bash
104104
WORKDIR /var/tmp/build
105-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.16.0.tar.gz && \
106-
tar -xf v0.16.0.tar.gz && \
107-
cd google-cloud-cpp-common-0.16.0 && \
105+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
106+
tar -xf v0.18.0.tar.gz && \
107+
cd google-cloud-cpp-common-0.18.0 && \
108108
cmake -H. -Bcmake-out \
109109
-DBUILD_TESTING=OFF \
110110
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

0 commit comments

Comments
 (0)