Skip to content

Commit 1697550

Browse files
chore: release main
1 parent 8ab5fcc commit 1697550

File tree

85 files changed

+236
-84
lines changed

Some content is hidden

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

85 files changed

+236
-84
lines changed

.release-please-manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"packages/google-cloud-bigquery-datatransfer": "3.19.2",
4545
"packages/google-cloud-bigquery-logging": "1.6.3",
4646
"packages/google-cloud-bigquery-migration": "0.11.15",
47-
"packages/google-cloud-bigquery-reservation": "1.17.2",
47+
"packages/google-cloud-bigquery-reservation": "1.18.0",
4848
"packages/google-cloud-billing": "1.16.3",
4949
"packages/google-cloud-billing-budgets": "1.17.2",
5050
"packages/google-cloud-binary-authorization": "1.13.2",
51-
"packages/google-cloud-build": "3.31.3",
51+
"packages/google-cloud-build": "3.32.0",
5252
"packages/google-cloud-certificate-manager": "1.10.2",
5353
"packages/google-cloud-channel": "1.23.0",
5454
"packages/google-cloud-chronicle": "0.1.0",
@@ -83,7 +83,7 @@
8383
"packages/google-cloud-discoveryengine": "0.13.11",
8484
"packages/google-cloud-dlp": "3.31.0",
8585
"packages/google-cloud-dms": "1.12.4",
86-
"packages/google-cloud-documentai": "3.5.0",
86+
"packages/google-cloud-documentai": "3.6.0",
8787
"packages/google-cloud-domains": "1.10.2",
8888
"packages/google-cloud-edgecontainer": "0.5.18",
8989
"packages/google-cloud-edgenetwork": "0.1.18",
@@ -204,21 +204,21 @@
204204
"packages/google-maps-places": "0.2.2",
205205
"packages/google-maps-routeoptimization": "0.1.11",
206206
"packages/google-maps-routing": "0.6.16",
207-
"packages/google-maps-solar": "0.1.8",
207+
"packages/google-maps-solar": "0.1.9",
208208
"packages/google-shopping-css": "0.1.17",
209-
"packages/google-shopping-merchant-accounts": "0.3.6",
210-
"packages/google-shopping-merchant-conversions": "0.1.10",
211-
"packages/google-shopping-merchant-datasources": "0.1.11",
212-
"packages/google-shopping-merchant-inventories": "0.1.16",
213-
"packages/google-shopping-merchant-issueresolution": "0.1.1",
214-
"packages/google-shopping-merchant-lfp": "0.1.11",
209+
"packages/google-shopping-merchant-accounts": "1.0.0",
210+
"packages/google-shopping-merchant-conversions": "1.0.0",
211+
"packages/google-shopping-merchant-datasources": "1.0.0",
212+
"packages/google-shopping-merchant-inventories": "1.0.0",
213+
"packages/google-shopping-merchant-issueresolution": "1.0.0",
214+
"packages/google-shopping-merchant-lfp": "1.0.0",
215215
"packages/google-shopping-merchant-notifications": "0.1.9",
216-
"packages/google-shopping-merchant-ordertracking": "0.1.1",
217-
"packages/google-shopping-merchant-products": "0.2.7",
216+
"packages/google-shopping-merchant-ordertracking": "1.0.0",
217+
"packages/google-shopping-merchant-products": "1.0.0",
218218
"packages/google-shopping-merchant-productstudio": "0.1.1",
219-
"packages/google-shopping-merchant-promotions": "0.1.9",
220-
"packages/google-shopping-merchant-quota": "0.1.9",
221-
"packages/google-shopping-merchant-reports": "0.1.17",
219+
"packages/google-shopping-merchant-promotions": "1.0.0",
220+
"packages/google-shopping-merchant-quota": "1.0.0",
221+
"packages/google-shopping-merchant-reports": "1.0.0",
222222
"packages/google-shopping-merchant-reviews": "0.2.0",
223223
"packages/google-shopping-type": "1.0.0",
224224
"packages/googleapis-common-protos": "1.70.0",

packages/google-cloud-bigquery-reservation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.17.2...google-cloud-bigquery-reservation-v1.18.0) (2025-08-22)
4+
5+
6+
### Features
7+
8+
* Add Reservation.max_slots field to Reservation proto, indicating the total max number of slots this reservation can use up to ([8ab5fcc](https://github.com/googleapis/google-cloud-python/commit/8ab5fcc4409674815979bd6b378af5165ab0e901))
9+
* Add Reservation.scaling_mode field and its corresponding enum message ScalingMode. This field should be used together with Reservation.max_slots ([8ab5fcc](https://github.com/googleapis/google-cloud-python/commit/8ab5fcc4409674815979bd6b378af5165ab0e901))
10+
311
## [1.17.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.17.1...google-cloud-bigquery-reservation-v1.17.2) (2025-06-11)
412

513

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.18.0" # {x-release-please-version}

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.18.0" # {x-release-please-version}

packages/google-cloud-bigquery-reservation/samples/generated_samples/snippet_metadata_google.cloud.bigquery.reservation.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-reservation",
11-
"version": "0.1.0"
11+
"version": "1.18.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-build/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-build/#history
66

7+
## [3.32.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-build-v3.31.3...google-cloud-build-v3.32.0) (2025-08-22)
8+
9+
10+
### Features
11+
12+
* Add option to enable nested virtualization if available ([47981a8](https://github.com/googleapis/google-cloud-python/commit/47981a80a477c714e489410d4e77979ec1404b27))
13+
14+
15+
### Documentation
16+
17+
* Update comments for `machine_type` and `disk_size_gb` ([47981a8](https://github.com/googleapis/google-cloud-python/commit/47981a80a477c714e489410d4e77979ec1404b27))
18+
719
## [3.31.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-build-v3.31.2...google-cloud-build-v3.31.3) (2025-07-26)
820

921

packages/google-cloud-build/google/cloud/devtools/cloudbuild/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.32.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.32.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.32.0" # {x-release-please-version}

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "0.1.0"
11+
"version": "3.32.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)