Skip to content

Commit c426415

Browse files
authored
chore: prepare for v2.22.1 (#15025)
* chore: prepare for v2.22.1 * Updated GCB triggers * revert changes to typos
1 parent 5f84f01 commit c426415

File tree

105 files changed

+454
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+454
-465
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ example, is this related to bigtable (i.e., something in
1111
`google/cloud/bigtable`), or GCS (i.e., something in `google/cloud/storage`)?
1212

1313
**Is your feature request related to a problem? Please describe.** A clear and
14-
concise description of what the problem is. Ex. I'm always frustrated when
15-
\[...\]
14+
concise description of what the problem is. Ex. I'm always frustrated when [...]
1615

1716
**Describe the solution you'd like** A clear and concise description of what you
1817
want to happen.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
breaking changes in the upcoming 3.x release. This release is scheduled for
55
2024-12 or 2025-01.
66

7+
## v2.22.1 - TBD
8+
79
## v2.22.0 - 2024-03
810

911
### New Libraries

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
2121

2222
project(
2323
google-cloud-cpp
24-
VERSION 2.22.0
24+
VERSION 2.22.1
2525
LANGUAGES CXX)
26-
set(PROJECT_VERSION_PRE_RELEASE "")
26+
set(PROJECT_VERSION_PRE_RELEASE "rc")
2727

2828
if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
2929
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")

README.md

Lines changed: 256 additions & 256 deletions
Large diffs are not rendered by default.

ci/cloudbuild/builds/checkers.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@ readonly TIMEFORMAT="... %R seconds"
7878
# https://github.com/googleapis/google-cloud-cpp/issues/4152
7979
enable -n printf
8080

81-
# Check for typos first so we don't generate more new files w/ the same typos.
82-
printf "%-50s" "Running typos:" >&2
83-
time {
84-
# See https://github.com/crate-ci/typos for more details.
85-
# A couple useful invocations:
86-
# $ typos --write-changes # writes spelling fixes back to disk
87-
# $ typos --dump-config - # dumps effective config to stdout
88-
typos
89-
}
90-
9181
printf "%-50s" "Running check-include-guards:" >&2
9282
time {
9383
git_files -z -- '*.h' |

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ RUN dnf makecache && \
3535
python-pip \
3636
ShellCheck
3737

38-
RUN cargo install typos-cli --version 1.16.1 --root /usr/local
39-
4038
RUN curl -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64 && \
4139
chmod 755 /usr/bin/buildifier
4240

ci/cloudbuild/triggers/asan-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ github:
44
name: google-cloud-cpp
55
owner: googleapis
66
pullRequest:
7-
branch: ^main$
7+
branch: v2.22.x
88
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
99
id: 45fd50c2-04f1-4674-b533-0db1346c8b7e
1010
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
11-
name: asan-pr
11+
name: v2-22-x-asan-pr
1212
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/45fd50c2-04f1-4674-b533-0db1346c8b7e
1313
substitutions:
1414
_BUILD_NAME: asan

ci/cloudbuild/triggers/bazel-oldest-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github:
44
name: google-cloud-cpp
55
owner: googleapis
66
push:
7-
branch: ^main$
7+
branch: v2.22.x
88
id: 3a7690ee-a385-4e86-835e-990a64eb71d7
99
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
10-
name: bazel-oldest-ci
10+
name: v2-22-x-bazel-oldest-ci
1111
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/3a7690ee-a385-4e86-835e-990a64eb71d7
1212
substitutions:
1313
_BUILD_NAME: bazel-oldest

ci/cloudbuild/triggers/bazel-oldest-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ github:
44
name: google-cloud-cpp
55
owner: googleapis
66
pullRequest:
7-
branch: ^main$
7+
branch: v2.22.x
88
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
99
id: 914bc7a4-afa2-4faf-8a0e-571218e8fd83
1010
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
11-
name: bazel-oldest-pr
11+
name: v2-22-x-bazel-oldest-pr
1212
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/914bc7a4-afa2-4faf-8a0e-571218e8fd83
1313
substitutions:
1414
_BUILD_NAME: bazel-oldest

ci/cloudbuild/triggers/bazel-otel-abi-2-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ github:
33
name: google-cloud-cpp
44
owner: googleapis
55
pullRequest:
6-
branch: ^main$
6+
branch: v2.22.x
77
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
88
id: abfbaa6f-e1a0-4298-af45-78f9dc1a9831
99
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
10-
name: bazel-otel-abi-2-ci
10+
name: v2-22-x-bazel-otel-abi-2-ci
1111
resourceName: projects/cloud-cpp-testing-resources/locations/global/triggers/abfbaa6f-e1a0-4298-af45-78f9dc1a9831
1212
substitutions:
1313
_BUILD_NAME: bazel-otel-abi-2

0 commit comments

Comments
 (0)