[PR #840] [MERGED] build(deps): bump cloud.google.com/go/storage from 1.22.1 to 1.23.0 in /examples/go #962

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

2 files changed (+27 additions, -11 deletions)

View changed files

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

📄 Description

Bumps cloud.google.com/go/storage from 1.22.1 to 1.23.0.

Release notes

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

pubsub: v1.23.0

1.23.0 (2022-06-23)

Features

  • pubsub: report publisher outstanding metrics (#6187) (cc1528b)
  • pubsub: support bigquery subscriptions (#6119) (81f704a)

storage: v1.23.0

1.23.0 (2022-06-23)

Features

  • storage: add support for OLM Prefix/Suffix (#5929) (ec21d10)
  • storage: support AbortIncompleteMultipartUpload LifecycleAction (#5812) (fdec929), refs #5795

Bug Fixes

  • storage: allow for Age *int64 type and int64 type (#6230) (cc7acb8)

pubsub: v1.22.2

1.22.2 (2022-06-03)

Bug Fixes

  • pubsub: fix iterator distribution bound calculations (#6125) (6c470ff)
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 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/840 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2022 **Status:** ✅ Merged **Merged:** 6/24/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/examples/go/cloud.google.com/go/storage-1.23.0` --- ### 📝 Commits (1) - [`b65390c`](https://github.com/fsouza/fake-gcs-server/commit/b65390cc9f5457e8a0d282967e14ce4d4739ee81) build(deps): bump cloud.google.com/go/storage in /examples/go ### 📊 Changes **2 files changed** (+27 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `examples/go/go.mod` (+2 -2) 📝 `examples/go/go.sum` (+25 -9) </details> ### 📄 Description Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.22.1 to 1.23.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.23.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.2...pubsub/v1.23.0">1.23.0</a> (2022-06-23)</h2> <h3>Features</h3> <ul> <li><strong>pubsub:</strong> report publisher outstanding metrics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6187">#6187</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cc1528b2bfebbb48d49bcacd639abf2cf3468c96">cc1528b</a>)</li> <li><strong>pubsub:</strong> support bigquery subscriptions (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6119">#6119</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/81f704a2cdeece8f73d7c09eae730a905afdb870">81f704a</a>)</li> </ul> <h2>storage: v1.23.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.22.1...storage/v1.23.0">1.23.0</a> (2022-06-23)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add support for OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5929">#5929</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/ec21d10d6d1b01aa97a52560319775041707690d">ec21d10</a>)</li> <li><strong>storage:</strong> support AbortIncompleteMultipartUpload LifecycleAction (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5812">#5812</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/fdec929b9da6e01dda0ab3c72544d44d6bd82bd4">fdec929</a>), refs <a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5795">#5795</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> allow for Age *int64 type and int64 type (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6230">#6230</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/cc7acb8bffb31828e9e96d4834a65f9728494473">cc7acb8</a>)</li> </ul> <h2>pubsub: v1.22.2</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.1...pubsub/v1.22.2">1.22.2</a> (2022-06-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> fix iterator distribution bound calculations (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6125">#6125</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/6c470ff02072d7af32ee07a772c5d0796b545a45">6c470ff</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/2dd356af5962a5a1d6ded7d1ac505b89bac77b65"><code>2dd356a</code></a> chore(main): release pubsub 1.23.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6246">#6246</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cc1528b2bfebbb48d49bcacd639abf2cf3468c96"><code>cc1528b</code></a> feat(pubsub): report publisher outstanding metrics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6187">#6187</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/f01bf32d7f4aa2c59db6bfdcc574ce2470bc61bb"><code>f01bf32</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6245">#6245</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7678be543d9130dcd8fc4147608a10b70faef44e"><code>7678be5</code></a> chore: release eligible clients as GA (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6244">#6244</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/675b333f659a3f8c5eac8a132092218f56e5752b"><code>675b333</code></a> docs(pubsub): fix a typo (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6226">#6226</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/81f704a2cdeece8f73d7c09eae730a905afdb870"><code>81f704a</code></a> feat(pubsub): support bigquery subscriptions (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6119">#6119</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/7822869926ee6fdbbd0ed1e3ac42589db7a00b7f"><code>7822869</code></a> chore(storage): update google.golang.org/api to v0.85.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6241">#6241</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/cc7acb8bffb31828e9e96d4834a65f9728494473"><code>cc7acb8</code></a> fix(storage): allow for Age *int64 type and int64 type (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6230">#6230</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/eb0540d6f6bbc28074195730178991718c9c0d83"><code>eb0540d</code></a> feat(bigtable): add GC policy to FamilyInfo. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6234">#6234</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1b39bf40f7fd25c3a4a60661929ec37f6a814898"><code>1b39bf4</code></a> chore(notebooks): release 1.0.0 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/6237">#6237</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.1...pubsub/v1.23.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.22.1&new-version=1.23.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:25 +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#962
No description provided.