[PR #743] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.21.0 to 1.22.0 in /examples/go #875

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/743
Author: @dependabot[bot]
Created: 4/7/2022
Status: Merged
Merged: 4/7/2022
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

2 files changed (+12 additions, -19 deletions)

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.21.0 to 1.22.0.

Release notes

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

storage: v1.22.0

1.22.0 (2022-03-31)

Features

  • storage: allow specifying includeTrailingDelimiter (#5617) (a34503b)
  • storage: set versionClient to module version (55f0d92)

Bug Fixes

  • storage: respect STORAGE_EMULATOR_HOST in signedURL (#5673) (1c249ae)
Commits
  • 6e1be41 chore: release spanner 1.22.0 (#4339)
  • b2a6171 fix(firestore): correct an issue with returning empty paritions from GetParti...
  • f31fac6 fix(pubsublite)!: hide CreateSubscriptionOption.apply (#4344)
  • 63fdb2e chore(storage): generate GAPIC under internal subdir (#4018)
  • a89d341 chore(internal/gapicgen): gen googleapis-discovery compute gapic (#4307)
  • e4a5791 chore(internal): update microgen to v0.21.2 (#4315)
  • 949a953 chore(all): update all (#4326)
  • 3604ef2 chore: release bigquery 1.19.0 (#4101)
  • ef8d138 fix(bigquery): minor rename to feature that's not yet in a release (#4320)
  • f32dd72 feat(logging)!: increase DefaultEntryByteThreshold to 8Mb (#4247)
  • 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 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/743 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2022 **Status:** ✅ Merged **Merged:** 4/7/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.22.0` --- ### 📝 Commits (1) - [`0cb650e`](https://github.com/fsouza/fake-gcs-server/commit/0cb650efb8fb8e09263005fa0e5ff08f37be8ac0) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+12 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+1 -1) 📝 `examples/go/go.sum` (+11 -18) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.21.0 to 1.22.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.22.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.21.0...storage/v1.22.0">1.22.0</a> (2022-03-31)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> allow specifying includeTrailingDelimiter (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5617">#5617</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/a34503bc0f0b95399285e8db66976b227e3b0072">a34503b</a>)</li> <li><strong>storage:</strong> set versionClient to module version (<a href="https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9">55f0d92</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> respect STORAGE_EMULATOR_HOST in signedURL (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5673">#5673</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1c249ae5b4980cf53fa74635943ca8bf6a96a341">1c249ae</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6e1be41279d660c15443dc9bd7ddd88798641fd3"><code>6e1be41</code></a> chore: release spanner 1.22.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4339">#4339</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b2a61719b3caf43b095fc290b23de245a2135512"><code>b2a6171</code></a> fix(firestore): correct an issue with returning empty paritions from GetParti...</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f31fac6c2674a1bb9180a75ae7dbeda55721482d"><code>f31fac6</code></a> fix(pubsublite)!: hide CreateSubscriptionOption.apply (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4344">#4344</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/63fdb2ee21d70e2de71641a5c19a448fd1c39f56"><code>63fdb2e</code></a> chore(storage): generate GAPIC under internal subdir (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4018">#4018</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/a89d341d45cf25d80fad37834599e8869ed2d63a"><code>a89d341</code></a> chore(internal/gapicgen): gen googleapis-discovery compute gapic (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4307">#4307</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e4a5791501ee721226b62963b4282267911779a9"><code>e4a5791</code></a> chore(internal): update microgen to v0.21.2 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4315">#4315</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/949a9532021873185768b2ba02f826155b1ed845"><code>949a953</code></a> chore(all): update all (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4326">#4326</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3604ef2b16c3e1a4bacb137ae54c1e3ebf283211"><code>3604ef2</code></a> chore: release bigquery 1.19.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4101">#4101</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ef8d1386149cff28ae6258ab167789bae6af6407"><code>ef8d138</code></a> fix(bigquery): minor rename to feature that's not yet in a release (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4320">#4320</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f32dd72ec6af8ac7fbdce68f7913baa552fb0d2d"><code>f32dd72</code></a> feat(logging)!: increase DefaultEntryByteThreshold to 8Mb (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/4247">#4247</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.21.0...spanner/v1.22.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.21.0&new-version=1.22.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 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:32:01 +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#875
No description provided.