[PR #1300] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 in /examples/go #1369

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1300
Author: @dependabot[bot]
Created: 8/16/2023
Status: Merged
Merged: 8/17/2023
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.31.0 to 1.32.0.

Release notes

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

pubsub: v1.32.0

1.32.0 (2023-06-27)

Features

  • pubsub: Add push config wrapper fields (ca94e27)
  • pubsub: Add support for cloud storage subscriptions (#7977) (54218e9)
  • pubsub: Enable project autodetection and detect empty project (#8168) (c7e05d8)
  • pubsub: Update all direct dependencies (b340d03)

Bug Fixes

  • pubsub/pstest: Align fake handling of bqconfig subscription to server behavior (#8066) (57914ec)
  • pubsub/pstest: Fix failing bq config test (#8060) (fb9db66)
  • pubsub: Fix issue preventing clearing BQ subscription (#8040) (0366bf3)
  • pubsub: REST query UpdateMask bug (df52820)
  • pubsub: Use fieldmask directly instead of field_mask genproto alias (#8030) (087a5fc)

Documentation

  • pubsub: Tightened requirements on cloud storage subscription filename suffixes (1da334c)

storage: v1.32.0

1.32.0 (2023-08-15)

Features

Bug Fixes

Commits
  • 6314dc7 chore(main): release pubsub 1.32.0 (#7990)
  • 547d5d4 chore(main): release datastore 1.12.0 (#7895)
  • c7e05d8 feat(pubsub): enable project autodetection and detect empty project (#8168)
  • 2727590 chore: release main (#8171)
  • 1da334c feat(gkebackup): added new restore scope options (#8176)
  • cf3452e chore(storage): rename host variable used for xml reads (#8160)
  • f918f23 feat(storage): respect WithEndpoint for SignedURLs and PostPolicy (#8113)
  • 1a03107 chore(main): release firestore 1.11.0 (#8011)
  • c81590d chore(main): release bigquery 1.52.0 (#7989)
  • 54218e9 feat(pubsub): add support for cloud storage subscriptions (#7977)
  • 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/1300 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.32.0` --- ### 📝 Commits (1) - [`a21b754`](https://github.com/fsouza/fake-gcs-server/commit/a21b754c3a4003fb813028034791b249c987d64c) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+2 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.31.0 to 1.32.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>pubsub: v1.32.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.31.0...pubsub/v1.32.0">1.32.0</a> (2023-06-27)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Add push config wrapper fields (<a href="https://github.com/googleapis/google-cloud-go/commit/ca94e2724f9e2610b46aefd0a3b5ddc06102e91b">ca94e27</a>)</li> <li><strong>pubsub:</strong> Add support for cloud storage subscriptions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7977">#7977</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/54218e963bb5a6d47411a490985b54053825064f">54218e9</a>)</li> <li><strong>pubsub:</strong> Enable project autodetection and detect empty project (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8168">#8168</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/c7e05d81502b4ff8d92aad4a3d45a3940e0ead9d">c7e05d8</a>)</li> <li><strong>pubsub:</strong> Update all direct dependencies (<a href="https://github.com/googleapis/google-cloud-go/commit/b340d030f2b52a4ce48846ce63984b28583abde6">b340d03</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/pstest:</strong> Align fake handling of bqconfig subscription to server behavior (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8066">#8066</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/57914ec4d5d2c894edb564c918606feb89bad5bc">57914ec</a>)</li> <li><strong>pubsub/pstest:</strong> Fix failing bq config test (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8060">#8060</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/fb9db661d49237d25b20544625edc541670f41ad">fb9db66</a>)</li> <li><strong>pubsub:</strong> Fix issue preventing clearing BQ subscription (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8040">#8040</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/0366bf39b90c38d3139d4aa65c0cdaed1a4d80f1">0366bf3</a>)</li> <li><strong>pubsub:</strong> REST query UpdateMask bug (<a href="https://github.com/googleapis/google-cloud-go/commit/df52820b0e7721954809a8aa8700b93c5662dc9b">df52820</a>)</li> <li><strong>pubsub:</strong> Use fieldmask directly instead of field_mask genproto alias (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8030">#8030</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/087a5fca29d2c21f73e336a0ff714294af7af958">087a5fc</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>pubsub:</strong> Tightened requirements on cloud storage subscription filename suffixes (<a href="https://github.com/googleapis/google-cloud-go/commit/1da334c0cbeed9cfb8df0551714721284d164d60">1da334c</a>)</li> </ul> <h2>storage: v1.32.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.31.0...storage/v1.32.0">1.32.0</a> (2023-08-15)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Add support for custom headers (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8294">#8294</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/313fd4a60380d36c5ecaead3e968dbc84d044a0b">313fd4a</a>)</li> <li><strong>storage:</strong> Add trace span to Writer (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8375">#8375</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/f7ac85bec2806d351529714bd7744a91a9fdefdd">f7ac85b</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6144">#6144</a></li> <li><strong>storage:</strong> Support single-shot uploads in gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8348">#8348</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/7de4a7da31ab279a343b1592b15a126cda03e5e7">7de4a7d</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7798">#7798</a></li> <li><strong>storage:</strong> Trace span covers life of a Reader (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8390">#8390</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/8de30d752eec2fed2ea4c127482d3e213f9050e2">8de30d7</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> Fix AllObjects condition in gRPC (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8184">#8184</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/2b99e4f39be20fe21e8bc5c1ec1c0e758222c46e">2b99e4f</a>), refs <a href="https://redirect.github.com/googleapis/google-cloud-go/issues/6205">#6205</a></li> <li><strong>storage:</strong> Fix gRPC generation/condition issues (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8396">#8396</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ca68ff54b680732b59b223655070d0f6abccefee">ca68ff5</a>)</li> <li><strong>storage:</strong> Same method name and Trace Span name (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8150">#8150</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/e2772133896bb94097b5d1f090f1bcafd136f2ed">e277213</a>)</li> <li><strong>storage:</strong> Update gRPC retry codes (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8202">#8202</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/afdf772fc6a90b3010eee9d70ab65e22e276f53f">afdf772</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6314dc7b803554c6bfc17f9160830744319b1944"><code>6314dc7</code></a> chore(main): release pubsub 1.32.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7990">#7990</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/547d5d4bac349b72ec0471c36f829782efb1e6de"><code>547d5d4</code></a> chore(main): release datastore 1.12.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7895">#7895</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c7e05d81502b4ff8d92aad4a3d45a3940e0ead9d"><code>c7e05d8</code></a> feat(pubsub): enable project autodetection and detect empty project (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8168">#8168</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/27275903d1424725810b8265e527aaaf44abde6c"><code>2727590</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8171">#8171</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1da334c0cbeed9cfb8df0551714721284d164d60"><code>1da334c</code></a> feat(gkebackup): added new restore scope options (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8176">#8176</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cf3452eba7d02b28343c9e6c2425288f80e42d3c"><code>cf3452e</code></a> chore(storage): rename host variable used for xml reads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8160">#8160</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f918f23a3cda4fbc8d709e32b914ead8b735d664"><code>f918f23</code></a> feat(storage): respect WithEndpoint for SignedURLs and PostPolicy (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8113">#8113</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1a03107bef49c9ba3a7996a86895c9ad97622dbf"><code>1a03107</code></a> chore(main): release firestore 1.11.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8011">#8011</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c81590d0d16253dd247243b5c08b0090342d2b5d"><code>c81590d</code></a> chore(main): release bigquery 1.52.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7989">#7989</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/54218e963bb5a6d47411a490985b54053825064f"><code>54218e9</code></a> feat(pubsub): add support for cloud storage subscriptions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/7977">#7977</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.31.0...pubsub/v1.32.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.31.0&new-version=1.32.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:34:17 +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#1369
No description provided.