Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #5866

Merged
merged 1 commit into from Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -18,7 +18,7 @@
"cloudbuild": "1.2.0",
"clouddms": "1.2.0",
"cloudtasks": "1.3.0",
"compute": "1.5.0",
"compute": "1.6.0",
"contactcenterinsights": "1.2.0",
"container": "1.2.0",
"containeranalysis": "0.3.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"mediatranslation": "0.3.0",
"memcache": "1.2.0",
"metastore": "1.2.0",
"monitoring": "1.4.0",
"monitoring": "1.5.0",
"networkconnectivity": "1.2.0",
"networkmanagement": "1.2.0",
"networksecurity": "0.3.0",
Expand All @@ -79,13 +79,13 @@
"scheduler": "1.2.0",
"secretmanager": "1.4.0",
"security": "1.3.0",
"securitycenter": "1.5.0",
"securitycenter": "1.6.0",
"servicecontrol": "1.3.0",
"servicedirectory": "1.2.0",
"servicemanagement": "1.3.0",
"serviceusage": "1.2.0",
"shell": "1.2.0",
"speech": "1.3.0",
"speech": "1.3.1",
"storagetransfer": "1.3.0",
"talent": "0.5.0",
"texttospeech": "1.3.0",
Expand Down
13 changes: 13 additions & 0 deletions certificatemanager/CHANGES.md
@@ -1,6 +1,19 @@
# Changes


## [0.1.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v0.1.0...certificatemanager/v0.1.0) (2022-04-14)


### Features

* **certificatemanager:** start generating apiv1 ([#5727](https://github.com/googleapis/google-cloud-go/issues/5727)) ([d8343dd](https://github.com/googleapis/google-cloud-go/commit/d8343ddb41680214b490b11589ff193c71543b3a))


### Miscellaneous Chores

* **certificatemanager:** release 0.1.0 ([#5743](https://github.com/googleapis/google-cloud-go/issues/5743)) ([24a817a](https://github.com/googleapis/google-cloud-go/commit/24a817a2a75dde10bcbecf2ced8f399cb05dc011))
* **certificatemanager:** release v0.1.0 ([#5758](https://github.com/googleapis/google-cloud-go/issues/5758)) ([809f4ba](https://github.com/googleapis/google-cloud-go/commit/809f4ba385e2e9ed61df8ecbb6df7b371dc10641))

## [0.1.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v0.1.0...certificatemanager/v0.1.0) (2022-04-06)


Expand Down
13 changes: 13 additions & 0 deletions compute/CHANGES.md
@@ -1,5 +1,18 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.5.0...compute/v1.6.0) (2022-04-14)


### Features

* **compute:** update compute API to revision 20220322 ([#710](https://github.com/googleapis/google-cloud-go/issues/710)) ([bb5da6b](https://github.com/googleapis/google-cloud-go/commit/bb5da6b3c34079a01d18b766b67f626cff18d849))


### Bug Fixes

* **compute:** remove proto3_optional from parent_id ([#712](https://github.com/googleapis/google-cloud-go/issues/712)) ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4))
* **compute:** replace missing REQUIRED for parent_id ([#711](https://github.com/googleapis/google-cloud-go/issues/711)) ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.4.0...compute/v1.5.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion compute/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 monitoring/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.4.0...monitoring/v1.5.0) (2022-04-14)


### Features

* **monitoring/dashboard:** Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4))

## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.3.0...monitoring/v1.4.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion monitoring/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"
8 changes: 8 additions & 0 deletions securitycenter/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.5.0...securitycenter/v1.6.0) (2022-04-14)


### Features

* **securitycenter:** Add iam_binding field to findings attributes. It represents particular IAM bindings, which captures a member's role addition, removal, or state ([bb5da6b](https://github.com/googleapis/google-cloud-go/commit/bb5da6b3c34079a01d18b766b67f626cff18d849))
* **securitycenter:** Add next_steps field to finding's list of attributes ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4))

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.4.0...securitycenter/v1.5.0) (2022-03-14)


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.5.0"
const Version = "1.6.0"
7 changes: 7 additions & 0 deletions speech/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.3.0...speech/v1.3.1) (2022-04-14)


### Bug Fixes

* **speech:** use full link in comment to fix JSDoc broken link ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4))

## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.2.0...speech/v1.3.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion speech/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.3.1"