[PR #777] [MERGED] build(deps): bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1 #907

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

📋 Pull Request Information

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

Base: mainHead: dependabot/go_modules/cloud.google.com/go/pubsub-1.21.1


📝 Commits (1)

  • 31fde87 build(deps): bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -2)

📄 Description

Bumps cloud.google.com/go/pubsub from 1.21.0 to 1.21.1.

Release notes

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

pubsub: v1.21.1

1.21.1 (2022-05-04)

Bug Fixes

  • pubsub: mark ignore option default for publish flow control (#5983) (3f41531)
Commits
  • bb3c9e6 chore(main): release pubsub 1.21.1 (#5990)
  • 3f41531 fix(pubsub): mark ignore option default for publish flow control (#5983)
  • 3972c38 chore(main): release 0.101.1 (#5981)
  • c6780d8 chore: release main (#5947)
  • 380529e chore(all): auto-regenerate gapics (#5963)
  • c72e34f feat(bigquery): expose connections and schema autodetect modifier (#5739)
  • 9e979c9 feat(bigquery): add interval support (#5907)
  • 1c145f4 docs(logging): Add link to interactive logging tutorial (#5956)
  • ec00e5a feat(bigtable): loadtest support app profile (#5882)
  • dd8973b chore(storage): implement ListBucketACLs and ListDefaultObjectACLs (#5965)
  • 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/777 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/5/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/cloud.google.com/go/pubsub-1.21.1` --- ### 📝 Commits (1) - [`31fde87`](https://github.com/fsouza/fake-gcs-server/commit/31fde87705be529a2f7a348582f1bccb6e3e9a83) build(deps): bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1 ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -2) </details> ### 📄 Description Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.21.0 to 1.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/pubsub's releases</a>.</em></p> <blockquote> <h2>pubsub: v1.21.1</h2> <h3><a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.21.0...pubsub/v1.21.1">1.21.1</a> (2022-05-04)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>pubsub:</strong> mark ignore option default for publish flow control (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5983">#5983</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/3f41531579b7a55acea66fec8362e9134125c8a0">3f41531</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/bb3c9e64e4bf5f3c658a4101b6deb156ed2bd2b4"><code>bb3c9e6</code></a> chore(main): release pubsub 1.21.1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5990">#5990</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3f41531579b7a55acea66fec8362e9134125c8a0"><code>3f41531</code></a> fix(pubsub): mark ignore option default for publish flow control (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5983">#5983</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/3972c38719c8454a098ca0047bee6dd1438cde5a"><code>3972c38</code></a> chore(main): release 0.101.1 (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5981">#5981</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c6780d80be72607afe35db2a3074c47346b68064"><code>c6780d8</code></a> chore: release main (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5947">#5947</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/380529ef939c7019458b2dda2b789770376aff19"><code>380529e</code></a> chore(all): auto-regenerate gapics (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5963">#5963</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/c72e34fd79990eedaa56ed9e5121ab1a7fc4e2da"><code>c72e34f</code></a> feat(bigquery): expose connections and schema autodetect modifier (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5739">#5739</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/9e979c9718df1de440d440e4c3e20bb3cb8c5aa1"><code>9e979c9</code></a> feat(bigquery): add interval support (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5907">#5907</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1c145f401131666e94fb3159d6967fddc007abcf"><code>1c145f4</code></a> docs(logging): Add link to interactive logging tutorial (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5956">#5956</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/ec00e5a3f0ab0e59bbdb6915ffb53a9dca5f168e"><code>ec00e5a</code></a> feat(bigtable): loadtest support app profile (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5882">#5882</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dd8973b7f72e4b153f7f135e4af8e89c66d3666d"><code>dd8973b</code></a> chore(storage): implement ListBucketACLs and ListDefaultObjectACLs (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-go/issues/5965">#5965</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.21.0...pubsub/v1.21.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloud.google.com/go/pubsub&package-manager=go_modules&previous-version=1.21.0&new-version=1.21.1)](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:11 +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#907
No description provided.