Skip to content

Commit 6e39dee

Browse files
Merge branch 'googleapis:main' into feature/cert-rotation-streaming
2 parents ab10ebf + 71bc622 commit 6e39dee

68 files changed

Lines changed: 2810 additions & 4126 deletions

File tree

Some content is hidden

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

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
echo "All unit tests passed or were skipped"
141141
142142
cover:
143-
if: always() && !cancelled() && needs.all-tests.result == 'success'
143+
if: always() && !cancelled() && needs.all-tests.result == 'success' && needs.unit.result != 'skipped'
144144
runs-on: ubuntu-latest
145145
needs:
146146
- all-tests

.release-please-bulk-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"packages/google-cloud-beyondcorp-clientgateways": "0.8.0",
5555
"packages/google-cloud-biglake": "0.5.0",
5656
"packages/google-cloud-biglake-hive": "0.3.1",
57+
"packages/google-cloud-bigquery": "3.42.3",
5758
"packages/google-cloud-bigquery-analyticshub": "0.9.0",
5859
"packages/google-cloud-bigquery-biglake": "0.8.0",
5960
"packages/google-cloud-bigquery-connection": "1.22.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/bigframes": "2.47.0",
3-
"packages/google-cloud-bigquery": "3.42.3",
43
"packages/google-crc32c": "1.8.0",
5-
"packages/pandas-gbq": "0.35.0"
4+
"packages/pandas-gbq": "0.35.0",
5+
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
66
}

0 commit comments

Comments
 (0)