Skip to content

Commit aa5d7f4

Browse files
committed
Merge remote-tracking branch 'origin/main' into prepare-for-v3.0.0
2 parents 0c61457 + 6a4b2fb commit aa5d7f4

File tree

480 files changed

+26388
-3385
lines changed

Some content is hidden

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

480 files changed

+26388
-3385
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# is the same as .gitignore.
44

55
# The owners for all files in the repo.
6-
* @googleapis/cloud-cxx-owners
6+
* @googleapis/cloud-sdk-cpp-team
77

88
# These libraries are also owned by the GCS clients team.
9-
/google/cloud/storage/ @googleapis/gcs-sdk-team @googleapis/cloud-cxx-owners
10-
/google/cloud/storagecontrol/ @googleapis/gcs-sdk-team @googleapis/cloud-cxx-owners
11-
/google/cloud/storageinsights/ @googleapis/gcs-sdk-team @googleapis/cloud-cxx-owners
12-
/google/cloud/storagetransfer/ @googleapis/gcs-sdk-team @googleapis/cloud-cxx-owners
9+
/google/cloud/storage/ @googleapis/gcs-sdk-team @googleapis/cloud-sdk-cpp-team
10+
/google/cloud/storagecontrol/ @googleapis/gcs-sdk-team @googleapis/cloud-sdk-cpp-team
11+
/google/cloud/storageinsights/ @googleapis/gcs-sdk-team @googleapis/cloud-sdk-cpp-team
12+
/google/cloud/storagetransfer/ @googleapis/gcs-sdk-team @googleapis/cloud-sdk-cpp-team

.github/workflows/test-runner-untrusted.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.github/workflows/test-runner.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# branches we can disable builds (to speed up the testing) or add new ones,
1010
# without impacting the rest of the team.
1111
push:
12-
branches: [ 'v[2-9]**', 'ci-gha**', 'prepare-for-v3.0.0' ]
12+
branches: [ 'ci-gha**', 'prepare-for-v3.0.0' ]
1313
# Start the build in the context of the target branch. This is considered
1414
# "safe", as the workflow files are already committed. These types of builds
1515
# have access to the secrets in the build, which we need to use the remote
@@ -90,15 +90,6 @@ jobs:
9090
windows-bazel:
9191
# Disabled
9292
if: false
93-
# Build the full matrix only on push events to the default branch, or
94-
# when PR gets the has a `gha:full-build` label, or when it had the
95-
# label already and it gets a new commit.
96-
# if: |-
97-
# ${{
98-
# github.event_name == 'schedule' ||
99-
# github.event_name == 'push' ||
100-
# contains(github.event.pull_request.labels.*.name, 'gha:full-build')
101-
# }}
10293
name: Windows-Bazel
10394
needs: [pre-flight]
10495
uses: ./.github/workflows/windows-bazel.yml

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ python.toolchain(
5353
)
5454

5555
bazel_dep(name = "grpc", version = "1.76.0.bcr.1")
56-
bazel_dep(name = "googleapis", version = "0.0.0-20251211-05f65958")
56+
bazel_dep(name = "googleapis", version = "0.0.0-20260130-c0fcb356")
5757
bazel_dep(name = "googleapis-cc", version = "1.0.0")
5858
bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0")

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ See each library's `README.md` file for more information about:
122122
- [API Keys API](google/cloud/apikeys/README.md)
123123
[[quickstart]](google/cloud/apikeys/quickstart/README.md)
124124
[[reference]](https://cloud.google.com/cpp/docs/reference/apikeys/latest)
125+
- [Cloud API Registry API](google/cloud/apiregistry/README.md)
126+
[[quickstart]](google/cloud/apiregistry/quickstart/README.md)
127+
[[reference]](https://cloud.google.com/cpp/docs/reference/apiregistry/latest)
125128
- [App Engine Admin API](google/cloud/appengine/README.md)
126129
[[quickstart]](google/cloud/appengine/quickstart/README.md)
127130
[[reference]](https://cloud.google.com/cpp/docs/reference/appengine/latest)
@@ -137,6 +140,9 @@ See each library's `README.md` file for more information about:
137140
- [Assured Workloads API](google/cloud/assuredworkloads/README.md)
138141
[[quickstart]](google/cloud/assuredworkloads/quickstart/README.md)
139142
[[reference]](https://cloud.google.com/cpp/docs/reference/assuredworkloads/latest)
143+
- [Audit Manager API](google/cloud/auditmanager/README.md)
144+
[[quickstart]](google/cloud/auditmanager/quickstart/README.md)
145+
[[reference]](https://cloud.google.com/cpp/docs/reference/auditmanager/latest)
140146
- [Cloud AutoML API](google/cloud/automl/README.md)
141147
[[quickstart]](google/cloud/automl/quickstart/README.md)
142148
[[reference]](https://cloud.google.com/cpp/docs/reference/automl/latest)
@@ -305,6 +311,9 @@ See each library's `README.md` file for more information about:
305311
- [Anthos Multi-Cloud API](google/cloud/gkemulticloud/README.md)
306312
[[quickstart]](google/cloud/gkemulticloud/quickstart/README.md)
307313
[[reference]](https://cloud.google.com/cpp/docs/reference/gkemulticloud/latest)
314+
- [GKE Recommender API](google/cloud/gkerecommender/README.md)
315+
[[quickstart]](google/cloud/gkerecommender/quickstart/README.md)
316+
[[reference]](https://cloud.google.com/cpp/docs/reference/gkerecommender/latest)
308317
- [Google Cloud IAM](google/cloud/iam/README.md)
309318
[[quickstart]](google/cloud/iam/quickstart/README.md)
310319
[[reference]](https://cloud.google.com/cpp/docs/reference/iam/latest)

bazel/deps-cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def verify(tmpdir, name, source, cache, upload, **kwargs):
160160
same = cmp(source_file, cache_file)
161161
if not same and args.populate:
162162
print(f"[ Uploading {upload} ]")
163-
subprocess.run(["gsutil", "-q", "cp", source_file, upload], check=False)
163+
subprocess.run(["gcloud", "storage", "cp", source_file, upload], check=False)
164164
print(f"[ Reverifying {cache} ]")
165165
urlretrieve(cache, cache_file)
166166
same = cmp(source_file, cache_file)

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ def gl_cpp_workspace0(name = None):
136136
http_archive,
137137
name = "googleapis",
138138
urls = [
139-
"https://github.com/googleapis/googleapis/archive/05f65958eb7f2a8bc59db87ad40487f0fb093097.tar.gz",
139+
"https://github.com/googleapis/googleapis/archive/c0fcb35628690e9eb15dcefae41c651c67cd050b.tar.gz",
140140
],
141-
sha256 = "a7c3d7cdbd54e43ddc7c44f3571a71e004cba519c205da2e8b937480d608ae86",
142-
strip_prefix = "googleapis-05f65958eb7f2a8bc59db87ad40487f0fb093097",
141+
sha256 = "68c82109667c892b6595385b2ad77c1342752f998664eb6d055509ecaddc3150",
142+
strip_prefix = "googleapis-c0fcb35628690e9eb15dcefae41c651c67cd050b",
143143
build_file = Label("//bazel:googleapis.BUILD"),
144144
# Scaffolding for patching googleapis after download. For example:
145145
patches = [
427 KB
Binary file not shown.
653 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)