Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"packages/google-cloud-cloudcontrolspartner": "0.2.7",
"packages/google-cloud-commerce-consumer-procurement": "0.2.0",
"packages/google-cloud-common": "1.5.2",
"packages/google-cloud-compute": "1.32.0",
"packages/google-cloud-compute-v1beta": "0.1.3",
"packages/google-cloud-compute": "1.33.0",
"packages/google-cloud-compute-v1beta": "0.1.4",
"packages/google-cloud-confidentialcomputing": "0.4.18",
"packages/google-cloud-config": "0.1.19",
"packages/google-cloud-configdelivery": "0.1.2",
"packages/google-cloud-contact-center-insights": "1.23.3",
"packages/google-cloud-container": "2.57.0",
"packages/google-cloud-container": "2.58.0",
"packages/google-cloud-containeranalysis": "2.18.1",
"packages/google-cloud-contentwarehouse": "0.7.16",
"packages/google-cloud-data-fusion": "1.13.3",
Expand Down Expand Up @@ -95,7 +95,7 @@
"packages/google-cloud-financialservices": "0.1.2",
"packages/google-cloud-functions": "1.20.4",
"packages/google-cloud-gdchardwaremanagement": "0.1.12",
"packages/google-cloud-geminidataanalytics": "0.1.0",
"packages/google-cloud-geminidataanalytics": "0.2.0",
"packages/google-cloud-gke-backup": "0.5.19",
"packages/google-cloud-gke-connect-gateway": "0.10.4",
"packages/google-cloud-gke-hub": "1.17.3",
Expand All @@ -108,9 +108,9 @@
"packages/google-cloud-kms": "3.5.1",
"packages/google-cloud-kms-inventory": "0.2.15",
"packages/google-cloud-language": "2.17.2",
"packages/google-cloud-licensemanager": "0.0.0",
"packages/google-cloud-licensemanager": "0.1.0",
"packages/google-cloud-life-sciences": "0.9.18",
"packages/google-cloud-lustre": "0.1.1",
"packages/google-cloud-lustre": "0.1.2",
"packages/google-cloud-maintenance-api": "0.1.0",
"packages/google-cloud-managed-identities": "1.12.2",
"packages/google-cloud-managedkafka": "0.1.12",
Expand Down Expand Up @@ -154,7 +154,7 @@
"packages/google-cloud-resource-manager": "1.14.2",
"packages/google-cloud-resource-settings": "1.12.0",
"packages/google-cloud-retail": "2.3.0",
"packages/google-cloud-run": "0.10.18",
"packages/google-cloud-run": "0.10.19",
"packages/google-cloud-scheduler": "2.16.1",
"packages/google-cloud-secret-manager": "2.24.0",
"packages/google-cloud-securesourcemanager": "0.1.15",
Expand Down Expand Up @@ -194,7 +194,7 @@
"packages/google-cloud-workflows": "1.18.2",
"packages/google-cloud-workstations": "0.5.15",
"packages/google-geo-type": "0.3.13",
"packages/google-maps-addressvalidation": "0.3.19",
"packages/google-maps-addressvalidation": "0.3.20",
"packages/google-maps-areainsights": "0.1.8",
"packages/google-maps-fleetengine": "0.2.11",
"packages/google-maps-fleetengine-delivery": "0.2.13",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-compute-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.3...google-cloud-compute-v1beta-v0.1.4) (2025-07-16)


### Features

* [google-cloud-compute-v1beta] Update Compute Engine v1beta API to revision 20250708 ([#1072](https://github.com/googleapis/google-cloud-python/issues/1072)) ([#14109](https://github.com/googleapis/google-cloud-python/issues/14109)) ([184c2f3](https://github.com/googleapis/google-cloud-python/commit/184c2f3a4bb8e553f93fec952ae8078c8bfb2040))

## [0.1.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.2...google-cloud-compute-v1beta-v0.1.3) (2025-07-10)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-compute-v1beta",
"version": "0.1.0"
"version": "0.1.4"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.33.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.32.0...google-cloud-compute-v1.33.0) (2025-07-16)


### Features

* [google-cloud-compute] Update Compute Engine v1 API to revision 20250708 ([#1073](https://github.com/googleapis/google-cloud-python/issues/1073)) ([#14107](https://github.com/googleapis/google-cloud-python/issues/14107)) ([723ac5d](https://github.com/googleapis/google-cloud-python/commit/723ac5deb793fa180bacb52841ff73893b58076e))

## [1.32.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.31.0...google-cloud-compute-v1.32.0) (2025-07-10)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.33.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.33.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-compute",
"version": "0.1.0"
"version": "1.33.0"
},
"snippets": [
{
Expand Down
42 changes: 42 additions & 0 deletions packages/google-cloud-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@

[1]: https://pypi.org/project/google-cloud-container/#history

## [2.58.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-container-v2.57.0...google-cloud-container-v2.58.0) (2025-07-16)


### Features

* A new enum `Mode` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new enum `TransparentHugepageDefrag` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new enum `TransparentHugepageEnabled` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `additional_ip_ranges_configs` is added to message `.google.container.v1.IPAllocationPolicy` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `auto_ipam_config` is added to message `.google.container.v1.IPAllocationPolicy` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `boot_disk` is added to message `.google.container.v1.NodeConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `boot_disk` is added to message `.google.container.v1.UpdateNodePoolRequest` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `default_compute_class_config` is added to message `.google.container.v1.ClusterAutoscaling` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `desired_additional_ip_ranges_config` is added to message `.google.container.v1.ClusterUpdate` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `desired_auto_ipam_config` is added to message `.google.container.v1.ClusterUpdate` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `desired_user_managed_keys_config` is added to message `.google.container.v1.ClusterUpdate` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `eviction_max_pod_grace_period_seconds` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `eviction_minimum_reclaim` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `eviction_soft_grace_period` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `eviction_soft` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `gke_auto_upgrade_config` is added to message `.google.container.v1.Cluster` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `gke_auto_upgrade_config` is added to message `.google.container.v1.ClusterUpdate` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `lustre_csi_driver_config` is added to message `.google.container.v1.AddonsConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `max_parallel_image_pulls` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `min_node_cpus` is added to message `.google.container.v1.SoleTenantConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `mode` is added to message `.google.container.v1.AnonymousAuthenticationConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `single_process_oom_kill` is added to message `.google.container.v1.NodeKubeletConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `subnetwork` is added to message `.google.container.v1.NodeNetworkConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `transparent_hugepage_defrag` is added to message `.google.container.v1.LinuxNodeConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new field `transparent_hugepage_enabled` is added to message `.google.container.v1.LinuxNodeConfig` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `AdditionalIPRangesConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `AutoIpamConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `BootDisk` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `DefaultComputeClassConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `DesiredAdditionalIPRangesConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `EvictionGracePeriod` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `EvictionMinimumReclaim` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `EvictionSignals` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `GkeAutoUpgradeConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new message `LustreCsiDriverConfig` is added ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))
* A new value `CLOUD_KMS_KEY_DESTROYED` is added to enum `Code` ([f4d2243](https://github.com/googleapis/google-cloud-python/commit/f4d2243ec503df329818db074d349679cc442d9c))

## [2.57.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-container-v2.56.1...google-cloud-container-v2.57.0) (2025-05-26)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.58.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.58.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.58.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "0.1.0"
"version": "2.58.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "0.1.0"
"version": "2.58.0"
},
"snippets": [
{
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-geminidataanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-geminidataanalytics-v0.1.0...google-cloud-geminidataanalytics-v0.2.0) (2025-07-16)


### ⚠ BREAKING CHANGES

* Correct the resource reference type for the parent field in data_chat_service proto

### Features

* Add `setIAM` and `getIAM` methods for managing agent sharing ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))


### Bug Fixes

* Correct the resource reference type for the parent field in data_chat_service proto ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))


### Documentation

* Update comments for multiple fields in Gemini Data Analytics API ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))

## 0.1.0 (2025-06-19)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-geminidataanalytics",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-licensemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog
# Changelog

## 0.1.0 (2025-07-16)


### Features

* add initial files for google.cloud.licensemanager.v1 ([#14087](https://github.com/googleapis/google-cloud-python/issues/14087)) ([aba2464](https://github.com/googleapis/google-cloud-python/commit/aba2464dab1f96baef4bf776cca2c2d532ab2ff8))

## Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
12 changes: 12 additions & 0 deletions packages/google-cloud-lustre/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-lustre-v0.1.1...google-cloud-lustre-v0.1.2) (2025-07-16)


### Features

* add a new instance state UPDATING ([10d3aa9](https://github.com/googleapis/google-cloud-python/commit/10d3aa9b31b8e43e8e981bf18c9f3494583834d1))


### Documentation

* deprecate gke_support_enabled flag ([10d3aa9](https://github.com/googleapis/google-cloud-python/commit/10d3aa9b31b8e43e8e981bf18c9f3494583834d1))

## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-lustre-v0.1.0...google-cloud-lustre-v0.1.1) (2025-06-05)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-lustre",
"version": "0.1.0"
"version": "0.1.2"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## [0.10.19](https://github.com/googleapis/google-cloud-python/compare/google-cloud-run-v0.10.18...google-cloud-run-v0.10.19) (2025-07-16)


### Features

* add new field `term_signal` to `.google.cloud.run.v2.TaskAttemptResult` ([078e0e2](https://github.com/googleapis/google-cloud-python/commit/078e0e2ccb5f59a9c78c89d63b7e57c9d7dca9c2))
* support GPU zonal redundancy setting for Cloud Run jobs ([078e0e2](https://github.com/googleapis/google-cloud-python/commit/078e0e2ccb5f59a9c78c89d63b7e57c9d7dca9c2))

## [0.10.18](https://github.com/googleapis/google-cloud-python/compare/google-cloud-run-v0.10.17...google-cloud-run-v0.10.18) (2025-05-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.10.19" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.10.19" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-run",
"version": "0.1.0"
"version": "0.10.19"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-maps-addressvalidation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.20](https://github.com/googleapis/google-cloud-python/compare/google-maps-addressvalidation-v0.3.19...google-maps-addressvalidation-v0.3.20) (2025-07-16)


### Features

* add has_spell_corrected_components field to the Address Validation verdict in the API response ([07eae34](https://github.com/googleapis/google-cloud-python/commit/07eae3433833700a6d9effba92e2b241b77d9b0b))


### Documentation

* update proto field descriptions ([07eae34](https://github.com/googleapis/google-cloud-python/commit/07eae3433833700a6d9effba92e2b241b77d9b0b))

## [0.3.19](https://github.com/googleapis/google-cloud-python/compare/google-maps-addressvalidation-v0.3.18...google-maps-addressvalidation-v0.3.19) (2025-06-11)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.20" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.20" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-addressvalidation",
"version": "0.1.0"
"version": "0.3.20"
},
"snippets": [
{
Expand Down
Loading