[PR #1843] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.47.0 to 1.48.0 in /examples/go #1869

Closed
opened 2026-03-03 12:36:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1843
Author: @dependabot[bot]
Created: 12/6/2024
Status: Merged
Merged: 12/13/2024
Merged by: @fsouza

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


📝 Commits (1)

  • c1542f9 build(deps): bump cloud.google.com/go/storage in /examples/go

📊 Changes

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

View changed files

📝 examples/go/go.mod (+3 -3)
📝 examples/go/go.sum (+6 -6)

📄 Description

Bumps cloud.google.com/go/storage from 1.47.0 to 1.48.0.

Release notes

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

storage: v1.48.0

1.48.0 (2024-12-05)

Features

  • storage/dataflux: Run worksteal listing parallel to sequential listing (#10966) (3005f5a)
  • storage: Add Writer.ChunkTransferTimeout (#11111) (fd1db20)
  • storage: Allow non default service account (#11137) (19f01c3)

Bug Fixes

  • storage: Add backoff to gRPC write retries (#11200) (a7db927)
  • storage: Correct direct connectivity check (#11152) (a75c8b0)
  • storage: Disable soft delete policy using 0 retentionDurationSeconds (#11226) (f087721)
  • storage: Retry SignBlob call for URL signing (#11154) (f198452)
Commits
  • 37cccaf chore(main): release spanner 1.48.0 (#8158)
  • d980b42 fix(spanner): reset buffer after abort on first SQL statement (#8440)
  • db6dc5a chore: release main (#8428)
  • e5e950b test(internal/docfx): fix expected number of pages in test (#8437)
  • 9a0c631 chore(policytroubleshooter/iam): add config to generate apiv3 (#8436)
  • 2a1455d chore(main): release bigquery 1.54.0 (#8326)
  • e3b9cdc feat(language): start generating apiv2 (#8434)
  • 916f779 feat(bigquery/biglake): start generating apiv1 and apiv1alpha1 (#8433)
  • 404097e feat(workflows/executions): add UNAVAILABLE and QUEUED to state enum (#8430)
  • b3dbdde docs(optimization): Minor formatting (#8417)
  • 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)

🔄 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/1843 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/6/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.48.0` --- ### 📝 Commits (1) - [`c1542f9`](https://github.com/fsouza/fake-gcs-server/commit/c1542f9018d1353361584a63399842939d0fc53f) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+3 -3) 📝 `examples/go/go.sum` (+6 -6) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.47.0 to 1.48.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: v1.48.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.47.0...storage/v1.48.0">1.48.0</a> (2024-12-05)</h2> <h3>Features</h3> <ul> <li><strong>storage/dataflux:</strong> Run worksteal listing parallel to sequential listing (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10966">#10966</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3005f5a86c18254e569b8b1782bf014aa62f33cc">3005f5a</a>)</li> <li><strong>storage:</strong> Add Writer.ChunkTransferTimeout (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11111">#11111</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/fd1db203d0de898891b9920aacb141ea39228609">fd1db20</a>)</li> <li><strong>storage:</strong> Allow non default service account (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11137">#11137</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/19f01c3c48ed1272c8fc0af9e5f69646cb662808">19f01c3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Add backoff to gRPC write retries (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11200">#11200</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a7db927da9cf4c6cf242a5db83e44a16d75a8291">a7db927</a>)</li> <li><strong>storage:</strong> Correct direct connectivity check (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11152">#11152</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a75c8b0f72c38d9a85c908715c3e37eb5cffb131">a75c8b0</a>)</li> <li><strong>storage:</strong> Disable soft delete policy using 0 retentionDurationSeconds (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11226">#11226</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f087721b7b20ad28ded1d0a84756a8bbaa2bb95a">f087721</a>)</li> <li><strong>storage:</strong> Retry SignBlob call for URL signing (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/11154">#11154</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f198452fd2b29e779e9080ba79d7e873eb0c32ef">f198452</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/37cccaf0608aaff2c5e3cf142251731be008fe6b"><code>37cccaf</code></a> chore(main): release spanner 1.48.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8158">#8158</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d980b42f33968ef25061be50e18038d73b0503b6"><code>d980b42</code></a> fix(spanner): reset buffer after abort on first SQL statement (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8440">#8440</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/db6dc5a1814c90ad291ccd93b217c951378402ea"><code>db6dc5a</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8428">#8428</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e5e950beb9eb639d1782eb5dd45c43917ce0780c"><code>e5e950b</code></a> test(internal/docfx): fix expected number of pages in test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8437">#8437</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9a0c631485443f36fb07593c83e0a8c0508d6930"><code>9a0c631</code></a> chore(policytroubleshooter/iam): add config to generate apiv3 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8436">#8436</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2a1455d98bfaba170420a835d3d74d50c7ad3f95"><code>2a1455d</code></a> chore(main): release bigquery 1.54.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8326">#8326</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e3b9cdc8d2fddcf829b9b308402be0b729242134"><code>e3b9cdc</code></a> feat(language): start generating apiv2 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8434">#8434</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/916f779a3513b2532d2e0fbd15bfd381ae3efeb5"><code>916f779</code></a> feat(bigquery/biglake): start generating apiv1 and apiv1alpha1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8433">#8433</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/404097e6081cffde41b8cc647775a6a7dba23420"><code>404097e</code></a> feat(workflows/executions): add UNAVAILABLE and QUEUED to state enum (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8430">#8430</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b3dbdde48ddfa215c3c3bb110e0051fd8158f451"><code>b3dbdde</code></a> docs(optimization): Minor formatting (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8417">#8417</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.47.0...spanner/v1.48.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.47.0&new-version=1.48.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 12:36:34 +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#1869
No description provided.