Skip to content

Commit 1bf06c0

Browse files
chore: release main
1 parent d98518f commit 1bf06c0

9 files changed

Lines changed: 36 additions & 8 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"datastore": "1.6.0",
3434
"datastream": "0.3.0",
3535
"deploy": "1.2.0",
36-
"dialogflow": "1.6.0",
36+
"dialogflow": "1.7.0",
3737
"dlp": "1.3.0",
3838
"documentai": "1.4.0",
3939
"domains": "0.4.0",
@@ -45,7 +45,7 @@
4545
"functions": "1.3.0",
4646
"gaming": "1.2.0",
4747
"gkeconnect": "0.3.0",
48-
"gkehub": "0.4.0",
48+
"gkehub": "0.5.0",
4949
"grafeas": "0.2.0",
5050
"gsuiteaddons": "1.2.0",
5151
"iam": "0.3.0",
@@ -85,7 +85,7 @@
8585
"scheduler": "1.2.0",
8686
"secretmanager": "1.3.0",
8787
"security": "1.3.0",
88-
"securitycenter": "1.4.0",
88+
"securitycenter": "1.5.0",
8989
"servicecontrol": "1.3.0",
9090
"servicedirectory": "1.2.0",
9191
"servicemanagement": "1.3.0",
@@ -100,7 +100,7 @@
100100
"tpu": "1.2.0",
101101
"trace": "1.2.0",
102102
"translate": "1.2.0",
103-
"video": "1.3.0",
103+
"video": "1.4.0",
104104
"videointelligence": "1.2.0",
105105
"vision": "1.2.0",
106106
"vmmigration": "0.3.0",

dialogflow/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.6.0...dialogflow/v1.7.0) (2022-03-04)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.5.0...dialogflow/v1.6.0) (2022-02-23)
411

512

dialogflow/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.6.0"
18+
const Version = "1.7.0"

gkehub/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.4.0...gkehub/v0.5.0) (2022-03-04)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.3.0...gkehub/v0.4.0) (2022-02-23)
411

512

gkehub/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "0.4.0"
18+
const Version = "0.5.0"

securitycenter/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.4.0...securitycenter/v1.5.0) (2022-03-04)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.3.0...securitycenter/v1.4.0) (2022-02-23)
411

512

securitycenter/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.4.0"
18+
const Version = "1.5.0"

video/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.3.0...video/v1.4.0) (2022-03-04)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.2.0...video/v1.3.0) (2022-02-23)
411

512

video/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.3.0"
18+
const Version = "1.4.0"

0 commit comments

Comments
 (0)