From 53a0f9dc7e78fdae158794ee79708fbd1ec0bab2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:12:23 -0600 Subject: [PATCH] chore: release main (#6782) --- .release-please-manifest-submodules.json | 20 ++++++++++---------- asset/CHANGES.md | 7 +++++++ asset/internal/version.go | 2 +- assuredworkloads/CHANGES.md | 7 +++++++ assuredworkloads/internal/version.go | 2 +- certificatemanager/CHANGES.md | 7 +++++++ certificatemanager/internal/version.go | 2 +- container/CHANGES.md | 7 +++++++ container/internal/version.go | 2 +- dataplex/CHANGES.md | 7 +++++++ dataplex/internal/version.go | 2 +- deploy/CHANGES.md | 12 ++++++++++++ deploy/internal/version.go | 2 +- dialogflow/CHANGES.md | 14 ++++++++++++++ dialogflow/internal/version.go | 2 +- dlp/CHANGES.md | 7 +++++++ dlp/internal/version.go | 2 +- edgecontainer/CHANGES.md | 7 +++++++ edgecontainer/internal/version.go | 2 +- recaptchaenterprise/v2/CHANGES.md | 7 +++++++ recaptchaenterprise/v2/internal/version.go | 2 +- 21 files changed, 102 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 050fbe52085..b991976fc08 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -10,38 +10,38 @@ "appengine": "1.3.0", "area120": "0.6.0", "artifactregistry": "1.7.0", - "asset": "1.7.0", - "assuredworkloads": "1.6.0", + "asset": "1.8.0", + "assuredworkloads": "1.7.0", "automl": "1.6.0", "baremetalsolution": "0.2.0", "batch": "0.2.1", "beyondcorp": "0.1.1", "billing": "1.5.0", "binaryauthorization": "1.2.0", - "certificatemanager": "1.1.0", + "certificatemanager": "1.2.0", "channel": "1.7.0", "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.6.0", "compute": "1.10.0", "contactcenterinsights": "1.2.3", - "container": "1.4.0", + "container": "1.5.0", "containeranalysis": "0.6.0", "datacatalog": "1.6.0", "dataflow": "0.7.0", "dataform": "0.4.0", "datafusion": "1.3.0", "datalabeling": "0.6.0", - "dataplex": "1.1.0", + "dataplex": "1.2.0", "dataproc": "1.6.0", "dataqna": "0.6.0", "datastream": "1.3.0", - "deploy": "1.2.1", - "dialogflow": "1.16.1", - "dlp": "1.5.0", + "deploy": "1.3.0", + "dialogflow": "1.17.0", + "dlp": "1.5.1", "documentai": "1.8.0", "domains": "0.7.0", - "edgecontainer": "0.1.0", + "edgecontainer": "0.2.0", "essentialcontacts": "1.2.0", "eventarc": "1.6.0", "filestore": "1.2.0", @@ -77,7 +77,7 @@ "phishingprotection": "0.6.0", "policytroubleshooter": "1.2.0", "privatecatalog": "0.6.0", - "recaptchaenterprise/v2": "2.2.0", + "recaptchaenterprise/v2": "2.3.0", "recommendationengine": "0.6.0", "recommender": "1.6.0", "redis": "1.8.0", diff --git a/asset/CHANGES.md b/asset/CHANGES.md index b6ddf70a843..b05b625927f 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.7.0...asset/v1.8.0) (2022-10-14) + + +### Features + +* **asset:** add a new searchable field kmsKeys fix: deprecate searchable field kmsKey ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.6.0...asset/v1.7.0) (2022-09-28) diff --git a/asset/internal/version.go b/asset/internal/version.go index 7c251d99455..0ad9373b3b5 100644 --- a/asset/internal/version.go +++ b/asset/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.0" +const Version = "1.8.0" diff --git a/assuredworkloads/CHANGES.md b/assuredworkloads/CHANGES.md index 2a33c9ade79..519c6603102 100644 --- a/assuredworkloads/CHANGES.md +++ b/assuredworkloads/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.6.0...assuredworkloads/v1.7.0) (2022-10-14) + + +### Features + +* **assuredworkloads:** add apis for AssuredWorkload monitoring feature and to restrict allowed resources ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.5.0...assuredworkloads/v1.6.0) (2022-09-21) diff --git a/assuredworkloads/internal/version.go b/assuredworkloads/internal/version.go index 05d3396f100..7c251d99455 100644 --- a/assuredworkloads/internal/version.go +++ b/assuredworkloads/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.6.0" +const Version = "1.7.0" diff --git a/certificatemanager/CHANGES.md b/certificatemanager/CHANGES.md index 94f59bd1fde..8c073aa2c5d 100644 --- a/certificatemanager/CHANGES.md +++ b/certificatemanager/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v1.1.0...certificatemanager/v1.2.0) (2022-10-14) + + +### Features + +* **certificatemanager:** added support for Private Trust to Certificate Manager API docs: See https://cloud.google.com/certificate-manager/docs/deploy-google-managed-cas ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v1.0.0...certificatemanager/v1.1.0) (2022-10-10) diff --git a/certificatemanager/internal/version.go b/certificatemanager/internal/version.go index 057bf0d89dd..6508e4822b5 100644 --- a/certificatemanager/internal/version.go +++ b/certificatemanager/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.0" +const Version = "1.2.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index cec1eeea79a..2fe7dd020e5 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.4.0...container/v1.5.0) (2022-10-14) + + +### Features + +* **container:** launch GKE Cost Allocations configuration to the v1 GKE API ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.3.1...container/v1.4.0) (2022-09-19) diff --git a/container/internal/version.go b/container/internal/version.go index 9fa087b74c6..e93235c2032 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.4.0" +const Version = "1.5.0" diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md index 338eebd24e4..ed26c7eef45 100644 --- a/dataplex/CHANGES.md +++ b/dataplex/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.1.0...dataplex/v1.2.0) (2022-10-14) + + +### Features + +* **dataplex:** Add support for notebook tasks ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.0.0...dataplex/v1.1.0) (2022-07-19) diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go index 6aea1adc121..d0e4a6fd16b 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.1.0" +const Version = "1.2.0" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index 8bd927a65aa..3c35a231995 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.1...deploy/v1.3.0) (2022-10-14) + + +### Features + +* **deploy:** Publish new JobRun resource and associated methods for Google Cloud Deploy ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1)) + + +### Bug Fixes + +* **deploy:** Fix resource annotations for Cloud Deploy to use common resource name for locations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.0...deploy/v1.2.1) (2022-07-12) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index db8bbd4568f..bb0feadfd27 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.2.1" +const Version = "1.3.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 1841472138e..79dd5f571d8 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,19 @@ # Changes +## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.1...dialogflow/v1.17.0) (2022-10-14) + + +### Features + +* **dialogflow:** Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) docs: clarify SuggestionFeature enums which are specific to chat agents ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) +* **dialogflow:** include conversation dataset name to be created with dataset creation metadata docs: clarify SuggestionFeature enums which are specific to chat agents ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + + +### Documentation + +* **dialogflow/cx:** clarified gcs_bucket field of the SecuritySettings message ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) +* **dialogflow/cx:** clarified gcs_bucket field of the SecuritySettings message ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) + ## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.16.0...dialogflow/v1.16.1) (2022-09-28) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 7f65f679fbf..6607c695d5c 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.16.1" +const Version = "1.17.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 0266cb58b0a..c95328eff42 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.5.0...dlp/v1.5.1) (2022-10-14) + + +### Bug Fixes + +* **dlp:** deprecate extra field to avoid confusion ([8388f87](https://github.com/googleapis/google-cloud-go/commit/8388f877b5682c96e9476863ca761b975cbe4131)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.4.0...dlp/v1.5.0) (2022-09-15) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index e93235c2032..957edaddbd4 100644 --- a/dlp/internal/version.go +++ b/dlp/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.5.1" diff --git a/edgecontainer/CHANGES.md b/edgecontainer/CHANGES.md index 172eb70027f..674e46ae158 100644 --- a/edgecontainer/CHANGES.md +++ b/edgecontainer/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/edgecontainer/v0.1.0...edgecontainer/v0.2.0) (2022-10-14) + + +### Features + +* **edgecontainer:** temporally remove the version fields feat: add a field in cluster to describe whether the machine is disabled. fix: mark VPC project and service account as optional fields and add details for service account format ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## 0.1.0 (2022-09-20) diff --git a/edgecontainer/internal/version.go b/edgecontainer/internal/version.go index 9e90a014f79..8ed44effcd0 100644 --- a/edgecontainer/internal/version.go +++ b/edgecontainer/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/recaptchaenterprise/v2/CHANGES.md b/recaptchaenterprise/v2/CHANGES.md index b713e182302..9eb655dbfe9 100644 --- a/recaptchaenterprise/v2/CHANGES.md +++ b/recaptchaenterprise/v2/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.3.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.2.0...recaptchaenterprise/v2.3.0) (2022-10-14) + + +### Features + +* **recaptchaenterprise/v2:** add RetrieveLegacySecretKey method feat: add annotation reasons REFUND, REFUND_FRAUD, TRANSACTION_ACCEPTED, TRANSACTION_DECLINED and SOCIAL_SPAM ([de4e16a](https://github.com/googleapis/google-cloud-go/commit/de4e16a498354ea7271f5b396f7cb2bb430052aa)) + ## [2.2.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.1.0...recaptchaenterprise/v2.2.0) (2022-09-21) diff --git a/recaptchaenterprise/v2/internal/version.go b/recaptchaenterprise/v2/internal/version.go index e044b17b579..0fc17bc71e3 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 = "2.2.0" +const Version = "2.3.0"