[PR #1316] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 #1384

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cfc27ef build(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0

📊 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.32.0 to 1.33.0.

Release notes

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

pubsub: v1.33.0

1.33.0 (2023-07-24)

Features

  • pubsub: Support payload wrapping for push subs (#8292) (fd49db5)

Bug Fixes

  • pubsub/pstest: Update maxMessageRetentionDuration to be 31 days (#8199) (1fa4bb8)

storage: v1.33.0

1.33.0 (2023-09-07)

Features

Commits
  • 33226bd chore(main): release pubsub 1.33.0 (#8207)
  • c27b203 chore(ci): add profiler blunderbuss config (#8319)
  • c77b1a7 chore(commerce/consumer/procurement): add config to generate apiv1 (#8318)
  • fd49db5 feat(pubsub): support payload wrapping for push subs (#8292)
  • d3f60b3 chore(main): release bigquery 1.53.0 (#8220)
  • 7cb7f66 chore(secretmanager): update copyright year for Secret Manager (#8312)
  • 2970859 chore: release main (#8291)
  • d78b851 feat(spanner/spansql): add support for foreign key actions (#8296)
  • 432864c feat(eventarc/publishing): promote to GA (#8308)
  • b3eda80 chore(netapp): Revert "add config to generate apiv1beta1 (#8300)" (#8310)
  • 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/1316 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/storage-1.33.0` --- ### 📝 Commits (1) - [`cfc27ef`](https://github.com/fsouza/fake-gcs-server/commit/cfc27ef7cb59e73f0347e7850f8436d8708c6844) build(deps): bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 ### 📊 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.32.0 to 1.33.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.33.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.32.0...pubsub/v1.33.0">1.33.0</a> (2023-07-24)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> Support payload wrapping for push subs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8292">#8292</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/fd49db50cd333a2c918f6a1c94f779b8936876fc">fd49db5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub/pstest:</strong> Update maxMessageRetentionDuration to be 31 days (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8199">#8199</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1fa4bb8b3f22aad0b97ccae610408720522a8b31">1fa4bb8</a>)</li> </ul> <h2>storage: v1.33.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.32.0...storage/v1.33.0">1.33.0</a> (2023-09-07)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Export gRPC client constructor (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8509">#8509</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1a928ae205f2325cb5206304af4d609dc3c1447a">1a928ae</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/33226bd2ad7540fbb9aadd0da0f212399eeb3eb3"><code>33226bd</code></a> chore(main): release pubsub 1.33.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8207">#8207</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c27b203a5d392b9a85d4b5cdc54db37729823c37"><code>c27b203</code></a> chore(ci): add profiler blunderbuss config (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8319">#8319</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c77b1a7aefd598c27d747c4ea364a14f42d5951f"><code>c77b1a7</code></a> chore(commerce/consumer/procurement): add config to generate apiv1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8318">#8318</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/fd49db50cd333a2c918f6a1c94f779b8936876fc"><code>fd49db5</code></a> feat(pubsub): support payload wrapping for push subs (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8292">#8292</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d3f60b3c58b7513dae957735b29f8afbfdd524a2"><code>d3f60b3</code></a> chore(main): release bigquery 1.53.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8220">#8220</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7cb7f66f0646617c27aa9a9b4fe38b9f368eb3bb"><code>7cb7f66</code></a> chore(secretmanager): update copyright year for Secret Manager (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8312">#8312</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2970859779e12edf3db10e12214e33544ebad5a2"><code>2970859</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8291">#8291</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d78b8513b13a9a2c04b8097f0d89f85dcfd73797"><code>d78b851</code></a> feat(spanner/spansql): add support for foreign key actions (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8296">#8296</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/432864c7fc0bb551a5017b423bbd5f76c3357dc3"><code>432864c</code></a> feat(eventarc/publishing): promote to GA (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8308">#8308</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b3eda800e0594ca43fd9b99b1b44e7fd4cad4542"><code>b3eda80</code></a> chore(netapp): Revert &quot;add config to generate apiv1beta1 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8300">#8300</a>)&quot; (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/8310">#8310</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.32.0...pubsub/v1.33.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.32.0&new-version=1.33.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:21 +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#1384
No description provided.