Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 80fcf05

Browse files
authored
chore: update docker fragments to use new v0.19 version of common (#176)
1 parent c031821 commit 80fcf05

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

ci/templates/kokoro/docker-fragments.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ read_into_variable WARNING_GENERATED_FILE_FRAGMENT <<'_EOF_'
1717
#
1818
# WARNING: This is an automatically generated file. Consider changing the
1919
# sources instead. You can find the source templates and scripts at:
20-
# https://github.com/googleapis/google-cloud-cpp-common/ci/templates
20+
# https://github.com/googleapis/google-cloud-cpp-common/tree/master/ci/templates
2121
#
2222
_EOF_
2323

@@ -112,9 +112,9 @@ _EOF_
112112

113113
read_into_variable INSTALL_GOOGLE_CLOUD_CPP_COMMON_FROM_SOURCE <<'_EOF_'
114114
WORKDIR /var/tmp/build
115-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \
116-
tar -xf v0.18.0.tar.gz && \
117-
cd google-cloud-cpp-common-0.18.0 && \
115+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \
116+
tar -xf v0.19.0.tar.gz && \
117+
cd google-cloud-cpp-common-0.19.0 && \
118118
cmake -H. -Bcmake-out \
119119
-DBUILD_TESTING=OFF \
120120
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

doc/cutting-a-release.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,17 @@ uploaded documentation will generally be live in an hour at the
8282

8383
## Bump the version numbers in `master`
8484

85-
Working in your fork of `gooogle-cloud-cpp-common`: bump the version numbers
86-
to the *next* version (i.e., one version past the release you just did above),
87-
and send the PR for review against `master`. For an example, look at
88-
[#90](https://github.com/googleapis/google-cloud-cpp-common/pull/90).
85+
Working in your fork of `gooogle-cloud-cpp-common`:
86+
87+
* Bump the version numbers to the *next* version (i.e., one version past the
88+
release you just did above).
89+
90+
* Update the version of the "google-cloud-cpp-common" package in the
91+
`ci/templates/kokoro/docker-fragments.sh` file to reflect the *just released
92+
version*. This will make it easier for our dependent projects to update their
93+
docker deps to use this new version.
94+
95+
Send these changes in PR for review against `master`.
8996

9097
## Review the branch protections
9198

0 commit comments

Comments
 (0)