Skip to content

Commit

Permalink
chore: release main (#5712)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 15, 2022
1 parent e279584 commit 79d66ce
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion analytics/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion dialogflow/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion gkehub/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion securitycenter/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion video/internal/version.go
Expand Up @@ -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"

0 comments on commit 79d66ce

Please sign in to comment.