From 7eb95ffe77c0e8d2205140a4ec540fa918745fea Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 06:19:39 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 20 ++++++++++---------- aiplatform/CHANGES.md | 10 ++++++++++ aiplatform/internal/version.go | 2 +- analytics/CHANGES.md | 7 +++++++ analytics/internal/version.go | 2 +- baremetalsolution/CHANGES.md | 9 ++++++++- baremetalsolution/internal/version.go | 2 +- batch/CHANGES.md | 9 ++++++++- batch/internal/version.go | 2 +- compute/CHANGES.md | 7 +++++++ compute/internal/version.go | 2 +- dialogflow/CHANGES.md | 8 ++++++++ dialogflow/internal/version.go | 2 +- functions/CHANGES.md | 7 +++++++ functions/internal/version.go | 2 +- gkehub/CHANGES.md | 7 +++++++ gkehub/internal/version.go | 2 +- talent/CHANGES.md | 11 +++++++++++ talent/internal/version.go | 2 +- video/CHANGES.md | 7 +++++++ video/internal/version.go | 2 +- 21 files changed, 100 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 22a8b203677..3727507bfbd 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,8 +1,8 @@ { "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.11.0", - "analytics": "0.6.1", + "aiplatform": "1.12.0", + "analytics": "0.7.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", "appengine": "1.3.0", @@ -11,8 +11,8 @@ "asset": "1.2.0", "assuredworkloads": "0.6.0", "automl": "1.3.0", - "baremetalsolution": "0.0.0", - "batch": "0.0.0", + "baremetalsolution": "0.1.0", + "batch": "0.1.0", "billing": "1.2.0", "binaryauthorization": "0.5.0", "certificatemanager": "0.2.0", @@ -20,7 +20,7 @@ "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.3.0", - "compute": "1.6.1", + "compute": "1.7.0", "contactcenterinsights": "1.2.0", "container": "1.2.0", "containeranalysis": "0.3.0", @@ -33,18 +33,18 @@ "dataqna": "0.3.0", "datastream": "0.5.0", "deploy": "1.2.0", - "dialogflow": "1.9.0", + "dialogflow": "1.10.0", "dlp": "1.4.0", "documentai": "1.4.0", "domains": "0.4.0", "essentialcontacts": "1.2.0", "eventarc": "1.6.0", "filestore": "1.2.0", - "functions": "1.3.0", + "functions": "1.4.0", "gaming": "1.2.0", "gkebackup": "0.1.0", "gkeconnect": "0.3.0", - "gkehub": "0.6.0", + "gkehub": "0.7.0", "gkemulticloud": "0.2.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", @@ -91,12 +91,12 @@ "shell": "1.2.0", "speech": "1.4.0", "storagetransfer": "1.3.0", - "talent": "0.7.0", + "talent": "1.0.0", "texttospeech": "1.3.0", "tpu": "1.2.0", "trace": "1.2.0", "translate": "1.2.0", - "video": "1.4.0", + "video": "1.5.0", "videointelligence": "1.2.0", "vision/v2": "2.0.0", "vmmigration": "0.3.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 7ca9206b243..c9592b23cf6 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,16 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.11.0...aiplatform/v1.12.0) (2022-06-15) + + +### Features + +* **aiplatform:** add env to ContainerSpec in aiplatform v1beta1 custom_job.proto ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) +* **aiplatform:** add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) +* **aiplatform:** add successful_forecast_point_count to CompletionStats in aiplatform v1 completion_stats.proto feat: add neighbors to Explanation in aiplatform v1 explanation.proto feat: add examples_override to ExplanationSpecOverride in aiplatform v1 explanation.proto feat: add version_id, version_aliases, version_create_time, version_update_time, and version_description to aiplatform v1 model.proto feat: add ModelVersion CRUD methods in aiplatform v1 model_service.proto feat: add model_id and parent_model to TrainingPipeline in aiplatform v1 training_pipeline.proto ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) +* **aiplatform:** Include the location and iam_policy mixin clients ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.10.0...aiplatform/v1.11.0) (2022-06-01) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 77cefca24d5..4518b5fb407 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.11.0" +const Version = "1.12.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 4c804917577..9d7501dabbe 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.1...analytics/v0.7.0) (2022-06-15) + + +### Features + +* **analytics/admin:** Add Java REST transport to analytics, servicecontrol, servicemanagement, serviceusage and langauge APIs ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) + ### [0.6.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.0...analytics/v0.6.1) (2022-05-24) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index 40719413841..d1002df0887 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.6.1" +const Version = "0.7.0" diff --git a/baremetalsolution/CHANGES.md b/baremetalsolution/CHANGES.md index b671f0bbcdd..9e6dc6d2a13 100644 --- a/baremetalsolution/CHANGES.md +++ b/baremetalsolution/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-15) + + +### Features + +* **baremetalsolution:** start generating apiv2 ([#6147](https://github.com/googleapis/google-cloud-go/issues/6147)) ([5dcbf2f](https://github.com/googleapis/google-cloud-go/commit/5dcbf2f859e2b99e5497d6ac45825a80799f32ab)) diff --git a/baremetalsolution/internal/version.go b/baremetalsolution/internal/version.go index 76e34d06e61..9e90a014f79 100644 --- a/baremetalsolution/internal/version.go +++ b/baremetalsolution/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/batch/CHANGES.md b/batch/CHANGES.md index b671f0bbcdd..85fb7039a53 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-15) + + +### Features + +* **batch:** start generating apiv1 ([#6145](https://github.com/googleapis/google-cloud-go/issues/6145)) ([41525fa](https://github.com/googleapis/google-cloud-go/commit/41525fab52da7e913f3593e89cef91c022898be3)) diff --git a/batch/internal/version.go b/batch/internal/version.go index 76e34d06e61..9e90a014f79 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 = "0.0.0" +const Version = "0.1.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 005a761006f..68bf198ec6d 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.1...compute/v1.7.0) (2022-06-15) + + +### Features + +* **compute:** Update Compute Engine API to revision 20220526 ([#722](https://github.com/googleapis/google-cloud-go/issues/722)) ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ### [1.6.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.0...compute/v1.6.1) (2022-04-21) diff --git a/compute/internal/version.go b/compute/internal/version.go index b819fa786d1..7c251d99455 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.6.1" +const Version = "1.7.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index a927be57658..53812990da2 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.9.0...dialogflow/v1.10.0) (2022-06-15) + + +### Features + +* **dialogflow/cx:** added webhook_config ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) +* **dialogflow/cx:** added webhook_config ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.8.1...dialogflow/v1.9.0) (2022-05-24) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 37e23cdd396..1850527884a 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.9.0" +const Version = "1.10.0" diff --git a/functions/CHANGES.md b/functions/CHANGES.md index 7d3b7dbf1db..79119fb6979 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.3.0...functions/v1.4.0) (2022-06-15) + + +### Features + +* **functions:** added support for CMEK docs: clarified wording around quota usage ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.2.0...functions/v1.3.0) (2022-02-23) diff --git a/functions/internal/version.go b/functions/internal/version.go index bb0feadfd27..9fa087b74c6 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.3.0" +const Version = "1.4.0" diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md index 78cf60746c8..4af7381c262 100644 --- a/gkehub/CHANGES.md +++ b/gkehub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.6.0...gkehub/v0.7.0) (2022-06-15) + + +### Features + +* **gkehub:** Added support for locations and iam_policy clients ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.5.0...gkehub/v0.6.0) (2022-06-01) diff --git a/gkehub/internal/version.go b/gkehub/internal/version.go index 75ae2d0e75a..d1002df0887 100644 --- a/gkehub/internal/version.go +++ b/gkehub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.6.0" +const Version = "0.7.0" diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 0ec0e7b186a..66bb3757eb3 100644 --- a/talent/CHANGES.md +++ b/talent/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.7.0...talent/v1.0.0) (2022-06-15) + + +### ⚠ BREAKING CHANGES + +* **talent:** remove Application and Profile services and and related protos, enums, and messages + +### Bug Fixes + +* **talent:** remove Application and Profile services and and related protos, enums, and messages ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.6.0...talent/v0.7.0) (2022-06-07) diff --git a/talent/internal/version.go b/talent/internal/version.go index d1002df0887..db6d2e3e99d 100644 --- a/talent/internal/version.go +++ b/talent/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.7.0" +const Version = "1.0.0" diff --git a/video/CHANGES.md b/video/CHANGES.md index ded8ae86be3..c4c3932c4d8 100644 --- a/video/CHANGES.md +++ b/video/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.4.0...video/v1.5.0) (2022-06-15) + + +### Features + +* **video/stitcher:** add asset_id and stream_id fields to VodSession and LiveSession responses fix: remove COMPLETE_POD stitching option ([90489b1](https://github.com/googleapis/google-cloud-go/commit/90489b10fd7da4cfafe326e00d1f4d81570147f7)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.3.0...video/v1.4.0) (2022-03-14) diff --git a/video/internal/version.go b/video/internal/version.go index 9fa087b74c6..e93235c2032 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.4.0" +const Version = "1.5.0"