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 @@ -28,7 +28,7 @@
"packages/google-cloud-automl": "2.15.0",
"packages/google-cloud-backupdr": "0.1.7",
"packages/google-cloud-bare-metal-solution": "1.9.0",
"packages/google-cloud-batch": "0.17.32",
"packages/google-cloud-batch": "0.17.33",
"packages/google-cloud-beyondcorp-appconnections": "0.4.14",
"packages/google-cloud-beyondcorp-appconnectors": "0.4.14",
"packages/google-cloud-beyondcorp-appgateways": "0.4.14",
Expand Down Expand Up @@ -66,7 +66,7 @@
"packages/google-cloud-dataflow-client": "0.8.15",
"packages/google-cloud-dataform": "0.5.14",
"packages/google-cloud-datalabeling": "1.12.0",
"packages/google-cloud-dataplex": "2.5.0",
"packages/google-cloud-dataplex": "2.6.0",
"packages/google-cloud-dataproc": "5.16.0",
"packages/google-cloud-dataproc-metastore": "1.17.0",
"packages/google-cloud-datastream": "1.11.0",
Expand All @@ -91,7 +91,7 @@
"packages/google-cloud-gke-backup": "0.5.14",
"packages/google-cloud-gke-connect-gateway": "0.10.1",
"packages/google-cloud-gke-hub": "1.16.0",
"packages/google-cloud-gke-multicloud": "0.6.16",
"packages/google-cloud-gke-multicloud": "0.6.17",
"packages/google-cloud-gsuiteaddons": "0.3.13",
"packages/google-cloud-iam": "2.17.0",
"packages/google-cloud-iam-logging": "1.4.0",
Expand All @@ -107,7 +107,7 @@
"packages/google-cloud-memcache": "1.11.0",
"packages/google-cloud-memorystore": "0.1.0",
"packages/google-cloud-migrationcenter": "0.1.12",
"packages/google-cloud-monitoring": "2.24.0",
"packages/google-cloud-monitoring": "2.25.0",
"packages/google-cloud-monitoring-dashboards": "2.17.0",
"packages/google-cloud-monitoring-metrics-scopes": "1.8.0",
"packages/google-cloud-netapp": "0.3.17",
Expand All @@ -121,7 +121,7 @@
"packages/google-cloud-orchestration-airflow": "1.16.0",
"packages/google-cloud-os-config": "1.19.0",
"packages/google-cloud-os-login": "2.16.0",
"packages/google-cloud-parallelstore": "0.2.7",
"packages/google-cloud-parallelstore": "0.2.8",
"packages/google-cloud-phishing-protection": "1.13.0",
"packages/google-cloud-policy-troubleshooter": "1.13.0",
"packages/google-cloud-policysimulator": "0.1.11",
Expand Down Expand Up @@ -150,10 +150,10 @@
"packages/google-cloud-service-directory": "1.13.0",
"packages/google-cloud-service-management": "1.12.0",
"packages/google-cloud-service-usage": "1.12.0",
"packages/google-cloud-servicehealth": "0.1.9",
"packages/google-cloud-servicehealth": "0.1.10",
"packages/google-cloud-shell": "1.11.0",
"packages/google-cloud-source-context": "1.6.0",
"packages/google-cloud-speech": "2.29.0",
"packages/google-cloud-speech": "2.30.0",
"packages/google-cloud-storage-control": "1.2.0",
"packages/google-cloud-storage-transfer": "1.15.0",
"packages/google-cloud-storageinsights": "0.1.13",
Expand Down Expand Up @@ -188,7 +188,7 @@
"packages/google-maps-routeoptimization": "0.1.7",
"packages/google-maps-routing": "0.6.13",
"packages/google-maps-solar": "0.1.5",
"packages/google-shopping-css": "0.1.11",
"packages/google-shopping-css": "0.1.12",
"packages/google-shopping-merchant-accounts": "0.2.3",
"packages/google-shopping-merchant-conversions": "0.1.6",
"packages/google-shopping-merchant-datasources": "0.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.17.33](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.32...google-cloud-batch-v0.17.33) (2025-01-02)


### Documentation

* [google-cloud-batch] fix a few broken references in documentation ([651dcb6](https://github.com/googleapis/google-cloud-python/commit/651dcb611ee0ff3327b67aee2fbe1e53d20d89ee))
* [google-cloud-batch] fix broken references in comments ([#13390](https://github.com/googleapis/google-cloud-python/issues/13390)) ([651dcb6](https://github.com/googleapis/google-cloud-python/commit/651dcb611ee0ff3327b67aee2fbe1e53d20d89ee))

## [0.17.32](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.31...google-cloud-batch-v0.17.32) (2024-12-12)


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.17.33" # {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.17.33" # {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.17.33" # {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-batch",
"version": "0.1.0"
"version": "0.17.33"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.1.0"
"version": "0.17.33"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.6.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.5.0...google-cloud-dataplex-v2.6.0) (2025-01-02)


### Features

* A new field `force` is added to message `.google.cloud.dataplex.v1.DeleteDataScanRequest` ([0da9e0a](https://github.com/googleapis/google-cloud-python/commit/0da9e0a01ddb9fae0df361d7cb131f2141ce5135))


### Documentation

* miscellaneous doc updates ([0da9e0a](https://github.com/googleapis/google-cloud-python/commit/0da9e0a01ddb9fae0df361d7cb131f2141ce5135))

## [2.5.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.4.0...google-cloud-dataplex-v2.5.0) (2024-12-12)


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.6.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.6.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-dataplex",
"version": "0.1.0"
"version": "2.6.0"
},
"snippets": [
{
Expand Down
13 changes: 13 additions & 0 deletions packages/google-cloud-gke-multicloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.17](https://github.com/googleapis/google-cloud-python/compare/google-cloud-gke-multicloud-v0.6.16...google-cloud-gke-multicloud-v0.6.17) (2025-01-02)


### Features

* added support for optionally disabling built-in GKE metrics ([57232b6](https://github.com/googleapis/google-cloud-python/commit/57232b6b38c004c5136a8ad8051fa1f667d2353d))
* added tag bindings support for Attached Clusters ([57232b6](https://github.com/googleapis/google-cloud-python/commit/57232b6b38c004c5136a8ad8051fa1f667d2353d))


### Documentation

* updated comments of existing fields ([57232b6](https://github.com/googleapis/google-cloud-python/commit/57232b6b38c004c5136a8ad8051fa1f667d2353d))

## [0.6.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-gke-multicloud-v0.6.15...google-cloud-gke-multicloud-v0.6.16) (2024-12-12)


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.6.17" # {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.6.17" # {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-gke-multicloud",
"version": "0.1.0"
"version": "0.6.17"
},
"snippets": [
{
Expand Down
23 changes: 23 additions & 0 deletions packages/google-cloud-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

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

## [2.25.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-monitoring-v2.24.0...google-cloud-monitoring-v2.25.0) (2025-01-02)


### Features

* Add support for opt-in debug logging ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* added PrometheusQueryLanguageCondition.disable_metric_validation ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* added SqlCondition in AlertPolicy ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* added TimeSeries.description for input only ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* deprecated QueryTimeSeries (MQL query endpoint) ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))


### Bug Fixes

* Fix typing issue with gRPC metadata when key ends in -bin ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))


### Documentation

* ServiceAgentAuthentication supports generating an OAuth token ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* ServiceLevelObjective.goal must be <= 0.9999 ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))
* TimeSeries.unit allows limited updating by CreateTimeSeries ([7ecb33c](https://github.com/googleapis/google-cloud-python/commit/7ecb33c399a341f8b4505cfd4be04f2510416e82))

## [2.24.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-monitoring-v2.23.1...google-cloud-monitoring-v2.24.0) (2024-12-12)


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.25.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.25.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-monitoring",
"version": "0.1.0"
"version": "2.25.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-parallelstore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.8](https://github.com/googleapis/google-cloud-python/compare/google-cloud-parallelstore-v0.2.7...google-cloud-parallelstore-v0.2.8) (2025-01-02)


### Documentation

* fix links in documentation ([e895308](https://github.com/googleapis/google-cloud-python/commit/e895308064e35edff15c7e9ba4146a89cb272e21))

## [0.2.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-parallelstore-v0.2.6...google-cloud-parallelstore-v0.2.7) (2024-12-12)


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.8" # {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.8" # {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.8" # {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-parallelstore",
"version": "0.1.0"
"version": "0.2.8"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-parallelstore",
"version": "0.1.0"
"version": "0.2.8"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-servicehealth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/googleapis/google-cloud-python/compare/google-cloud-servicehealth-v0.1.9...google-cloud-servicehealth-v0.1.10) (2025-01-02)


### Documentation

* [google-cloud-servicehealth] update documentation for various messages ([#13374](https://github.com/googleapis/google-cloud-python/issues/13374)) ([8e53145](https://github.com/googleapis/google-cloud-python/commit/8e531455b2ea2ecaf19981ad7871bdba0389afaa))

## [0.1.9](https://github.com/googleapis/google-cloud-python/compare/google-cloud-servicehealth-v0.1.8...google-cloud-servicehealth-v0.1.9) (2024-12-12)


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.10" # {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.10" # {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-servicehealth",
"version": "0.1.0"
"version": "0.1.10"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.30.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-speech-v2.29.0...google-cloud-speech-v2.30.0) (2025-01-02)


### Features

* expand the set of supported explicit audio encodings ([6ddf897](https://github.com/googleapis/google-cloud-python/commit/6ddf8978ba597538d12cdb4ede5440dba5023c4f))


### Documentation

* updated ExplicitDecodingConfig documentation to reflect changes related to newly supported encodings ([6ddf897](https://github.com/googleapis/google-cloud-python/commit/6ddf8978ba597538d12cdb4ede5440dba5023c4f))

## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-speech-v2.28.1...google-cloud-speech-v2.29.0) (2024-12-12)


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.30.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.30.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.30.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.30.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-speech",
"version": "0.1.0"
"version": "2.30.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-speech",
"version": "0.1.0"
"version": "2.30.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-speech",
"version": "0.1.0"
"version": "2.30.0"
},
"snippets": [
{
Expand Down
Loading