diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index be52fb5359b6..ac661916b3a0 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,8 +3,8 @@ "accesscontextmanager": "1.8.4", "advisorynotifications": "1.2.3", "ai": "0.1.4", - "aiplatform": "1.52.0", - "alloydb": "1.6.3", + "aiplatform": "1.53.0", + "alloydb": "1.7.0", "analytics": "0.21.6", "apigateway": "1.6.4", "apigeeconnect": "1.6.4", @@ -23,7 +23,7 @@ "binaryauthorization": "1.7.3", "certificatemanager": "1.7.4", "channel": "1.17.3", - "cloudbuild": "1.14.3", + "cloudbuild": "1.15.0", "clouddms": "1.7.3", "cloudtasks": "1.12.4", "commerce": "0.1.3", @@ -31,26 +31,26 @@ "compute/metadata": "0.2.3", "confidentialcomputing": "1.3.3", "config": "0.1.4", - "contactcenterinsights": "1.11.3", - "container": "1.27.1", + "contactcenterinsights": "1.12.0", + "container": "1.28.0", "containeranalysis": "0.11.3", - "datacatalog": "1.18.3", + "datacatalog": "1.19.0", "dataflow": "0.9.4", "dataform": "0.9.1", "datafusion": "1.7.4", "datalabeling": "0.8.4", - "dataplex": "1.11.1", - "dataproc": "2.2.3", + "dataplex": "1.11.2", + "dataproc": "2.3.0", "dataqna": "0.8.4", "datastream": "1.10.3", - "deploy": "1.14.2", + "deploy": "1.15.0", "dialogflow": "1.44.3", "discoveryengine": "1.2.3", "dlp": "1.11.1", "documentai": "1.23.5", "domains": "0.9.4", "edgecontainer": "1.1.4", - "edgenetwork": "0.0.0", + "edgenetwork": "0.1.0", "essentialcontacts": "1.6.5", "eventarc": "1.13.3", "filestore": "1.7.4", @@ -91,7 +91,7 @@ "policytroubleshooter": "1.10.2", "privatecatalog": "0.9.4", "rapidmigrationassessment": "1.0.4", - "recaptchaenterprise": "2.8.3", + "recaptchaenterprise": "2.8.4", "recommendationengine": "0.8.4", "recommender": "1.11.3", "redis": "1.14.1", @@ -99,7 +99,7 @@ "resourcesettings": "1.6.4", "retail": "1.14.4", "run": "1.3.3", - "scheduler": "1.10.4", + "scheduler": "1.10.5", "secretmanager": "1.11.4", "securesourcemanager": "0.1.2", "security": "1.15.4", @@ -110,7 +110,7 @@ "serviceusage": "1.8.3", "shell": "1.7.4", "shopping": "0.2.2", - "speech": "1.20.1", + "speech": "1.21.0", "storageinsights": "1.0.4", "storagetransfer": "1.10.3", "support": "1.0.3", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index bd1f2d48f0b9..ff5245eabc15 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.53.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.52.0...aiplatform/v1.53.0) (2023-11-09) + + +### Features + +* **aiplatform:** Add Optimized to FeatureOnlineStore ([1a16cbf](https://github.com/googleapis/google-cloud-go/commit/1a16cbf260bb673e07a05e1014868b236e510499)) + + +### Bug Fixes + +* **aiplatform:** Change CreateFeature metadata ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.52.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.51.2...aiplatform/v1.52.0) (2023-11-01) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 7651272b2fb1..215f04cde09f 100644 --- a/aiplatform/internal/version.go +++ b/aiplatform/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.52.0" +const Version = "1.53.0" diff --git a/alloydb/CHANGES.md b/alloydb/CHANGES.md index d8a2971eb8c5..4470f0fb7260 100644 --- a/alloydb/CHANGES.md +++ b/alloydb/CHANGES.md @@ -2,6 +2,13 @@ +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.6.3...alloydb/v1.7.0) (2023-11-09) + + +### Features + +* **alloydb:** Add new field in `GenerateClientCertificate` v1 API to allow AlloyDB connectors request client certs with metadata exchange support ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.6.3](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.6.2...alloydb/v1.6.3) (2023-11-01) diff --git a/alloydb/internal/version.go b/alloydb/internal/version.go index e9628a941e86..5c8fa0947d80 100644 --- a/alloydb/internal/version.go +++ b/alloydb/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.6.3" +const Version = "1.7.0" diff --git a/cloudbuild/CHANGES.md b/cloudbuild/CHANGES.md index 644e279e76c6..a048474cd630 100644 --- a/cloudbuild/CHANGES.md +++ b/cloudbuild/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.14.3...cloudbuild/v1.15.0) (2023-11-09) + + +### Features + +* **cloudbuild/apiv1:** Add optional field "SourceFetcher" to choose source fetcher tool ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.14.3](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.14.2...cloudbuild/v1.14.3) (2023-11-01) diff --git a/cloudbuild/internal/version.go b/cloudbuild/internal/version.go index 5cdb009d1b5d..43a2a84ef8eb 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.14.3" +const Version = "1.15.0" diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index 9c107b06772f..0526fb3e2eaf 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.11.3...contactcenterinsights/v1.12.0) (2023-11-09) + + +### Features + +* **contactcenterinsights:** Launch BulkDelete API, and bulk audio import via the IngestConversations API ([#8964](https://github.com/googleapis/google-cloud-go/issues/8964)) ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.11.3](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.11.2...contactcenterinsights/v1.11.3) (2023-11-01) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index b8e5ff2d38ed..4518b5fb4070 100644 --- a/contactcenterinsights/internal/version.go +++ b/contactcenterinsights/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.3" +const Version = "1.12.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index 58838ba24336..75f3f1e49db5 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.27.1...container/v1.28.0) (2023-11-09) + + +### Features + +* **container:** Added EnterpriseConfig ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.27.1](https://github.com/googleapis/google-cloud-go/compare/container/v1.27.0...container/v1.27.1) (2023-11-01) diff --git a/container/internal/version.go b/container/internal/version.go index c828210e2d61..50f34dc83c52 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.27.1" +const Version = "1.28.0" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index 5e651ff2966c..d0df736b162f 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.18.3...datacatalog/v1.19.0) (2023-11-09) + + +### Features + +* **datacatalog/lineage:** Add open lineage support ([#8974](https://github.com/googleapis/google-cloud-go/issues/8974)) ([1a16cbf](https://github.com/googleapis/google-cloud-go/commit/1a16cbf260bb673e07a05e1014868b236e510499)) + ## [1.18.3](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.18.2...datacatalog/v1.18.3) (2023-11-01) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index 3e0a8ebf3fea..ac02a3ce126f 100644 --- a/datacatalog/internal/version.go +++ b/datacatalog/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.18.3" +const Version = "1.19.0" diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md index 6c16e9fbd6c7..8ec49a201a38 100644 --- a/dataplex/CHANGES.md +++ b/dataplex/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.11.1...dataplex/v1.11.2) (2023-11-09) + + +### Documentation + +* **dataplex:** Updated comments for `DataQualityResult.dimensions` field ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6)) + ## [1.11.1](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.11.0...dataplex/v1.11.1) (2023-11-01) diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go index 1179e0bb2639..5d1622b719a9 100644 --- a/dataplex/internal/version.go +++ b/dataplex/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/dataproc/CHANGES.md b/dataproc/CHANGES.md index 3924837ef207..c5c83476b6d6 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.3.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.2.3...dataproc/v2.3.0) (2023-11-09) + + +### Features + +* **dataproc:** Support required_registration_fraction for secondary workers ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [2.2.3](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.2.2...dataproc/v2.2.3) (2023-11-01) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index 1a72e8579215..0fc17bc71e32 100644 --- a/dataproc/internal/version.go +++ b/dataproc/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.2.3" +const Version = "2.3.0" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index b8bca1ccd4e5..6747e11cc7fb 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.14.2...deploy/v1.15.0) (2023-11-09) + + +### Features + +* **deploy:** Add Automation API and Rollback API ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.14.2](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.14.1...deploy/v1.14.2) (2023-11-01) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index b11f4c49d533..43a2a84ef8eb 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.2" +const Version = "1.15.0" diff --git a/edgenetwork/CHANGES.md b/edgenetwork/CHANGES.md index 06729a2ef77b..59f6fc1812d5 100644 --- a/edgenetwork/CHANGES.md +++ b/edgenetwork/CHANGES.md @@ -1,2 +1,10 @@ -# Changes +# Changelog +## 0.1.0 (2023-11-09) + + +### Features + +* **edgenetwork:** New client(s) ([#8996](https://github.com/googleapis/google-cloud-go/issues/8996)) ([8e63c70](https://github.com/googleapis/google-cloud-go/commit/8e63c70b423e8c10ecd617ccf81fa0662f8f91b5)) + +## Changes diff --git a/edgenetwork/internal/version.go b/edgenetwork/internal/version.go index 2734cec844c4..79840afee826 100644 --- a/edgenetwork/internal/version.go +++ b/edgenetwork/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/recaptchaenterprise/CHANGES.md b/recaptchaenterprise/CHANGES.md index 91520b47697a..447a4ebf0ed2 100644 --- a/recaptchaenterprise/CHANGES.md +++ b/recaptchaenterprise/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [2.8.4](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.8.3...recaptchaenterprise/v2.8.4) (2023-11-09) + + +### Bug Fixes + +* **recaptchaenterprise:** Added required annotations ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6)) + ## [2.8.3](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.8.2...recaptchaenterprise/v2.8.3) (2023-11-01) diff --git a/recaptchaenterprise/internal/version.go b/recaptchaenterprise/internal/version.go index 80e760c18264..dafee7f8a618 100644 --- a/recaptchaenterprise/internal/version.go +++ b/recaptchaenterprise/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.8.3" +const Version = "2.8.4" diff --git a/scheduler/CHANGES.md b/scheduler/CHANGES.md index e763ce9dfb89..5505c6a6ef2b 100644 --- a/scheduler/CHANGES.md +++ b/scheduler/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.10.5](https://github.com/googleapis/google-cloud-go/compare/scheduler/v1.10.4...scheduler/v1.10.5) (2023-11-09) + + +### Documentation + +* **scheduler:** Correct timezone/offset information for Cloud Scheduler headers ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6)) + ## [1.10.4](https://github.com/googleapis/google-cloud-go/compare/scheduler/v1.10.3...scheduler/v1.10.4) (2023-11-01) diff --git a/scheduler/internal/version.go b/scheduler/internal/version.go index 30481f1ad248..f5c5ba9b6ae5 100644 --- a/scheduler/internal/version.go +++ b/scheduler/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.4" +const Version = "1.10.5" diff --git a/speech/CHANGES.md b/speech/CHANGES.md index fcd076325e1f..738b08785751 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.20.1...speech/v1.21.0) (2023-11-09) + + +### Features + +* **speech:** Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003)) + ## [1.20.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.20.0...speech/v1.20.1) (2023-11-01) diff --git a/speech/internal/version.go b/speech/internal/version.go index e939b9f5e080..b1672963f6c5 100644 --- a/speech/internal/version.go +++ b/speech/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.20.1" +const Version = "1.21.0"