Skip to content

chore: bump cloud.google.com/go from 0.88.0 to 0.90.0 #117

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2021

Bumps cloud.google.com/go from 0.88.0 to 0.90.0.

Release notes

Sourced from cloud.google.com/go's releases.

google-cloud-go v0.90.0

⚠ BREAKING CHANGES

  • compute: add pagination and an Operation wrapper (#4542)

Features

  • compute: add pagination and an Operation wrapper (#4542) (36f4649)
  • internal/godocfx: add status to packages and TOCs (#4547) (c6de69c)
  • internal/godocfx: mark status of deprecated items (#4525) (d571c6f)

Bug Fixes

google-cloud-go v0.89.0

Features

  • assuredworkloads: Add EU Regions And Support compliance regime (a52baa4)
  • datacatalog: Added support for BigQuery connections entries feat: Added support for BigQuery routines entries feat: Added usage_signal field feat: Added labels field feat: Added ReplaceTaxonomy in Policy Tag Manager Serialization API feat: Added support for public tag templates feat: Added support for rich text tags docs: Documentation improvements (a52baa4)
  • datafusion: start generating apiv1 (e55a016)
  • iap: start generating apiv1 (e55a016)
  • internal/carver: add tooling to help carve out sub-modules (#4417) (a7e28f2)
  • networkconnectivity: Add files for Network Connectivity v1 API. (a52baa4)
  • retail: Add restricted Retail Search features for Retail API v2. (a52baa4)
  • secretmanager: In Secret Manager, users can now use filter to customize the output of ListSecrets/ListSecretVersions calls (a52baa4)
  • securitycenter: add finding_class and indicator fields in Finding (a52baa4)
  • speech: add total_billed_time response field. fix!: phrase_set_id is required field in CreatePhraseSetRequest. fix!: custom_class_id is required field in CreateCustomClassRequest. (a52baa4)
  • storagetransfer: start generating apiv1 (#4505) (f2d531d)

Bug Fixes

Changelog

Sourced from cloud.google.com/go's changelog.

0.90.0 (2021-08-03)

⚠ BREAKING CHANGES

  • compute: add pagination and an Operation wrapper (#4542)

Features

  • compute: add pagination and an Operation wrapper (#4542) (36f4649)
  • internal/godocfx: add status to packages and TOCs (#4547) (c6de69c)
  • internal/godocfx: mark status of deprecated items (#4525) (d571c6f)

Bug Fixes

0.89.0 (2021-07-29)

Features

  • assuredworkloads: Add EU Regions And Support compliance regime (a52baa4)
  • datacatalog: Added support for BigQuery connections entries feat: Added support for BigQuery routines entries feat: Added usage_signal field feat: Added labels field feat: Added ReplaceTaxonomy in Policy Tag Manager Serialization API feat: Added support for public tag templates feat: Added support for rich text tags docs: Documentation improvements (a52baa4)
  • datafusion: start generating apiv1 (e55a016)
  • iap: start generating apiv1 (e55a016)
  • internal/carver: add tooling to help carve out sub-modules (#4417) (a7e28f2)
  • networkconnectivity: Add files for Network Connectivity v1 API. (a52baa4)
  • retail: Add restricted Retail Search features for Retail API v2. (a52baa4)
  • secretmanager: In Secret Manager, users can now use filter to customize the output of ListSecrets/ListSecretVersions calls (a52baa4)
  • securitycenter: add finding_class and indicator fields in Finding (a52baa4)
  • speech: add total_billed_time response field. fix!: phrase_set_id is required field in CreatePhraseSetRequest. fix!: custom_class_id is required field in CreateCustomClassRequest. (a52baa4)
  • storagetransfer: start generating apiv1 (#4505) (f2d531d)

Bug Fixes

Commits
  • e9ddbfe chore: release 0.90.0 (#4545)
  • 36f4649 feat(compute)!: add pagination and an Operation wrapper (#4542)
  • 0f3b6f6 chore(storage): remove Go 1.9 code (#4544)
  • c6de69c feat(internal/godocfx): add status to packages and TOCs (#4547)
  • 653b82b test(bigquery/storage/managedwriter): address flakiness (#4546)
  • d571c6f feat(internal/godocfx): mark status of deprecated items (#4525)
  • e5a891a chore: release bigquery 1.20.0 (#4406)
  • e972f28 test(bigquery/managedwriter/storage): bump integration test timeout (#4527)
  • 14e9829 testing(bigquery/storage/managedwriter): extend table validation functionalit...
  • 73b6f5e feat(bigquery/storage/managedwriter): add opencensus instrumentation (#4512)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.88.0 to 0.90.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.88.0...v0.90.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2021
@jawnsy jawnsy self-assigned this Aug 4, 2021
Copy link
Contributor

@jawnsy jawnsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jawnsy jawnsy merged commit 8f8a75f into main Aug 4, 2021
@jawnsy jawnsy deleted the dependabot/go_modules/cloud.google.com/go-0.90.0 branch August 4, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant