From 752865298e82202ea58d6130e26d28371480ae0a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:11:37 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 18 +++++++++--------- batch/CHANGES.md | 7 +++++++ batch/internal/version.go | 2 +- chat/CHANGES.md | 7 +++++++ chat/internal/version.go | 2 +- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- documentai/CHANGES.md | 7 +++++++ documentai/internal/version.go | 2 +- gkemulticloud/CHANGES.md | 7 +++++++ gkemulticloud/internal/version.go | 2 +- kms/CHANGES.md | 7 +++++++ kms/internal/version.go | 2 +- maps/CHANGES.md | 8 ++++++++ maps/internal/version.go | 2 +- parallelstore/CHANGES.md | 7 +++++++ parallelstore/internal/version.go | 2 +- visionai/CHANGES.md | 7 +++++++ visionai/internal/version.go | 2 +- 19 files changed, 82 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 81dcc66deb10..100ec81fcc6e 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -18,13 +18,13 @@ "automl": "1.13.7", "backupdr": "0.1.1", "baremetalsolution": "1.2.6", - "batch": "1.8.5", + "batch": "1.8.6", "beyondcorp": "1.0.6", "billing": "1.18.5", "binaryauthorization": "1.8.3", "certificatemanager": "1.8.1", "channel": "1.17.7", - "chat": "0.1.0", + "chat": "0.1.1", "cloudbuild": "1.16.1", "cloudcontrolspartner": "0.2.1", "clouddms": "1.7.6", @@ -32,7 +32,7 @@ "cloudquotas": "0.2.1", "cloudtasks": "1.12.8", "commerce": "0.1.6", - "compute": "1.26.0", + "compute": "1.27.0", "compute/metadata": "0.3.0", "confidentialcomputing": "1.5.1", "config": "0.4.0", @@ -52,7 +52,7 @@ "dialogflow": "1.53.0", "discoveryengine": "1.7.1", "dlp": "1.13.0", - "documentai": "1.28.0", + "documentai": "1.28.1", "domains": "0.9.7", "edgecontainer": "1.2.1", "edgenetwork": "0.2.4", @@ -63,7 +63,7 @@ "gkebackup": "1.4.1", "gkeconnect": "0.8.7", "gkehub": "0.14.7", - "gkemulticloud": "1.1.3", + "gkemulticloud": "1.2.0", "grafeas": "0.3.6", "gsuiteaddons": "1.6.7", "iam": "1.1.8", @@ -71,12 +71,12 @@ "identitytoolkit": "0.0.0", "ids": "1.4.7", "iot": "1.7.7", - "kms": "1.16.0", + "kms": "1.17.0", "language": "1.12.5", "lifesciences": "0.9.7", "longrunning": "0.5.7", "managedidentities": "1.6.7", - "maps": "1.8.0", + "maps": "1.8.1", "mediatranslation": "0.8.7", "memcache": "1.10.7", "metastore": "1.13.6", @@ -92,7 +92,7 @@ "orgpolicy": "1.12.3", "osconfig": "1.12.7", "oslogin": "1.13.3", - "parallelstore": "0.2.0", + "parallelstore": "0.2.1", "phishingprotection": "0.8.7", "policysimulator": "0.2.5", "policytroubleshooter": "1.10.5", @@ -134,7 +134,7 @@ "video": "1.20.6", "videointelligence": "1.11.7", "vision": "2.8.2", - "visionai": "0.1.2", + "visionai": "0.2.0", "vmmigration": "1.7.7", "vmwareengine": "1.1.3", "vpcaccess": "1.7.7", diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 11392a8b4ae1..fe4668cfc1f2 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.8.6](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.5...batch/v1.8.6) (2024-05-14) + + +### Documentation + +* **batch:** Refine description for field `task_execution` ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.8.5](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.4...batch/v1.8.5) (2024-05-01) diff --git a/batch/internal/version.go b/batch/internal/version.go index 3f0d9360fa12..7a8bffc4a3ef 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.8.5" +const Version = "1.8.6" diff --git a/chat/CHANGES.md b/chat/CHANGES.md index 11151cd81e18..5ca09a634daf 100644 --- a/chat/CHANGES.md +++ b/chat/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/chat/v0.1.0...chat/v0.1.1) (2024-05-14) + + +### Documentation + +* **chat:** Update Chat API comments ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## 0.1.0 (2024-05-01) diff --git a/chat/internal/version.go b/chat/internal/version.go index 20ba73abd675..777c90f6b2f3 100644 --- a/chat/internal/version.go +++ b/chat/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.1.1" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 8b630c051238..ba93a33cbd81 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.26.0...compute/v1.27.0) (2024-05-14) + + +### Features + +* **compute:** Update Compute Engine API to revision 20240430 ([#900](https://github.com/googleapis/google-cloud-go/issues/900)) ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.25.1...compute/v1.26.0) (2024-05-01) diff --git a/compute/internal/version.go b/compute/internal/version.go index dc70dd2f630d..dc1cb9f6009b 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.26.0" +const Version = "1.27.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index e38650dca701..60b115907da2 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.28.1](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.28.0...documentai/v1.28.1) (2024-05-14) + + +### Documentation + +* **documentai:** Updated comments ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.27.0...documentai/v1.28.0) (2024-05-01) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 50f34dc83c52..008568b40584 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.28.0" +const Version = "1.28.1" diff --git a/gkemulticloud/CHANGES.md b/gkemulticloud/CHANGES.md index 7e41c0143555..4568c6aba9b6 100644 --- a/gkemulticloud/CHANGES.md +++ b/gkemulticloud/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.1.3...gkemulticloud/v1.2.0) (2024-05-14) + + +### Features + +* **gkemulticloud:** Option to ignore_errors while deleting Azure clusters / nodepools ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.1.3](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.1.2...gkemulticloud/v1.1.3) (2024-05-01) diff --git a/gkemulticloud/internal/version.go b/gkemulticloud/internal/version.go index baf2994b718e..6508e4822b51 100644 --- a/gkemulticloud/internal/version.go +++ b/gkemulticloud/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.3" +const Version = "1.2.0" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index a6856c0b8509..3fd5c46e5d9f 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.16.0...kms/v1.17.0) (2024-05-14) + + +### Features + +* **kms:** Add client library for KMS Autokey service, which enables automated KMS key provision and management ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.15.9...kms/v1.16.0) (2024-05-08) diff --git a/kms/internal/version.go b/kms/internal/version.go index b82e17a1938d..6607c695d5cb 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.16.0" +const Version = "1.17.0" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index 548d69922ffa..a31a5db8f16b 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,14 @@ +## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.8.0...maps/v1.8.1) (2024-05-14) + + +### Documentation + +* **maps/fleetengine/delivery:** Remove comment about deleted SearchTasks method ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) +* **maps/fleetengine:** Mark TerminalPointId as deprecated ([#10130](https://github.com/googleapis/google-cloud-go/issues/10130)) ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.7.3...maps/v1.8.0) (2024-05-08) diff --git a/maps/internal/version.go b/maps/internal/version.go index 0eb484b76696..3eb75e0c9456 100644 --- a/maps/internal/version.go +++ b/maps/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.8.0" +const Version = "1.8.1" diff --git a/parallelstore/CHANGES.md b/parallelstore/CHANGES.md index 5e15f29d8803..7e4e4996f05a 100644 --- a/parallelstore/CHANGES.md +++ b/parallelstore/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.2.0...parallelstore/v0.2.1) (2024-05-14) + + +### Bug Fixes + +* **parallelstore:** An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.1.1...parallelstore/v0.2.0) (2024-05-01) diff --git a/parallelstore/internal/version.go b/parallelstore/internal/version.go index 6b729aaad7d2..744532ab1b09 100644 --- a/parallelstore/internal/version.go +++ b/parallelstore/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.0" +const Version = "0.2.1" diff --git a/visionai/CHANGES.md b/visionai/CHANGES.md index ef4b11c401d3..034dad24271b 100644 --- a/visionai/CHANGES.md +++ b/visionai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/visionai/v0.1.2...visionai/v0.2.0) (2024-05-14) + + +### Features + +* **visionai:** Expose confidence score filter ([292e812](https://github.com/googleapis/google-cloud-go/commit/292e81231b957ae7ac243b47b8926564cee35920)) + ## [0.1.2](https://github.com/googleapis/google-cloud-go/compare/visionai/v0.1.1...visionai/v0.1.2) (2024-05-01) diff --git a/visionai/internal/version.go b/visionai/internal/version.go index 7196f28b8f6e..6b729aaad7d2 100644 --- a/visionai/internal/version.go +++ b/visionai/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.2" +const Version = "0.2.0"