[PR #2054] [CLOSED] build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.57.1 #2053

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • a13478b build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.57.1

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

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

Release notes

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

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/2054 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.57.1` --- ### 📝 Commits (1) - [`a13478b`](https://github.com/fsouza/fake-gcs-server/commit/a13478becb5f112fac8f5d28514bb3f96261475b) build(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.57.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.57.0 to 1.57.1. <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: 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/a9fcbeee8bc06480eda9fde24dcf26c2cf9505ba"><code>a9fcbee</code></a> chore(main): release storage 1.57.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13061">#13061</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b8e70aa0056a3e126bc36cb7bf242d987f32c0bd"><code>b8e70aa</code></a> chore(errorreporting): migrate to Librarian (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13250">#13250</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e2eb708a7a2a303b74ac1e298b0919cc0143683b"><code>e2eb708</code></a> chore(main): release bigquery 1.72.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13058">#13058</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/50789153a4c0bd6a4c1f87d58107bfeea9acacde"><code>5078915</code></a> chore(main): release logging 1.13.1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11841">#11841</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/604d6dd5de20320e93307c2e9fa5a5edc548f52a"><code>604d6dd</code></a> fix(internal/librariangen): modify logging levels (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13242">#13242</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/89b5ea2fff81893da7181da4e1bab8e4815d326c"><code>89b5ea2</code></a> chore: librarian generate pull request: 20251028T070629Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13244">#13244</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/050f4005ab3ead37e60f1b4cfd1b1493b5fcd02f"><code>050f400</code></a> fix(internal/librariangen): run goimports on the output root (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13248">#13248</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fe50105a32a28e8b43f4d51390bdcdab6d0540f5"><code>fe50105</code></a> fix(internal/librariangen): remove rogue source path in configure (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13249">#13249</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/45f20a1a27533212b3784c81f25c5a900bda0651"><code>45f20a1</code></a> chore(.librarian): fix state file for gkerecommender (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13246">#13246</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/26d75bc08e242348d26691877aba7fa68cf30f7f"><code>26d75bc</code></a> fix(storage): Fix takeover response handling. (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/13239">#13239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.57.0...storage/v1.57.1">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.57.1)](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:33 +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#2053
No description provided.