From 4e2900e1b275f4814a0cbe48f635434d3c14cdd8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:36:36 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 10 +++++----- aiplatform/CHANGES.md | 7 +++++++ aiplatform/internal/version.go | 2 +- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- deploy/CHANGES.md | 7 +++++++ deploy/internal/version.go | 2 +- dialogflow/CHANGES.md | 7 +++++++ dialogflow/internal/version.go | 2 +- video/CHANGES.md | 7 +++++++ video/internal/version.go | 2 +- 11 files changed, 45 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 423148c7bcf4..b24b58c32a1d 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,7 +3,7 @@ "accesscontextmanager": "1.8.1", "advisorynotifications": "0.3.1", "ai": "0.1.0", - "aiplatform": "1.45.0", + "aiplatform": "1.46.0", "alloydb": "1.2.1", "analytics": "0.21.2", "apigateway": "1.6.1", @@ -26,7 +26,7 @@ "cloudbuild": "1.11.0", "clouddms": "1.6.1", "cloudtasks": "1.11.1", - "compute": "1.21.0", + "compute": "1.22.0", "compute/metadata": "0.2.3", "confidentialcomputing": "0.3.1", "contactcenterinsights": "1.10.0", @@ -41,8 +41,8 @@ "dataproc": "2.0.1", "dataqna": "0.8.1", "datastream": "1.9.1", - "deploy": "1.11.0", - "dialogflow": "1.39.0", + "deploy": "1.12.0", + "dialogflow": "1.40.0", "discoveryengine": "0.5.0", "dlp": "1.10.1", "documentai": "1.20.0", @@ -112,7 +112,7 @@ "tpu": "1.6.1", "trace": "1.10.1", "translate": "1.8.1", - "video": "1.17.1", + "video": "1.18.0", "videointelligence": "1.11.1", "vision": "2.7.2", "vmmigration": "1.7.1", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 4647b74d6070..d0a29b73ef12 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.45.0...aiplatform/v1.46.0) (2023-07-12) + + +### Features + +* **aiplatform:** Add data_item_count to Dataset ([#8249](https://github.com/googleapis/google-cloud-go/issues/8249)) ([244b14e](https://github.com/googleapis/google-cloud-go/commit/244b14e4fe424100a6ff2b05637375fafe084673)) + ## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.44.0...aiplatform/v1.45.0) (2023-06-20) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index e3f747054984..fc6b11e22267 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.45.0" +const Version = "1.46.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index e15fe3eb4c1a..48581bed5624 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.21.0...compute/v1.22.0) (2023-07-12) + + +### Features + +* **compute:** Update Compute Engine API to revision 20230701 ([#821](https://github.com/googleapis/google-cloud-go/issues/821)) ([#8239](https://github.com/googleapis/google-cloud-go/issues/8239)) ([043dd8c](https://github.com/googleapis/google-cloud-go/commit/043dd8c1bfc436a6d1559c804883ed8b08087f3c)) + ## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.20.1...compute/v1.21.0) (2023-07-10) diff --git a/compute/internal/version.go b/compute/internal/version.go index b1672963f6c5..eddfee04b0b3 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.21.0" +const Version = "1.22.0" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index 14753422d3af..53a94622e236 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.11.0...deploy/v1.12.0) (2023-07-12) + + +### Features + +* **deploy:** Added support routeUpdateWaitTime field for Deployment Strategies ([dda1f9d](https://github.com/googleapis/google-cloud-go/commit/dda1f9dc2f5b54dca15ae05302d8cac821fe8da1)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.10.1...deploy/v1.11.0) (2023-06-27) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index 77cefca24d54..4518b5fb4070 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.11.0" +const Version = "1.12.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 8c7fa45034b7..50b576198486 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.39.0...dialogflow/v1.40.0) (2023-07-12) + + +### Features + +* **dialogflow/cx:** Added GitIntegrationSettings to the Agent ([#8244](https://github.com/googleapis/google-cloud-go/issues/8244)) ([dda1f9d](https://github.com/googleapis/google-cloud-go/commit/dda1f9dc2f5b54dca15ae05302d8cac821fe8da1)) + ## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.38.0...dialogflow/v1.39.0) (2023-07-10) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 385391b28ace..1c52a3504b2c 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.39.0" +const Version = "1.40.0" diff --git a/video/CHANGES.md b/video/CHANGES.md index aeb9efcec9a7..84a33ee3e801 100644 --- a/video/CHANGES.md +++ b/video/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.17.1...video/v1.18.0) (2023-07-12) + + +### Features + +* **video/transcoder:** Added support for segment template manifest generation with DASH ([#8242](https://github.com/googleapis/google-cloud-go/issues/8242)) ([adb982e](https://github.com/googleapis/google-cloud-go/commit/adb982ed500c5011e477c00baefad504b0a00210)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/video/v1.17.0...video/v1.17.1) (2023-06-20) diff --git a/video/internal/version.go b/video/internal/version.go index 2d7d8774486c..ddddbd21f21f 100644 --- a/video/internal/version.go +++ b/video/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.18.0"