Skip to content

Bump gocloud.dev/pubsub/kafkapubsub from 0.27.0 to 0.28.0#674

Merged
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/gocloud.dev/pubsub/kafkapubsub-0.28.0
Jan 27, 2023
Merged

Bump gocloud.dev/pubsub/kafkapubsub from 0.27.0 to 0.28.0#674
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/gocloud.dev/pubsub/kafkapubsub-0.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 12, 2023

Copy link
Copy Markdown
Contributor

Bumps gocloud.dev/pubsub/kafkapubsub from 0.27.0 to 0.28.0.

Release notes

Sourced from gocloud.dev/pubsub/kafkapubsub's releases.

v0.28.0

BREAKING CHANGES:

  • secrets/azurekeyvault: Updated to latest Azure SDK.
  • blob/azureblob: Updated to match recent breaking changes in the Azure packages (yes, again).
  • pubsub/awssnssqs: Fixed BeforeSend to take a pointer to the SendMessageBatchRequestEntry struct, so that it can be modified.

blob

  • memblob: Fixed bug where use of BeforeCopy callback would drop the actual copying.
  • azureblob: Updated to match recent breaking changes in the Azure packages.

pubsub

  • all: Simplified and improved batch sizing, should resolve issues with too-frequent polling in some situations.
  • azurepubsub: Made ListenerTimeout configurable.
  • gcppubsub and awssnssqs: Support lazy mode for Nack (where no explicit Nack is sent).
  • awssnssqs: Fixed BeforeSend to take a pointer to the SendMessageBatchRequestEntry struct, so that it can be modified.

secrets

  • secrets/azurekeyvault: Updated to latest Azure SDK. Use azidentity.NewDefaultAzureCredential.

sql

  • gcp/cloudsql: Fixed IAM login.
Commits
  • 2416609 all: prep for v0.28.0 (#3207)
  • 13f46eb pubsub: simplify and improve batch sizing, especially for low message rates
  • 8f2c2b9 pubsub/memsub: Add Options for batching (#3205)
  • fe0a3d7 pubsub/awssqs: Fix BeforeSend/As to enable changes to the sqs input message (...
  • dfaf95a secrets/azurekeyvault: Use azidentity.NewDefaultAzureCredential to support ot...
  • 1e26311 blob: Remove some debug logging (#3197)
  • 43ed5a4 pubsub/gcppubsub: Support lazy mode for Nacks (#3195)
  • be80e70 pubsub/awssnssqs: Support lazy mode for Nacks (#3194)
  • 7d69099 blob/azblob: Update to latest, and restore As for dirlist (#3191)
  • e942f3c blob/azblob: Restore As for List entry (#3188)
  • 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)

@dependabot dependabot Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jan 12, 2023
@tekton-robot

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 12, 2023
@dependabot dependabot Bot force-pushed the dependabot/go_modules/gocloud.dev/pubsub/kafkapubsub-0.28.0 branch from ab44d59 to 621e8d2 Compare January 18, 2023 16:19
Bumps [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: gocloud.dev/pubsub/kafkapubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/gocloud.dev/pubsub/kafkapubsub-0.28.0 branch from 621e8d2 to e4fc5df Compare January 25, 2023 15:42
@wlynch

wlynch commented Jan 27, 2023

Copy link
Copy Markdown
Member

/lgtm
/approve

@tekton-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wlynch

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 27, 2023
@tekton-robot tekton-robot merged commit b43d824 into main Jan 27, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/gocloud.dev/pubsub/kafkapubsub-0.28.0 branch January 27, 2023 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants