[PR #1609] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 in /examples/go #1655

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1609
Author: @dependabot[bot]
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 examples/go/go.mod (+4 -4)
📝 examples/go/go.sum (+14 -14)

📄 Description

Bumps cloud.google.com/go/storage from 1.40.0 to 1.41.0.

Release notes

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

storage: v1.41.0

1.41.0 (2024-05-13)

Features

  • storage/control: Make Managed Folders operations public (264a6dc)
  • storage: Support for soft delete policies and restore (#9520) (985deb2)

Bug Fixes

  • storage/control: An existing resource pattern value projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**} to resource definition storage.googleapis.com/ManagedFolder is removed (3e25053)
  • storage: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • storage: Bump x/net to v0.24.0 (ba31ed5)
  • storage: Disable gax retries for gRPC (#9747) (bbfc0ac)
  • storage: More strongly match regex (#9706) (3cfc8eb), refs #9705
  • storage: Retry net.OpError on connection reset (#10154) (54fab10), refs #9478
  • storage: Wrap error when MaxAttempts is hit (#9767) (9cb262b), refs #9720

Documentation

  • storage/control: Update storage control documentation and add PHP for publishing (1d757c6)
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/1609 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.41.0` --- ### 📝 Commits (1) - [`474fc4c`](https://github.com/fsouza/fake-gcs-server/commit/474fc4c8f268e9fb1ab90149f158957061640d97) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+4 -4) 📝 `examples/go/go.sum` (+14 -14) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.40.0 to 1.41.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.41.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.40.0...storage/v1.41.0">1.41.0</a> (2024-05-13)</h2> <h3>Features</h3> <ul> <li><strong>storage/control:</strong> Make Managed Folders operations public (<a href="https://github.com/googleapis/google-cloud-go/commit/264a6dcddbffaec987dce1dc00f6550c263d2df7">264a6dc</a>)</li> <li><strong>storage:</strong> Support for soft delete policies and restore (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9520">#9520</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/985deb2bdd1c79944cdd960bd3fbfa38cbfa1c91">985deb2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage/control:</strong> An existing resource pattern value <code>projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**}</code> to resource definition <code>storage.googleapis.com/ManagedFolder</code> is removed (<a href="https://github.com/googleapis/google-cloud-go/commit/3e250530567ee81ed4f51a3856c5940dbec35289">3e25053</a>)</li> <li><strong>storage:</strong> Add internaloption.WithDefaultEndpointTemplate (<a href="https://github.com/googleapis/google-cloud-go/commit/3b414084450a5764a0248756e95e13383a645f90">3b41408</a>)</li> <li><strong>storage:</strong> Bump x/net to v0.24.0 (<a href="https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4">ba31ed5</a>)</li> <li><strong>storage:</strong> Disable gax retries for gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9747">#9747</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/bbfc0acc272f21bf1f558ea23648183d5a11cda5">bbfc0ac</a>)</li> <li><strong>storage:</strong> More strongly match regex (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9706">#9706</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3cfc8eb418e064d734bf3d8708162062dbbe988f">3cfc8eb</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9705">#9705</a></li> <li><strong>storage:</strong> Retry net.OpError on connection reset (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/10154">#10154</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/54fab107f98b4f79c9df2959a05b981be0a613c1">54fab10</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9478">#9478</a></li> <li><strong>storage:</strong> Wrap error when MaxAttempts is hit (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9767">#9767</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/9cb262bb65a162665bfb8bed0022615131bae1f2">9cb262b</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/9720">#9720</a></li> </ul> <h3>Documentation</h3> <ul> <li><strong>storage/control:</strong> Update storage control documentation and add PHP for publishing (<a href="https://github.com/googleapis/google-cloud-go/commit/1d757c66478963d6cbbef13fee939632c742759c">1d757c6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9fb390d3755dc103c80d0c87113abb5fbebd192e"><code>9fb390d</code></a> chore(main): release spanner 1.41.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7068">#7068</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7231644e71f05abc864924a0065b9ea22a489180"><code>7231644</code></a> chore(all): auto-regenerate gapics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7110">#7110</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/4f0456eb3c8ed707774951c9418ffc2bf3fe5368"><code>4f0456e</code></a> chore(all): auto-regenerate gapics (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7085">#7085</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/83f12d52faf6e642fd000c382d45a39915ba9cd5"><code>83f12d5</code></a> chore(main): release bigquery 1.44.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6990">#6990</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/8cd9468e9d27e63e05203c0f3286de5d6d65e2ef"><code>8cd9468</code></a> chore(main): release pubsub 1.27.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7069">#7069</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/756f7bf9cab1a402fe3b496c5cdbbeabf7b5112d"><code>756f7bf</code></a> chore(main): release firestore 1.9.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6987">#6987</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a77ada8a0deaac4971863614da7771dadae205b3"><code>a77ada8</code></a> chore(main): release datastore 1.10.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7067">#7067</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d16d9afe8bde1a5f56e849a0e10da5df92892664"><code>d16d9af</code></a> chore(main): release logging 1.6.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7070">#7070</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/601c77a69a27b5f13ebb4508f8222a98c8a904bc"><code>601c77a</code></a> feat(bigquery): add default partition expiration to Dataset (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7096">#7096</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eddaf71408832097a5514e47a85f19895081dbf9"><code>eddaf71</code></a> test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (...</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.40.0...spanner/v1.41.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.40.0&new-version=1.41.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:35:35 +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#1655
No description provided.