Skip to content

🌱 Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0 - #415

Merged
Bobi-Wan merged 1 commit into
mainfrom
dependabot/go_modules/cloud.google.com/go/storage-1.51.0
Apr 1, 2025
Merged

🌱 Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0#415
Bobi-Wan merged 1 commit into
mainfrom
dependabot/go_modules/cloud.google.com/go/storage-1.51.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Copy link
Copy Markdown
Contributor

Bumps cloud.google.com/go/storage from 1.50.0 to 1.51.0.

Release notes

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

auth/oauth2adapt: v0.2.8

0.2.8 (2025-03-17)

Bug Fixes

  • auth/oauth2adapt: Update golang.org/x/net to 0.37.0 (1144978)
Commits
  • 2fb3eb7 chore(main): release spanner 1.51.0 (#8710)
  • ef872d8 chore: add support for running module dir tests in continuous (#8735)
  • 2105434 fix(bigtable): return cluster error for Update when populated (#8657)
  • deeb583 fix(profiler): migrate to protobuf-go v2 (#8730)
  • 2077158 test(bigtable): Run conformance tests for bigtable (#8658)
  • 3df0287 feat(storage): support MatchGlob for gRPC (#8670)
  • d21429e chore(storage): add invocation ID to gRPC calls (#8698)
  • 9aa4082 chore(github): remove unused OwlBot configuration (#8733)
  • 6cc6d70 chore: update sa for loading secrets (#8729)
  • fe554b5 chore: source secrets for tests (#8728)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/storage](https://github.com/googleapis/google-cloud-go) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.50.0...spanner/v1.51.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  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 Mar 31, 2025
@dependabot
dependabot Bot requested a review from a team as a code owner March 31, 2025 16:18
@ghost

ghost commented Mar 31, 2025

Copy link
Copy Markdown

@dependabot[bot] Thank you for your contribution.

@ghost ghost added needs/review Needs review size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 31, 2025
@ghost

ghost commented Mar 31, 2025

Copy link
Copy Markdown

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

@Bobi-Wan

Bobi-Wan commented Apr 1, 2025

Copy link
Copy Markdown
Contributor

1.51.0 (2025-03-07)
Features
storage/append: Support appends in w1r3. (googleapis/google-cloud-go#11483) (48bb391)
storage: Benchmark with experimental MRD. (googleapis/google-cloud-go#11501) (7b49152)
storage: Implement RetryChunkDeadline for grpc writes (googleapis/google-cloud-go#11476) (03575d7)
storage: Specify benchmark integrity check. (googleapis/google-cloud-go#11465) (da18845)
storage: Use ReadHandle for faster re-connect (googleapis/google-cloud-go#11510) (cac52f7)
storage: Wrap NotFound errors for buckets and objects (googleapis/google-cloud-go#11519) (0dd7d3d)
Bug Fixes
storage/append: Report progress for appends. (googleapis/google-cloud-go#11503) (96dbb6c)
storage: Add a safety check for readhandle (googleapis/google-cloud-go#11549) (c9edb37)
storage: Add universe domain to defaultSignBytesFunc (googleapis/google-cloud-go#11521) (511608b)
storage: Clone the defaultRetry to avoid modifying it directly (googleapis/google-cloud-go#11533) (7f8d69d)
storage: Fix adding multiple range on stream with same read id (googleapis/google-cloud-go#11584) (0bb3434)
storage: Modify the callback of mrd to return length of data read instead of limit. (googleapis/google-cloud-go#11687) (9e359f0)
storage: Propagate ctx from invoke to grpc upload reqs (googleapis/google-cloud-go#11475) (9ad9d76)
storage: Remove duplicate routing header (googleapis/google-cloud-go#11534) (8eeb59c)
storage: Return sentinel ErrObjectNotExist for copy and compose (googleapis/google-cloud-go#11369) (74d0c10), refs googleapis/google-cloud-go#10760
storage: Wait for XML read req to finish to avoid data races (googleapis/google-cloud-go#11527) (782e12a)

@Bobi-Wan Bobi-Wan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

@ghost ghost added reviewed/lgtm Has approval for merging and removed needs/review Needs review labels Apr 1, 2025
@Bobi-Wan
Bobi-Wan merged commit fffc52d into main Apr 1, 2025
@Bobi-Wan
Bobi-Wan deleted the dependabot/go_modules/cloud.google.com/go/storage-1.51.0 branch April 1, 2025 12:15
@ghost ghost added the status/closed Issue is closed (either delivered or triaged) label Apr 1, 2025
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Apr 1, 2025
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 reviewed/lgtm Has approval for merging reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/M Denotes a PR that changes 30-99 lines, ignoring generated files. status/closed Issue is closed (either delivered or triaged)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants