diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 2c2a17f4a4d8..11cc21018c2d 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -18,24 +18,24 @@ "artifactregistry": "1.16.0", "asset": "1.20.3", "assuredworkloads": "1.12.2", - "automl": "1.14.2", + "automl": "1.14.3", "backupdr": "1.2.1", "baremetalsolution": "1.3.2", - "batch": "1.11.3", + "batch": "1.11.4", "beyondcorp": "1.1.2", "billing": "1.20.0", "binaryauthorization": "1.9.2", "certificatemanager": "1.9.2", "channel": "1.19.1", - "chat": "0.8.0", - "cloudbuild": "1.19.0", + "chat": "0.9.0", + "cloudbuild": "1.19.1", "cloudcontrolspartner": "1.2.1", "clouddms": "1.8.2", "cloudprofiler": "0.4.2", "cloudquotas": "1.2.0", "cloudtasks": "1.13.2", "commerce": "1.2.1", - "compute": "1.29.0", + "compute": "1.30.0", "compute/metadata": "0.5.2", "confidentialcomputing": "1.8.0", "config": "1.1.2", @@ -53,7 +53,7 @@ "datastream": "1.12.0", "deploy": "1.26.0", "developerconnect": "0.3.0", - "dialogflow": "1.62.0", + "dialogflow": "1.63.0", "discoveryengine": "1.16.0", "dlp": "1.20.0", "documentai": "1.35.0", @@ -81,7 +81,7 @@ "longrunning": "0.6.3", "managedidentities": "1.7.2", "managedkafka": "0.3.0", - "maps": "1.16.0", + "maps": "1.17.0", "mediatranslation": "0.9.2", "memcache": "1.11.2", "metastore": "1.14.2", @@ -94,12 +94,12 @@ "networkservices": "0.2.2", "notebooks": "1.12.2", "optimization": "1.7.2", - "oracledatabase": "0.1.1", - "orchestration": "1.11.1", + "oracledatabase": "0.1.2", + "orchestration": "1.11.2", "orgpolicy": "1.14.1", "osconfig": "1.14.2", "oslogin": "1.14.2", - "parallelstore": "0.8.0", + "parallelstore": "0.9.0", "phishingprotection": "0.9.2", "policysimulator": "0.3.2", "policytroubleshooter": "1.11.2", @@ -127,7 +127,7 @@ "servicemanagement": "1.10.2", "serviceusage": "1.9.2", "shell": "1.8.2", - "shopping": "0.12.1", + "shopping": "0.13.0", "speech": "1.25.2", "storageinsights": "1.1.2", "storagetransfer": "1.11.2", diff --git a/automl/CHANGES.md b/automl/CHANGES.md index 08df4e4b1d03..789a9572b205 100644 --- a/automl/CHANGES.md +++ b/automl/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.3](https://github.com/googleapis/google-cloud-go/compare/automl/v1.14.2...automl/v1.14.3) (2024-12-11) + + +### Documentation + +* **automl:** Update io.proto to use markdown headings instead of HTML, remove some unused HTML from markdown ([#11234](https://github.com/googleapis/google-cloud-go/issues/11234)) ([0b3ab19](https://github.com/googleapis/google-cloud-go/commit/0b3ab19d38a5726b9e9db91fde933c4d7fe72fc8)) + ## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/automl/v1.14.1...automl/v1.14.2) (2024-10-23) diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 9725829a402a..234e05aa22f4 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,14 @@ # Changelog +## [1.11.4](https://github.com/googleapis/google-cloud-go/compare/batch/v1.11.3...batch/v1.11.4) (2024-12-11) + + +### Documentation + +* **batch:** Clarify options for logs ([38385d4](https://github.com/googleapis/google-cloud-go/commit/38385d441ba43e7bf6166ee5507a70e77c0b01f5)) +* **batch:** Clarify the custom instance template needs to be in the same project ([38385d4](https://github.com/googleapis/google-cloud-go/commit/38385d441ba43e7bf6166ee5507a70e77c0b01f5)) + ## [1.11.3](https://github.com/googleapis/google-cloud-go/compare/batch/v1.11.2...batch/v1.11.3) (2024-12-04) diff --git a/batch/internal/version.go b/batch/internal/version.go index dd77daac9a4e..5be41863ed25 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.11.3" +const Version = "1.11.4" diff --git a/chat/CHANGES.md b/chat/CHANGES.md index e5ef1b71cfe9..424e47da095e 100644 --- a/chat/CHANGES.md +++ b/chat/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/chat/v0.8.0...chat/v0.9.0) (2024-12-11) + + +### Features + +* **chat:** Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto ([#11246](https://github.com/googleapis/google-cloud-go/issues/11246)) ([ca8d4c3](https://github.com/googleapis/google-cloud-go/commit/ca8d4c36476b2834fca7500368a3f09bea12bd08)) + ## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/chat/v0.7.1...chat/v0.8.0) (2024-12-04) diff --git a/chat/internal/version.go b/chat/internal/version.go index ee6f6aa6fa28..34e4a80edf09 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.8.0" +const Version = "0.9.0" diff --git a/cloudbuild/CHANGES.md b/cloudbuild/CHANGES.md index 5ac7f8ab8b6b..f97ef74fa96f 100644 --- a/cloudbuild/CHANGES.md +++ b/cloudbuild/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.19.0...cloudbuild/v1.19.1) (2024-12-11) + + +### Bug Fixes + +* **cloudbuild:** Deprecate apiv1 client ([#11225](https://github.com/googleapis/google-cloud-go/issues/11225)) ([ba9412a](https://github.com/googleapis/google-cloud-go/commit/ba9412a07cc3b31278c204759c343c5e0c60663f)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.18.1...cloudbuild/v1.19.0) (2024-11-06) diff --git a/cloudbuild/internal/version.go b/cloudbuild/internal/version.go index ac02a3ce126f..a5b020992b84 100644 --- a/cloudbuild/internal/version.go +++ b/cloudbuild/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.19.0" +const Version = "1.19.1" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 65e38c5acdf1..f44920f70a04 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.29.0...compute/v1.30.0) (2024-12-11) + + +### Features + +* **compute:** Update Compute Engine API to revision 20241201 ([#966](https://github.com/googleapis/google-cloud-go/issues/966)) ([#11250](https://github.com/googleapis/google-cloud-go/issues/11250)) ([76266a6](https://github.com/googleapis/google-cloud-go/commit/76266a619b4a2178c21de4d330f751bffc84994e)) + ## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.28.3...compute/v1.29.0) (2024-11-14) diff --git a/compute/internal/version.go b/compute/internal/version.go index a08cb7cabc62..5856ebbb47c5 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.29.0" +const Version = "1.30.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 4078419eda27..de8e62319887 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.63.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.62.0...dialogflow/v1.63.0) (2024-12-11) + + +### Features + +* **dialogflow:** Properly mark TrainingPhrase name field output-only ([57fdec7](https://github.com/googleapis/google-cloud-go/commit/57fdec7ce3792753c419298b9e526c4889f4101d)) + + +### Documentation + +* **dialogflow:** Fixed the references to proto method / fields ([57fdec7](https://github.com/googleapis/google-cloud-go/commit/57fdec7ce3792753c419298b9e526c4889f4101d)) + ## [1.62.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.61.0...dialogflow/v1.62.0) (2024-12-04) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 7c18bfa23e06..d2f495c7d694 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.62.0" +const Version = "1.63.0" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index d7d4b3f9a29e..0fc94fa50787 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,19 @@ +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.16.0...maps/v1.17.0) (2024-12-11) + + +### Features + +* **maps/routing:** Add API for experimental flyover and narrow road polyline details ([#11220](https://github.com/googleapis/google-cloud-go/issues/11220)) ([57fdec7](https://github.com/googleapis/google-cloud-go/commit/57fdec7ce3792753c419298b9e526c4889f4101d)) + + +### Documentation + +* **maps/fleetengine:** Correct SearchVehiclesRequest.ordered_by description ([76266a6](https://github.com/googleapis/google-cloud-go/commit/76266a619b4a2178c21de4d330f751bffc84994e)) +* **maps/routeoptimization:** Update reference doc links ([38385d4](https://github.com/googleapis/google-cloud-go/commit/38385d441ba43e7bf6166ee5507a70e77c0b01f5)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.15.0...maps/v1.16.0) (2024-12-04) diff --git a/maps/internal/version.go b/maps/internal/version.go index 589d8ab93c4d..f455a24a9233 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.16.0" +const Version = "1.17.0" diff --git a/oracledatabase/CHANGES.md b/oracledatabase/CHANGES.md index a574e8934dfd..a87abcfc7e56 100644 --- a/oracledatabase/CHANGES.md +++ b/oracledatabase/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.2](https://github.com/googleapis/google-cloud-go/compare/oracledatabase/v0.1.1...oracledatabase/v0.1.2) (2024-12-11) + + +### Documentation + +* **oracledatabase:** A comment for field `cpu_count` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([d448fbb](https://github.com/googleapis/google-cloud-go/commit/d448fbb8ff228b1081ebbc98ee13e2a49e2b373c)) +* **oracledatabase:** A comment for field `db_node_storage_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([d448fbb](https://github.com/googleapis/google-cloud-go/commit/d448fbb8ff228b1081ebbc98ee13e2a49e2b373c)) +* **oracledatabase:** A comment for field `memory_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed ([d448fbb](https://github.com/googleapis/google-cloud-go/commit/d448fbb8ff228b1081ebbc98ee13e2a49e2b373c)) + ## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/oracledatabase/v0.1.0...oracledatabase/v0.1.1) (2024-10-23) diff --git a/oracledatabase/internal/version.go b/oracledatabase/internal/version.go index 777c90f6b2f3..7196f28b8f6e 100644 --- a/oracledatabase/internal/version.go +++ b/oracledatabase/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.1" +const Version = "0.1.2" diff --git a/orchestration/CHANGES.md b/orchestration/CHANGES.md index 3003cf163d71..00cd0fe3b382 100644 --- a/orchestration/CHANGES.md +++ b/orchestration/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.11.1...orchestration/v1.11.2) (2024-12-11) + + +### Documentation + +* **orchestration/airflow/service:** Add examples for kubernetes secret ([#11236](https://github.com/googleapis/google-cloud-go/issues/11236)) ([38385d4](https://github.com/googleapis/google-cloud-go/commit/38385d441ba43e7bf6166ee5507a70e77c0b01f5)) + ## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.11.0...orchestration/v1.11.1) (2024-10-23) diff --git a/orchestration/internal/version.go b/orchestration/internal/version.go index 1179e0bb2639..5d1622b719a9 100644 --- a/orchestration/internal/version.go +++ b/orchestration/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.1" +const Version = "1.11.2" diff --git a/parallelstore/CHANGES.md b/parallelstore/CHANGES.md index 81be4f2299ed..4b8303028aa4 100644 --- a/parallelstore/CHANGES.md +++ b/parallelstore/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.8.0...parallelstore/v0.9.0) (2024-12-11) + + +### Features + +* **parallelstore:** A new enum `DeploymentType` is added ([57fdec7](https://github.com/googleapis/google-cloud-go/commit/57fdec7ce3792753c419298b9e526c4889f4101d)) +* **parallelstore:** A new field `deployment_type` is added to message `.google.cloud.parallelstore.v1beta.Instance` ([57fdec7](https://github.com/googleapis/google-cloud-go/commit/57fdec7ce3792753c419298b9e526c4889f4101d)) + ## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/parallelstore/v0.7.1...parallelstore/v0.8.0) (2024-11-06) diff --git a/parallelstore/internal/version.go b/parallelstore/internal/version.go index ee6f6aa6fa28..34e4a80edf09 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.8.0" +const Version = "0.9.0" diff --git a/shopping/CHANGES.md b/shopping/CHANGES.md index 1a108ae38241..9561dcf254ec 100644 --- a/shopping/CHANGES.md +++ b/shopping/CHANGES.md @@ -1,5 +1,36 @@ # Changelog +## [0.13.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.12.1...shopping/v0.13.0) (2024-12-11) + + +### Features + +* **shopping/merchant/products:** A new field `member_price_effective_date` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram` ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A new field `shipping_label` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram` ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) + + +### Bug Fixes + +* **shopping/merchant/products:** An existing field `gtin` is moved out of oneof in message `.google.shopping.merchant.products.v1beta.Attributes` ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** Changed repeated flag of an existing field `gtin` in message `.google.shopping.merchant.products.v1beta.Attributes` ([#11247](https://github.com/googleapis/google-cloud-go/issues/11247)) ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) + + +### Documentation + +* **shopping/merchant/products:** A comment for field `gtin` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `max_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `max_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `min_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `min_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `name` in message `.google.shopping.merchant.products.v1beta.DeleteProductInputRequest` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `name` in message `.google.shopping.merchant.products.v1beta.GetProductRequest` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `name` in message `.google.shopping.merchant.products.v1beta.Product` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `name` in message `.google.shopping.merchant.products.v1beta.ProductInput` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `page_size` in message `.google.shopping.merchant.products.v1beta.ListProductsRequest` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for field `tax_category` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for message `Product` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) +* **shopping/merchant/products:** A comment for message `ProductInput` is changed ([279350e](https://github.com/googleapis/google-cloud-go/commit/279350e1703dd7f251603408bf0381d47b87ba60)) + ## [0.12.1](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.12.0...shopping/v0.12.1) (2024-12-04) diff --git a/shopping/internal/version.go b/shopping/internal/version.go index b72660d516b2..75e365a522bf 100644 --- a/shopping/internal/version.go +++ b/shopping/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.12.1" +const Version = "0.13.0"