From 1aedff8563c6d29a2c5af66804931c4ad2c1988f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:37:05 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 12 ++++++------ aiplatform/CHANGES.md | 7 +++++++ aiplatform/internal/version.go | 2 +- analytics/CHANGES.md | 7 +++++++ analytics/internal/version.go | 2 +- dialogflow/CHANGES.md | 7 +++++++ dialogflow/internal/version.go | 2 +- gkehub/CHANGES.md | 7 +++++++ gkehub/internal/version.go | 2 +- securitycenter/CHANGES.md | 7 +++++++ securitycenter/internal/version.go | 2 +- video/CHANGES.md | 7 +++++++ video/internal/version.go | 2 +- 13 files changed, 54 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 67c057368449..9fba62cd5b4e 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,8 +1,8 @@ { "accessapproval": "1.2.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.5.0", - "analytics": "0.5.0", + "aiplatform": "1.6.0", + "analytics": "0.6.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", "appengine": "1.2.0", @@ -33,7 +33,7 @@ "datastore": "1.6.0", "datastream": "0.3.0", "deploy": "1.2.0", - "dialogflow": "1.6.0", + "dialogflow": "1.7.0", "dlp": "1.3.0", "documentai": "1.4.0", "domains": "0.4.0", @@ -45,7 +45,7 @@ "functions": "1.3.0", "gaming": "1.2.0", "gkeconnect": "0.3.0", - "gkehub": "0.4.0", + "gkehub": "0.5.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", "iam": "0.3.0", @@ -85,7 +85,7 @@ "scheduler": "1.2.0", "secretmanager": "1.3.0", "security": "1.3.0", - "securitycenter": "1.4.0", + "securitycenter": "1.5.0", "servicecontrol": "1.3.0", "servicedirectory": "1.2.0", "servicemanagement": "1.3.0", @@ -100,7 +100,7 @@ "tpu": "1.2.0", "trace": "1.2.0", "translate": "1.2.0", - "video": "1.3.0", + "video": "1.4.0", "videointelligence": "1.2.0", "vision": "1.2.0", "vmmigration": "0.3.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 4f8d80cb6e9d..96a2237cd173 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.5.0...aiplatform/v1.6.0) (2022-03-14) + + +### Features + +* **aiplatform:** start generating apiv1beta1 ([#5738](https://github.com/googleapis/google-cloud-go/issues/5738)) ([a213bff](https://github.com/googleapis/google-cloud-go/commit/a213bff65e4e47912f94ab5cb1426dbb142fa493)), refs [#5737](https://github.com/googleapis/google-cloud-go/issues/5737) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.4.0...aiplatform/v1.5.0) (2022-02-23) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index e93235c20322..05d3396f1001 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.5.0" +const Version = "1.6.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 0780bbc1b357..6d9985f0da87 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.5.0...analytics/v0.6.0) (2022-03-14) + + +### Features + +* **analytics/admin:** remove `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources and corresponding operations, as they are replaced by the `DataStream` resource feat: add `restricted_metric_type` field to the `CustomMetric` resource feat!: move the `GlobalSiteTag` resource from the property level to the data stream level ([3f17f9f](https://github.com/googleapis/google-cloud-go/commit/3f17f9fb741bc426800ca68f29de66fbc8751df1)) + ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.4.0...analytics/v0.5.0) (2022-02-23) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index d0d3f79115b7..75ae2d0e75aa 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.5.0" +const Version = "0.6.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 02d1dedc9647..b74111fb97c1 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.6.0...dialogflow/v1.7.0) (2022-03-14) + + +### Features + +* **dialogflow:** added ConversationModel resource and its APIs feat: added ConversationDataset resource and its APIs feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile feat: added new knowledge type of Document content feat: added states of Document feat: added metadata for the Knowledge operation docs: updated copyright ([96c9d7e](https://github.com/googleapis/google-cloud-go/commit/96c9d7ee74af075fdd17b02233ac92fba6d89988)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.5.0...dialogflow/v1.6.0) (2022-02-23) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 05d3396f1001..7c251d994559 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.6.0" +const Version = "1.7.0" diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md index 12edbe855087..117817de1daf 100644 --- a/gkehub/CHANGES.md +++ b/gkehub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.4.0...gkehub/v0.5.0) (2022-03-14) + + +### Features + +* **gkehub:** added support for k8s_version field docs: k8s_version field is not part of resource_options struct ([a4f8273](https://github.com/googleapis/google-cloud-go/commit/a4f8273697a888473689db9b887298c74e0aebf3)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.3.0...gkehub/v0.4.0) (2022-02-23) diff --git a/gkehub/internal/version.go b/gkehub/internal/version.go index 3f98e7de6063..d0d3f79115b7 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.4.0" +const Version = "0.5.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index ba03585220b6..2cb404b574a7 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.4.0...securitycenter/v1.5.0) (2022-03-14) + + +### Features + +* **securitycenter:** Add BigQuery export APIs that help you enable writing new/updated findings from Security Command Center to a BigQuery table in near-real time. You can then integrate the data into existing workflows and create custom analyses. You can enable this feature at the organization, folder, and project levels to export findings based on your requirements ([35d591a](https://github.com/googleapis/google-cloud-go/commit/35d591adf1f98e5707ffe7a7bf5c48a5cc4ae8d4)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.3.0...securitycenter/v1.4.0) (2022-02-23) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index 9fa087b74c6b..e93235c20322 100644 --- a/securitycenter/internal/version.go +++ b/securitycenter/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/video/CHANGES.md b/video/CHANGES.md index 37c0fafe890b..ded8ae86be33 100644 --- a/video/CHANGES.md +++ b/video/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.3.0...video/v1.4.0) (2022-03-14) + + +### Features + +* **video/stitcher:** start generating apiv1 ([#5720](https://github.com/googleapis/google-cloud-go/issues/5720)) ([4ca8fea](https://github.com/googleapis/google-cloud-go/commit/4ca8fea35c1c5f3e2675c666e238bb1dc3561d52)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.2.0...video/v1.3.0) (2022-02-23) diff --git a/video/internal/version.go b/video/internal/version.go index bb0feadfd279..9fa087b74c6b 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.3.0" +const Version = "1.4.0"