diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index d38d5c178b79..304b6570b966 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -2,9 +2,9 @@ "accessapproval": "1.6.1", "accesscontextmanager": "1.7.1", "advisorynotifications": "0.2.1", - "aiplatform": "1.41.0", + "aiplatform": "1.42.0", "alloydb": "1.0.1", - "analytics": "0.19.1", + "analytics": "0.20.0", "apigateway": "1.5.1", "apigeeconnect": "1.5.1", "apigeeregistry": "0.6.1", @@ -16,16 +16,16 @@ "assuredworkloads": "1.10.1", "automl": "1.12.1", "baremetalsolution": "1.0.1", - "batch": "1.0.1", + "batch": "1.1.0", "beyondcorp": "0.5.1", "billing": "1.13.1", "binaryauthorization": "1.5.1", "certificatemanager": "1.6.1", - "channel": "1.13.0", + "channel": "1.14.0", "cloudbuild": "1.9.1", "clouddms": "1.5.1", "cloudtasks": "1.10.1", - "compute": "1.19.2", + "compute": "1.19.3", "compute/metadata": "0.2.3", "confidentialcomputing": "0.2.1", "contactcenterinsights": "1.7.1", @@ -41,7 +41,7 @@ "dataqna": "0.7.1", "datastream": "1.8.0", "deploy": "1.8.1", - "dialogflow": "1.33.0", + "dialogflow": "1.34.0", "discoveryengine": "0.3.1", "dlp": "1.9.1", "documentai": "1.18.1", @@ -50,7 +50,7 @@ "essentialcontacts": "1.5.1", "eventarc": "1.11.1", "filestore": "1.6.1", - "functions": "1.13.1", + "functions": "1.14.0", "gaming": "1.9.1", "gkebackup": "1.0.1", "gkeconnect": "0.7.1", @@ -67,7 +67,7 @@ "lifesciences": "0.8.1", "longrunning": "0.4.2", "managedidentities": "1.5.1", - "maps": "1.0.1", + "maps": "1.1.0", "mediatranslation": "0.7.1", "memcache": "1.9.1", "metastore": "1.10.1", @@ -101,7 +101,7 @@ "servicemanagement": "1.8.1", "serviceusage": "1.6.1", "shell": "1.6.1", - "speech": "1.15.1", + "speech": "1.16.0", "storageinsights": "0.1.0", "storagetransfer": "1.8.1", "support": "0.1.0", @@ -119,5 +119,5 @@ "webrisk": "1.8.1", "websecurityscanner": "1.5.1", "workflows": "1.10.1", - "workstations": "0.2.1" + "workstations": "0.3.0" } diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 2eb63304ea8a..c298463b899a 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.41.0...aiplatform/v1.42.0) (2023-05-16) + + +### Features + +* **aiplatform:** Add examples to ExplanationParameters in aiplatform v1 explanation.proto ([7c2f642](https://github.com/googleapis/google-cloud-go/commit/7c2f642ac308fcdfcb41985aae425785afa27823)) + ## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.40.1...aiplatform/v1.41.0) (2023-05-10) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index c3cf41cb7182..f37b860085c8 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.41.0" +const Version = "1.42.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 190bfc71f95a..9eed8a83057b 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.20.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.19.1...analytics/v0.20.0) (2023-05-16) + + +### Features + +* **analytics/admin:** Add `GetAdSenseLink`, `CreateAdSenseLink`, `DeleteAdSenseLink`, `ListAdSenseLinks` methods to the Admin API v1alpha ([8c479ac](https://github.com/googleapis/google-cloud-go/commit/8c479acd5ea710629b4b562a4654bc369e828c16)) + ## [0.19.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.19.0...analytics/v0.19.1) (2023-05-08) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index 60dfd5e02571..3a406f3883aa 100644 --- a/analytics/internal/version.go +++ b/analytics/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.19.1" +const Version = "0.20.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 11834198d3e1..feff3b2c26fa 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.0.1...batch/v1.1.0) (2023-05-16) + + +### Features + +* **batch:** Add support for placement policies ([#7943](https://github.com/googleapis/google-cloud-go/issues/7943)) ([7c2f642](https://github.com/googleapis/google-cloud-go/commit/7c2f642ac308fcdfcb41985aae425785afa27823)) + ## [1.0.1](https://github.com/googleapis/google-cloud-go/compare/batch/v1.0.0...batch/v1.0.1) (2023-05-08) diff --git a/batch/internal/version.go b/batch/internal/version.go index 116c104574af..057bf0d89dd8 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.0.1" +const Version = "1.1.0" diff --git a/channel/CHANGES.md b/channel/CHANGES.md index 7dacef11addf..9bfb30925e1f 100644 --- a/channel/CHANGES.md +++ b/channel/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.13.0...channel/v1.14.0) (2023-05-16) + + +### Features + +* **channel:** Added partition_keys field to filter results from FetchReportResults ([7c2f642](https://github.com/googleapis/google-cloud-go/commit/7c2f642ac308fcdfcb41985aae425785afa27823)) + ## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.12.1...channel/v1.13.0) (2023-05-10) diff --git a/channel/internal/version.go b/channel/internal/version.go index efedadbea253..c9ba91825c29 100644 --- a/channel/internal/version.go +++ b/channel/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.13.0" +const Version = "1.14.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 3945f88e1a55..5d71bd67e889 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.19.3](https://github.com/googleapis/google-cloud-go/compare/compute/v1.19.2...compute/v1.19.3) (2023-05-16) + + +### Bug Fixes + +* **compute:** Emit errors found in Operations ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) + ## [1.19.2](https://github.com/googleapis/google-cloud-go/compare/compute/v1.19.1...compute/v1.19.2) (2023-05-08) diff --git a/compute/internal/version.go b/compute/internal/version.go index 50a4f1c453a7..7513e24cc7b0 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.19.2" +const Version = "1.19.3" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index ce5d6bd1c47a..cc55df45e650 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.33.0...dialogflow/v1.34.0) (2023-05-16) + + +### Features + +* **dialogflow:** Add baseline model configuration for conversation summarization ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) +* **dialogflow:** Add baseline model configuration for conversation summarization ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) + ## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.32.1...dialogflow/v1.33.0) (2023-05-10) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index ba70a43673b7..a018e6275b14 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.33.0" +const Version = "1.34.0" diff --git a/functions/CHANGES.md b/functions/CHANGES.md index ee7b5b6f5169..23daa093fa9b 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.13.1...functions/v1.14.0) (2023-05-16) + + +### Features + +* **functions:** Added helper methods for long running operations, IAM, and locations ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) + ## [1.13.1](https://github.com/googleapis/google-cloud-go/compare/functions/v1.13.0...functions/v1.13.1) (2023-05-08) diff --git a/functions/internal/version.go b/functions/internal/version.go index 507f6903ef19..c9ba91825c29 100644 --- a/functions/internal/version.go +++ b/functions/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.13.1" +const Version = "1.14.0" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index 854e71d527cc..d5e8f39b2cc9 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,13 @@ +## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.0.1...maps/v1.1.0) (2023-05-16) + + +### Features + +* **maps/places:** Start generating apiv1 ([#7919](https://github.com/googleapis/google-cloud-go/issues/7919)) ([ee10cfd](https://github.com/googleapis/google-cloud-go/commit/ee10cfd2e59a3d228af2dd8c56f5229cf6c577f0)) + ## [1.0.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.0.0...maps/v1.0.1) (2023-05-08) diff --git a/maps/internal/version.go b/maps/internal/version.go index 116c104574af..057bf0d89dd8 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.0.1" +const Version = "1.1.0" diff --git a/speech/CHANGES.md b/speech/CHANGES.md index 14d1800dceaf..5dd4694e6304 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.15.1...speech/v1.16.0) (2023-05-16) + + +### Features + +* **speech:** Add processing strategy to batch recognition requests ([#7900](https://github.com/googleapis/google-cloud-go/issues/7900)) ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) + ## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.15.0...speech/v1.15.1) (2023-05-08) diff --git a/speech/internal/version.go b/speech/internal/version.go index 7dd6a0aa86f1..b82e17a1938d 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.15.1" +const Version = "1.16.0" diff --git a/workstations/CHANGES.md b/workstations/CHANGES.md index 2d6f6adea1f7..d3e2bc151646 100644 --- a/workstations/CHANGES.md +++ b/workstations/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/workstations/v0.2.1...workstations/v0.3.0) (2023-05-16) + + +### Features + +* **workstations:** Add output field for the control plane IP address ([31421d5](https://github.com/googleapis/google-cloud-go/commit/31421d52c3bf3b7baa235fb6cb18bb8a786398df)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/workstations/v0.2.0...workstations/v0.2.1) (2023-05-08) diff --git a/workstations/internal/version.go b/workstations/internal/version.go index a612e4be7b7b..0a99521ef474 100644 --- a/workstations/internal/version.go +++ b/workstations/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.1" +const Version = "0.3.0"