From 7d9994444f83f84689746646d7533e5228285132 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 10:25:55 -0600 Subject: [PATCH] chore: release main (#6051) --- .release-please-manifest-submodules.json | 30 +++++++++++----------- accessapproval/CHANGES.md | 7 +++++ accessapproval/internal/version.go | 2 +- aiplatform/CHANGES.md | 9 +++++++ aiplatform/internal/version.go | 2 +- analytics/CHANGES.md | 7 +++++ analytics/internal/version.go | 2 +- appengine/CHANGES.md | 7 +++++ appengine/internal/version.go | 2 +- datastream/CHANGES.md | 7 +++++ datastream/internal/version.go | 2 +- dialogflow/CHANGES.md | 7 +++++ dialogflow/internal/version.go | 2 +- eventarc/CHANGES.md | 7 +++++ eventarc/internal/version.go | 2 +- gkemulticloud/CHANGES.md | 7 +++++ gkemulticloud/internal/version.go | 2 +- iap/CHANGES.md | 7 +++++ iap/internal/version.go | 2 +- recaptchaenterprise/v2/CHANGES.md | 11 ++++++++ recaptchaenterprise/v2/internal/version.go | 2 +- retail/CHANGES.md | 7 +++++ retail/internal/version.go | 2 +- run/CHANGES.md | 7 +++++ run/internal/version.go | 2 +- security/CHANGES.md | 7 +++++ security/internal/version.go | 2 +- speech/CHANGES.md | 7 +++++ speech/internal/version.go | 2 +- vision/v2/CHANGES.md | 11 ++++++++ vision/v2/internal/version.go | 2 +- 31 files changed, 145 insertions(+), 30 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 31d6fdce9cdc..bbfc8390cbe8 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,11 +1,11 @@ { - "accessapproval": "1.2.0", + "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.9.0", - "analytics": "0.6.0", + "aiplatform": "1.10.0", + "analytics": "0.6.1", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", - "appengine": "1.2.0", + "appengine": "1.3.0", "area120": "0.3.0", "artifactregistry": "1.3.0", "asset": "1.2.0", @@ -29,25 +29,25 @@ "dataplex": "0.4.0", "dataproc": "1.5.0", "dataqna": "0.3.0", - "datastream": "0.4.0", + "datastream": "0.5.0", "deploy": "1.2.0", - "dialogflow": "1.8.1", + "dialogflow": "1.9.0", "dlp": "1.4.0", "documentai": "1.4.0", "domains": "0.4.0", "essentialcontacts": "1.2.0", - "eventarc": "1.5.0", + "eventarc": "1.6.0", "filestore": "1.2.0", "functions": "1.3.0", "gaming": "1.2.0", "gkebackup": "0.1.0", "gkeconnect": "0.3.0", "gkehub": "0.5.0", - "gkemulticloud": "0.1.0", + "gkemulticloud": "0.2.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", "iam": "0.3.0", - "iap": "1.2.0", + "iap": "1.3.0", "ids": "0.3.0", "iot": "1.2.0", "kms": "1.4.0", @@ -70,24 +70,24 @@ "phishingprotection": "0.3.0", "policytroubleshooter": "1.2.0", "privatecatalog": "0.3.0", - "recaptchaenterprise/v2": "1.3.1", + "recaptchaenterprise/v2": "2.0.0", "recommendationengine": "0.2.0", "recommender": "1.3.0", "redis": "1.5.0", "resourcemanager": "1.2.0", "resourcesettings": "1.2.0", - "retail": "1.2.0", - "run": "0.1.0", + "retail": "1.3.0", + "run": "0.1.1", "scheduler": "1.2.0", "secretmanager": "1.4.0", - "security": "1.3.0", + "security": "1.4.0", "securitycenter": "1.7.0", "servicecontrol": "1.3.0", "servicedirectory": "1.2.0", "servicemanagement": "1.3.0", "serviceusage": "1.2.0", "shell": "1.2.0", - "speech": "1.3.1", + "speech": "1.4.0", "storagetransfer": "1.3.0", "talent": "0.5.0", "texttospeech": "1.3.0", @@ -96,7 +96,7 @@ "translate": "1.2.0", "video": "1.4.0", "videointelligence": "1.2.0", - "vision/v2": "1.2.0", + "vision/v2": "2.0.0", "vmmigration": "0.3.0", "vpcaccess": "1.2.0", "webrisk": "1.2.0", diff --git a/accessapproval/CHANGES.md b/accessapproval/CHANGES.md index c530e7b6e9fe..b248f7c8c47f 100644 --- a/accessapproval/CHANGES.md +++ b/accessapproval/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/accessapproval/v1.2.0...accessapproval/v1.3.0) (2022-05-24) + + +### Features + +* **accessapproval:** update protos to include InvalidateApprovalRequest and GetAccessApprovalServiceAccount APIs ([e823d8f](https://github.com/googleapis/google-cloud-go/commit/e823d8fdc5daffc92b2ca4f615a3a324d60c0ed4)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/accessapproval/v1.1.0...accessapproval/v1.2.0) (2022-02-23) diff --git a/accessapproval/internal/version.go b/accessapproval/internal/version.go index d0e4a6fd16b3..bb0feadfd279 100644 --- a/accessapproval/internal/version.go +++ b/accessapproval/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index cb04502c31a1..332e1b323584 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,15 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.9.0...aiplatform/v1.10.0) (2022-05-24) + + +### Features + +* **aiplatform:** add display_name and metadata to ModelEvaluation in aiplatform model_evaluation.proto ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) +* **aiplatform:** add Examples to Explanation related messages in aiplatform v1beta1 explanation.proto ([da99e5f](https://github.com/googleapis/google-cloud-go/commit/da99e5f7905367388d967aab12b4949bb4b250ff)) +* **aiplatform:** add template_metadata to PipelineJob in aiplatform v1beta1 pipeline_job.proto ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.8.0...aiplatform/v1.9.0) (2022-04-20) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 37e23cdd396f..1850527884a3 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.9.0" +const Version = "1.10.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 6d9985f0da87..4c804917577a 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +### [0.6.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.6.0...analytics/v0.6.1) (2022-05-24) + + +### Bug Fixes + +* **analytics/admin:** CustomDimension and CustomMetric resource configuration in Analytics Admin API ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.5.0...analytics/v0.6.0) (2022-03-14) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index 75ae2d0e75aa..40719413841e 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.0" +const Version = "0.6.1" diff --git a/appengine/CHANGES.md b/appengine/CHANGES.md index 93692e8240ef..97184754bb9f 100644 --- a/appengine/CHANGES.md +++ b/appengine/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.2.0...appengine/v1.3.0) (2022-05-24) + + +### Features + +* **appengine:** add Application.service_account feat: add client library method signature to retrieve Application by name feat: add Service.labels feat: add Version.app_engine_apis feat: add VpcAccessConnector.egress_setting ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.1.0...appengine/v1.2.0) (2022-02-23) diff --git a/appengine/internal/version.go b/appengine/internal/version.go index d0e4a6fd16b3..bb0feadfd279 100644 --- a/appengine/internal/version.go +++ b/appengine/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/datastream/CHANGES.md b/datastream/CHANGES.md index 9246eb3d641f..c32f619e94ad 100644 --- a/datastream/CHANGES.md +++ b/datastream/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/datastream/v0.4.0...datastream/v0.5.0) (2022-05-24) + + +### Features + +* **datastream:** Include the location mixin client ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/datastream/v0.3.0...datastream/v0.4.0) (2022-05-09) diff --git a/datastream/internal/version.go b/datastream/internal/version.go index 3f98e7de6063..d0d3f79115b7 100644 --- a/datastream/internal/version.go +++ b/datastream/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.0" +const Version = "0.5.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 58a61194bef0..a927be57658b 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.8.1...dialogflow/v1.9.0) (2022-05-24) + + +### Features + +* **dialogflow/cx:** add audio export settings to security settings docs: update the doc on diagnostic info ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ### [1.8.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.8.0...dialogflow/v1.8.1) (2022-04-20) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 0212cf2e8ae8..37e23cdd396f 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.8.1" +const Version = "1.9.0" diff --git a/eventarc/CHANGES.md b/eventarc/CHANGES.md index 58ddc73002e7..27bb5b0547e5 100644 --- a/eventarc/CHANGES.md +++ b/eventarc/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.5.0...eventarc/v1.6.0) (2022-05-24) + + +### Features + +* **eventarc:** Add Provider resources ([da99e5f](https://github.com/googleapis/google-cloud-go/commit/da99e5f7905367388d967aab12b4949bb4b250ff)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.4.0...eventarc/v1.5.0) (2022-04-20) diff --git a/eventarc/internal/version.go b/eventarc/internal/version.go index e93235c20322..05d3396f1001 100644 --- a/eventarc/internal/version.go +++ b/eventarc/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0" diff --git a/gkemulticloud/CHANGES.md b/gkemulticloud/CHANGES.md index f5a56eec93b9..d13a04cde36a 100644 --- a/gkemulticloud/CHANGES.md +++ b/gkemulticloud/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/gkemulticloud/v0.1.0...gkemulticloud/v0.2.0) (2022-05-24) + + +### Features + +* **gkemulticloud:** Added support for other languages.Clients can now use this library to create gke clusters in cloud providers such as AWS and Azure ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## 0.1.0 (2022-05-16) diff --git a/gkemulticloud/internal/version.go b/gkemulticloud/internal/version.go index 9e90a014f79f..8ed44effcd0f 100644 --- a/gkemulticloud/internal/version.go +++ b/gkemulticloud/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.2.0" diff --git a/iap/CHANGES.md b/iap/CHANGES.md index 961d076173ba..f8d2c6fac399 100644 --- a/iap/CHANGES.md +++ b/iap/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/iap/v1.2.0...iap/v1.3.0) (2022-05-24) + + +### Features + +* **iap:** add the TunnelDestGroup-related methods and types feat: add ReauthSettings to the UpdateIapSettingsRequest ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/iap/v1.1.0...iap/v1.2.0) (2022-02-23) diff --git a/iap/internal/version.go b/iap/internal/version.go index d0e4a6fd16b3..bb0feadfd279 100644 --- a/iap/internal/version.go +++ b/iap/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/recaptchaenterprise/v2/CHANGES.md b/recaptchaenterprise/v2/CHANGES.md index c47b73c3916f..5ba3b77eb85e 100644 --- a/recaptchaenterprise/v2/CHANGES.md +++ b/recaptchaenterprise/v2/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v1.3.1...recaptchaenterprise/v2.0.0) (2022-05-24) + + +### ⚠ BREAKING CHANGES + +* **recaptchaenterprise/v2:** parent changed to project in googleapis/go-genproto#808 + +### Features + +* **recaptchaenterprise/v2:** Release breaking changes as v2 module ([#6062](https://github.com/googleapis/google-cloud-go/issues/6062)) ([1266896](https://github.com/googleapis/google-cloud-go/commit/1266896827d1b788931f348c399ef1fb6fd33ef7)) + ### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v1.3.0...recaptchaenterprise/v1.3.1) (2022-05-03) diff --git a/recaptchaenterprise/v2/internal/version.go b/recaptchaenterprise/v2/internal/version.go index 38847e203664..539400a3112d 100644 --- a/recaptchaenterprise/v2/internal/version.go +++ b/recaptchaenterprise/v2/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.1" +const Version = "2.0.0" diff --git a/retail/CHANGES.md b/retail/CHANGES.md index 716e761c4a9c..33fbe3388f0e 100644 --- a/retail/CHANGES.md +++ b/retail/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.2.0...retail/v1.3.0) (2022-05-24) + + +### Features + +* **retail:** start generating apiv2alpha and apiv2beta ([#6073](https://github.com/googleapis/google-cloud-go/issues/6073)) ([ec90f7b](https://github.com/googleapis/google-cloud-go/commit/ec90f7b224c67a02eb293224916c019054f5749d)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.1.0...retail/v1.2.0) (2022-02-23) diff --git a/retail/internal/version.go b/retail/internal/version.go index d0e4a6fd16b3..bb0feadfd279 100644 --- a/retail/internal/version.go +++ b/retail/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/run/CHANGES.md b/run/CHANGES.md index 8514405997f5..069868613873 100644 --- a/run/CHANGES.md +++ b/run/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.0...run/v0.1.1) (2022-05-24) + + +### Bug Fixes + +* **run:** Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## 0.1.0 (2022-04-06) diff --git a/run/internal/version.go b/run/internal/version.go index 9e90a014f79f..571caf4f5142 100644 --- a/run/internal/version.go +++ b/run/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.1.1" diff --git a/security/CHANGES.md b/security/CHANGES.md index 2a8e5c9be12a..9fc3021ba18f 100644 --- a/security/CHANGES.md +++ b/security/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.3.0...security/v1.4.0) (2022-05-24) + + +### Features + +* **security/privateca:** Provide interfaces for location and IAM policy calls ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.2.1...security/v1.3.0) (2022-02-23) diff --git a/security/internal/version.go b/security/internal/version.go index bb0feadfd279..9fa087b74c6b 100644 --- a/security/internal/version.go +++ b/security/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/speech/CHANGES.md b/speech/CHANGES.md index ec8349522a66..2d31af64999e 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.3.1...speech/v1.4.0) (2022-05-24) + + +### Features + +* **speech:** Add adaptation proto for v1 api ([6ef576e](https://github.com/googleapis/google-cloud-go/commit/6ef576e2d821d079e7b940cd5d49fe3ca64a7ba2)) + ### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.3.0...speech/v1.3.1) (2022-04-14) diff --git a/speech/internal/version.go b/speech/internal/version.go index 38847e203664..9fa087b74c6b 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.3.1" +const Version = "1.4.0" diff --git a/vision/v2/CHANGES.md b/vision/v2/CHANGES.md index 0359dbc3a21a..e67421d40956 100644 --- a/vision/v2/CHANGES.md +++ b/vision/v2/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.2.0...vision/v2.0.0) (2022-05-24) + + +### ⚠ BREAKING CHANGES + +* **vision/v2:** removed fields from SafeSearchAnnotation in googleapis/go-genproto#809 + +### Features + +* **vision/v2:** Release breaking changes as v2 module ([#6072](https://github.com/googleapis/google-cloud-go/issues/6072)) ([9a4ff7f](https://github.com/googleapis/google-cloud-go/commit/9a4ff7f694c6ff53c36c6eb9d52ceb9ec118f12c)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.1.0...vision/v1.2.0) (2022-02-23) diff --git a/vision/v2/internal/version.go b/vision/v2/internal/version.go index d0e4a6fd16b3..539400a3112d 100644 --- a/vision/v2/internal/version.go +++ b/vision/v2/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "2.0.0"