Skip to content

Bump google-cloud-storage from 1.31.1 to 1.33.0

Created by: dependabot[bot]

Bumps google-cloud-storage from 1.31.1 to 1.33.0.

Release notes

Sourced from google-cloud-storage's releases.

Release google-cloud-storage 1.33.0

Features

  • Add support for PublicAccessPrevention
    • Add Bucket#public_access_prevention
    • Add Bucket#public_access_prevention=
    • Add Bucket#public_access_prevention_enforced?
    • Add Bucket#public_access_prevention_unspecified?
    • Add samples for PublicAccessPrevention

Release google-cloud-storage 1.32.0

Features

  • Add sources_if_generation_match to Bucket#compose
  • Add support for (meta)generation preconditions to File operations
    • Add if_(meta)generation_match options to Bucket#compose
    • Add if_(meta)generation_(not_)match options to Bucket#create_file
    • Add if_(meta)generation_(not_)match options to Bucket#file
    • Add if_(meta)generation_(not_)match options to File#delete.
    • Add if_(meta)generation_(not_)match options to File#rewrite
    • Add generation and if_(meta)generation_(not_)match options to File#update
    • Add generation and if_(meta)generation_(not_)match options to File::Acl predefined_acl methods

Bug Fixes

  • Expand googleauth dependency to support future 1.x versions
  • Update File::Verifier to test for File#to_path
Commits
  • 57647ee chore: release google-cloud-storage 1.33.0 (#12177)
  • 5c25fd4 test(storage): Update bucket_public_access_prevention_test.rb for if_metagene...
  • 9bf052e feat: Initial generation of google-cloud-dataflow (#12178)
  • 1c152d2 feat(storage): Add support for PublicAccessPrevention
  • 4517e30 chore: release google-cloud-dataflow-v1beta3 0.1.0 (#12176)
  • 6f7dd3c feat: Initial generation of google-cloud-dataflow-v1beta3
  • e3b0b5e chore: release google-cloud-service_control-v1 0.4.0 (#12170)
  • 4b01c4e chore: release google-cloud-service_control 1.0.1 (#12171)
  • d46b287 chore: release google-cloud-service_directory-v1beta1 0.7.0 (#12172)
  • 5e64f6a chore: release google-cloud-asset-v1 0.13.0 (#12173)
  • 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)

Merge request reports