From d28e55d0728d73c37eacea08460189d54091c519 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:49:26 -0600 Subject: [PATCH] chore: release main (#6429) --- .release-please-manifest-submodules.json | 18 +++++++++--------- aiplatform/CHANGES.md | 9 +++++++++ aiplatform/internal/version.go | 2 +- analytics/CHANGES.md | 7 +++++++ analytics/internal/version.go | 2 +- apigeeregistry/CHANGES.md | 9 ++++++++- apigeeregistry/internal/version.go | 2 +- contactcenterinsights/CHANGES.md | 7 +++++++ contactcenterinsights/internal/version.go | 2 +- container/CHANGES.md | 7 +++++++ container/internal/version.go | 2 +- dataform/CHANGES.md | 7 +++++++ dataform/internal/version.go | 2 +- dialogflow/CHANGES.md | 7 +++++++ dialogflow/internal/version.go | 2 +- recommendationengine/CHANGES.md | 7 +++++++ recommendationengine/internal/version.go | 2 +- retail/CHANGES.md | 9 +++++++++ retail/internal/version.go | 2 +- 19 files changed, 86 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index a9e75e799989..155e808fcd29 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,11 +1,11 @@ { "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.15.0", - "analytics": "0.8.0", + "aiplatform": "1.16.0", + "analytics": "0.8.1", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", - "apigeeregistry": "0.0.0", + "apigeeregistry": "0.1.0", "appengine": "1.3.0", "area120": "0.4.0", "artifactregistry": "1.4.0", @@ -23,12 +23,12 @@ "clouddms": "1.2.0", "cloudtasks": "1.4.0", "compute": "1.7.0", - "contactcenterinsights": "1.2.1", - "container": "1.3.0", + "contactcenterinsights": "1.2.2", + "container": "1.3.1", "containeranalysis": "0.4.0", "datacatalog": "1.3.1", "dataflow": "0.5.1", - "dataform": "0.1.0", + "dataform": "0.2.0", "datafusion": "1.3.0", "datalabeling": "0.3.0", "dataplex": "1.1.0", @@ -36,7 +36,7 @@ "dataqna": "0.4.0", "datastream": "1.0.0", "deploy": "1.2.1", - "dialogflow": "1.12.0", + "dialogflow": "1.12.1", "dlp": "1.4.0", "documentai": "1.4.0", "domains": "0.5.0", @@ -76,12 +76,12 @@ "policytroubleshooter": "1.2.0", "privatecatalog": "0.4.0", "recaptchaenterprise/v2": "2.0.1", - "recommendationengine": "0.2.0", + "recommendationengine": "0.3.0", "recommender": "1.4.0", "redis": "1.6.0", "resourcemanager": "1.2.0", "resourcesettings": "1.2.0", - "retail": "1.4.0", + "retail": "1.5.0", "run": "0.1.1", "scheduler": "1.3.0", "secretmanager": "1.5.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index fc3cadc3c98c..b849fd57bf26 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,15 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.15.0...aiplatform/v1.16.0) (2022-08-02) + + +### Features + +* **aiplatform:** add DeploymentResourcePool in aiplatform v1beta1 deployment_resource_pool.proto feat: add DeploymentResourcePoolService in aiplatform v1beta1 deployment_resource_pool_service.proto feat: add SHARED_RESOURCES to DeploymentResourcesType in aiplatform v1beta1 model.proto ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) +* **aiplatform:** making network arg optional in aiplatform v1 custom_job.proto feat: added SHARED_RESOURCES enum to aiplatform v1 model.proto docs: doc edits to aiplatform v1 dataset_service.proto, job_service.proto, model_service.proto, pipeline_service.proto, saved_query.proto, study.proto, types.proto ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) +* **aiplatform:** making network arg optional in aiplatform v1beta1 custom_job.proto feat: DeploymentResourcePool and DeployementResourcePoolService added to aiplatform v1beta1 model.proto (cl/463147866) docs: doc edits to aiplatform v1beta1 job_service.proto, model_service.proto, pipeline_service.proto, saved_query.proto, study.proto, types.proto ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.14.0...aiplatform/v1.15.0) (2022-07-26) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 43a2a84ef8eb..b82e17a1938d 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.15.0" +const Version = "1.16.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 32c1f544e8ea..b7db66282837 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.8.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.0...analytics/v0.8.1) (2022-08-02) + + +### Bug Fixes + +* **analytics/admin:** Add py_test targets ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) + ## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.7.0...analytics/v0.8.0) (2022-06-29) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index 13047498bea9..f183890c88c7 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.8.0" +const Version = "0.8.1" diff --git a/apigeeregistry/CHANGES.md b/apigeeregistry/CHANGES.md index b671f0bbcdd2..7a908e7320d1 100644 --- a/apigeeregistry/CHANGES.md +++ b/apigeeregistry/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-08-02) + + +### Features + +* **apigeeregistry:** start generating apiv1 ([#6463](https://github.com/googleapis/google-cloud-go/issues/6463)) ([55385cb](https://github.com/googleapis/google-cloud-go/commit/55385cbd1a324745b2f2f7b72b2fa33cb34c9cb5)) diff --git a/apigeeregistry/internal/version.go b/apigeeregistry/internal/version.go index 76e34d06e610..9e90a014f79f 100644 --- a/apigeeregistry/internal/version.go +++ b/apigeeregistry/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/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index ac264d9322e3..3c452eeb872d 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.2](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.2.1...contactcenterinsights/v1.2.2) (2022-08-02) + + +### Documentation + +* **contactcenterinsights:** Updating comments chore:remove LRO to API list ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) + ## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.2.0...contactcenterinsights/v1.2.1) (2022-07-12) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index db8bbd4568f4..352c5ee759f8 100644 --- a/contactcenterinsights/internal/version.go +++ b/contactcenterinsights/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.2.2" diff --git a/container/CHANGES.md b/container/CHANGES.md index c404d427743f..d3c1ea2712c3 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/container/v1.3.0...container/v1.3.1) (2022-08-02) + + +### Documentation + +* **container:** BinaryAuthorization.enabled field is marked as deprecated ([338d9c3](https://github.com/googleapis/google-cloud-go/commit/338d9c38b9c7f1b5e75493a2e3437c50785c561c)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.2.0...container/v1.3.0) (2022-07-12) diff --git a/container/internal/version.go b/container/internal/version.go index bb0feadfd279..38847e203664 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.3.0" +const Version = "1.3.1" diff --git a/dataform/CHANGES.md b/dataform/CHANGES.md index 1299931e23c4..ce92f9543548 100644 --- a/dataform/CHANGES.md +++ b/dataform/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/dataform/v0.1.0...dataform/v0.2.0) (2022-08-02) + + +### Features + +* **dataform:** Release API version v1beta1 (no changes to v1alpha2) ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) + ## 0.1.0 (2022-07-12) diff --git a/dataform/internal/version.go b/dataform/internal/version.go index 9e90a014f79f..8ed44effcd0f 100644 --- a/dataform/internal/version.go +++ b/dataform/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/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index a33077b2610a..6060847f5061 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.12.0...dialogflow/v1.12.1) (2022-08-02) + + +### Documentation + +* **dialogflow:** added an explicit note that DetectIntentRequest's text input is limited by 256 characters ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) + ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.11.0...dialogflow/v1.12.0) (2022-07-12) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 4518b5fb4070..5ac4a843e11e 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.12.0" +const Version = "1.12.1" diff --git a/recommendationengine/CHANGES.md b/recommendationengine/CHANGES.md index 0247d8f0f81e..27e64bbbbedc 100644 --- a/recommendationengine/CHANGES.md +++ b/recommendationengine/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/recommendationengine/v0.2.0...recommendationengine/v0.3.0) (2022-08-02) + + +### Features + +* **recommendationengine:** reenable generation ([#6274](https://github.com/googleapis/google-cloud-go/issues/6274)) ([1a5b4e8](https://github.com/googleapis/google-cloud-go/commit/1a5b4e82720ab81192a618308fc5cf09576cff02)) + ## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/recommendationengine/v0.1.0...recommendationengine/v0.2.0) (2022-02-14) diff --git a/recommendationengine/internal/version.go b/recommendationengine/internal/version.go index e526d78c36f7..2d40693cc33f 100644 --- a/recommendationengine/internal/version.go +++ b/recommendationengine/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.0" +const Version = "0.3.0" diff --git a/retail/CHANGES.md b/retail/CHANGES.md index 374e04731e78..082c5e09177f 100644 --- a/retail/CHANGES.md +++ b/retail/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.4.0...retail/v1.5.0) (2022-08-02) + + +### Features + +* **retail:** new model service to manage recommendation models feat: support case insensitive match on search facets feat: allow disabling spell check in search requests feat: allow adding labels in search requests feat: allow returning min/max values on search numeric facets feat: allow using serving configs as an alias of placements feat: allow enabling recommendation filtering on custom attributes feat: return output BigQuery table on product / event export response feat: allow skiping default branch protection when doing product full import docs: keep the API doc up-to-date with recent changes ([338d9c3](https://github.com/googleapis/google-cloud-go/commit/338d9c38b9c7f1b5e75493a2e3437c50785c561c)) +* **retail:** support case insensitive match on search facets feat: allow disabling spell check in search requests feat: allow adding labels in search requests feat: allow returning min/max values on search numeric facets feat: allow using serving configs as an alias of placements feat: allow enabling recommendation filtering on custom attributes feat: return output BigQuery table on product / event export response docs: keep the API doc up-to-date with recent changes ([1d6fbcc](https://github.com/googleapis/google-cloud-go/commit/1d6fbcc6406e2063201ef5a98de560bf32f7fb73)) +* **retail:** support case insensitive match on search facets feat: allow to return min/max values on search numeric facets feat: allow to use serving configs as an alias of placements docs: keep the API doc up-to-date with recent changes ([338d9c3](https://github.com/googleapis/google-cloud-go/commit/338d9c38b9c7f1b5e75493a2e3437c50785c561c)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.3.0...retail/v1.4.0) (2022-06-01) diff --git a/retail/internal/version.go b/retail/internal/version.go index 9fa087b74c6b..e93235c20322 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.4.0" +const Version = "1.5.0"