Skip to content

Commit

Permalink
Merge branch 'main' into managedwriter-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
shollyman authored Jul 25, 2023
2 parents 7830100 + db4f48b commit 42eee79
Show file tree
Hide file tree
Showing 136 changed files with 24,357 additions and 3,595 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ deep-remove-regex:
- /cloudtasks/apiv2/
- /cloudtasks/apiv2beta2/
- /cloudtasks/apiv2beta3/
- /commerce/consumer/procurement/apiv1
- /compute/apiv1
- /confidentialcomputing/apiv1
- /confidentialcomputing/apiv1alpha1
Expand Down Expand Up @@ -172,6 +173,7 @@ deep-remove-regex:
- /internal/generated/snippets/cloudtasks/apiv2/
- /internal/generated/snippets/cloudtasks/apiv2beta2/
- /internal/generated/snippets/cloudtasks/apiv2beta3/
- /internal/generated/snippets/commerce/consumer/procurement/apiv1
- /internal/generated/snippets/compute/apiv1
- /internal/generated/snippets/confidentialcomputing/apiv1
- /internal/generated/snippets/confidentialcomputing/apiv1alpha1
Expand Down Expand Up @@ -608,6 +610,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/tasks/v2beta3/cloud.google.com/go
dest: /
- source: /google/cloud/commerce/consumer/procurement/v1/cloud.google.com/go
dest: /
- source: /google/cloud/compute/v1/cloud.google.com/go
dest: /
- source: /google/cloud/confidentialcomputing/v1/cloud.google.com/go
Expand Down
4 changes: 4 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ assign_issues_by:
- 'api: clouderrorreporting'
to:
- googleapis/api-logging
- labels:
- 'api: cloudprofiler'
to:
- googleapis/api-profiler
1 change: 1 addition & 0 deletions .github/workflows/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ golint ./... 2>&1 | (
grep -vE " executeStreamingSql(Min|Rnd)Time" |
grep -vE " executeSql(Min|Rnd)Time" |
grep -vE "pubsub\/pstest\/fake\.go.+should have comment or be unexported" |
grep -vE "pubsub\/subscription\.go.+ type name will be used as pubsub.PubsubWrapper by other packages" |
grep -v "ClusterId" |
grep -v "InstanceId" |
grep -v "firestore.arrayUnion" |
Expand Down
4 changes: 2 additions & 2 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"bigquery": "1.52.0",
"bigquery": "1.53.0",
"bigtable": "1.19.0",
"datastore": "1.12.1",
"errorreporting": "0.3.0",
"firestore": "1.11.0",
"logging": "1.7.0",
"profiler": "0.3.1",
"pubsub": "1.32.0",
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.47.0",
"storage": "1.31.0"
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"cloudbuild": "1.12.0",
"clouddms": "1.6.1",
"cloudtasks": "1.12.0",
"commerce": "0.0.0",
"compute": "1.22.0",
"compute/metadata": "0.2.3",
"confidentialcomputing": "1.0.0",
Expand Down
Loading

0 comments on commit 42eee79

Please sign in to comment.