[PR #2088] [CLOSED] build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.58.0 #2085

Closed
opened 2026-03-03 13:29:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2088
Author: @dependabot[bot]
Created: 12/5/2025
Status: Closed

Base: mainHead: dependabot/go_modules/cloud.google.com/go/storage-1.58.0


📝 Commits (1)

  • 9e473ad build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.58.0

📊 Changes

2 files changed (+80 additions, -80 deletions)

View changed files

📝 go.mod (+24 -24)
📝 go.sum (+56 -56)

📄 Description

Bumps cloud.google.com/go/storage from 1.57.0 to 1.58.0.

Release notes

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

storage 1.58.0

1.58.0 (2025-12-03)

Features

  • add object contexts in Go GCS SDK (#13390) (079c4d96)

  • calculate crc32c by default and pass checksum in trailing and per-chunk request (#13205) (2ab1c778)

  • add support for partial success in ListBuckets (#13320) (d91e47f2)

Bug Fixes

storage 1.57.2

1.57.2 (2025-11-14)

Features

Bug Fixes

Documentation

  • updates to docs and docs formatting (PiperOrigin-RevId: 828488192) (93ca68d5)

storage: v1.57.1

1.57.1 (2025-10-28)

Bug Fixes

  • storage: Takeover idempotence. (#13230) (cc5d2a1)
  • storage: Copy metadata when using Copier with grpc (#12919) (57a2e80)
  • storage: Fix takeover response handling. (#13239) (26d75bc)
  • storage: Remove default timeout for gRPC operations (#13022) (b94c3ba)
  • storage: Skip download of file outside of target dir (#12945) (6259aee)
  • storage: Upgrade gRPC service registration func (8fffca2)
Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/2088 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.58.0` --- ### 📝 Commits (1) - [`9e473ad`](https://github.com/fsouza/fake-gcs-server/commit/9e473adfba48fad6b3b3bf8c8681e278331440c5) build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.58.0 ### 📊 Changes **2 files changed** (+80 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+24 -24) 📝 `go.sum` (+56 -56) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.57.0 to 1.58.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's releases</a>.</em></p> <blockquote> <h2>storage 1.58.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.2...storage/v1.58.0">1.58.0</a> (2025-12-03)</h2> <h3>Features</h3> <ul> <li> <p>add object contexts in Go GCS SDK (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13390">#13390</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/079c4d96">079c4d96</a>)</p> </li> <li> <p>calculate crc32c by default and pass checksum in trailing and per-chunk request (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13205">#13205</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/2ab1c778">2ab1c778</a>)</p> </li> <li> <p>add support for partial success in ListBuckets (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13320">#13320</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/d91e47f2">d91e47f2</a>)</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>omit empty filter in http list object request (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13434">#13434</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/377eb13b">377eb13b</a>)</li> </ul> <h2>storage 1.57.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.1...storage/v1.57.2">1.57.2</a> (2025-11-14)</h2> <h3>Features</h3> <h3>Bug Fixes</h3> <ul> <li> <p>Handle redirect on takeover. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13354">#13354</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b0f13626">b0f13626</a>)</p> </li> <li> <p>add env var to allow disabling bound token (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13236">#13236</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cdaf6a6d">cdaf6a6d</a>)</p> </li> </ul> <h3>Documentation</h3> <ul> <li>updates to docs and docs formatting (PiperOrigin-RevId: 828488192) (<a href="https://github.com/googleapis/google-cloud-go/commit/93ca68d5">93ca68d5</a>)</li> </ul> <h2>storage: v1.57.1</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.57.0...storage/v1.57.1">1.57.1</a> (2025-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Takeover idempotence. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13230">#13230</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cc5d2a12293a509a14da9bea8a86c8655eaf4a71">cc5d2a1</a>)</li> <li><strong>storage:</strong> Copy metadata when using Copier with grpc (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12919">#12919</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/57a2e804f690ec8d4c55fd1c73b0dafd5cff46e5">57a2e80</a>)</li> <li><strong>storage:</strong> Fix takeover response handling. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13239">#13239</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/26d75bc08e242348d26691877aba7fa68cf30f7f">26d75bc</a>)</li> <li><strong>storage:</strong> Remove default timeout for gRPC operations (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13022">#13022</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/b94c3ba69994d9c56ae8f302449dd8df6f287296">b94c3ba</a>)</li> <li><strong>storage:</strong> Skip download of file outside of target dir (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/12945">#12945</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/6259aeec393d0d996961cac38396daa57ad1a290">6259aee</a>)</li> <li><strong>storage:</strong> Upgrade gRPC service registration func (<a href="https://github.com/googleapis/google-cloud-go/commit/8fffca2819fa3dc858c213aa0c503e0df331b084">8fffca2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e68777ce46df0dd91a7a98e85b44bb1f62d6d6c4"><code>e68777c</code></a> chore(main): release spanner 1.58.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9423">#9423</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6deb96914ecbdaaea521c175db4c2ee1f223590c"><code>6deb969</code></a> docs(pubsub): check for nil responses for receive examples (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9516">#9516</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e54989ecfcbbbe1baf7581872224ca8610827979"><code>e54989e</code></a> chore: remove old samples that no longer compile (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9510">#9510</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1cf28f61b26d52a9e2303c52e9aba7a0cdfbe7eb"><code>1cf28f6</code></a> docs(run): clarify some defaults and required or optional values (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9505">#9505</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dbd8f28d8546a036347edd33856474a3822fb7f1"><code>dbd8f28</code></a> chore(main): release firestore 1.15.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8918">#8918</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d320daac2ad0b88d691f8bb19d2e66db5c01d539"><code>d320daa</code></a> doc(datastore): Add document around FitlerField (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7536">#7536</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/07ece0f2368fcdc89b837a252b14c75286fe375e"><code>07ece0f</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9484">#9484</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b06f2b9ab1c7b8ab8a008993c55288d078c58696"><code>b06f2b9</code></a> chore(all): update deps (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9467">#9467</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e5d0c2fc2182174b9307363b48c0a0e4056cb3f4"><code>e5d0c2f</code></a> doc(storage): update gRPC docs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9488">#9488</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ae1f5472bff1b476c3fd58e590ec135185446daf"><code>ae1f547</code></a> feat(compute): Update Compute Engine API to revision 20240220 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/886">#886</a>) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9485">#9485</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.57.0...spanner/v1.58.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud.google.com/go/storage&package-manager=go_modules&previous-version=1.57.0&new-version=1.58.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:29:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#2085
No description provided.