Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump gocloud.dev from 0.24.0 to 0.26.0 #3287

Merged
merged 1 commit into from Aug 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps gocloud.dev from 0.24.0 to 0.26.0.

Release notes

Sourced from gocloud.dev's releases.

v0.26.0

all

  • Updated to Go 1.19 (with compatibility for Go 1.18).

blob

  • all: Made blob.Reader implement io.ReadSeekCloser.
  • all: Added WriterOption.MaxConcurrency.
  • azureblob: Fixed a capture bug in As for List.

pubsub

  • gcppubsub: Exposed ReceivedMessage in As (for AckId)
  • rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go.

runtimevar

  • awsparamstore: Drop the DescribeParameters call, it's not needed.

sql

  • gcp/cloudsql: Enable IAM login.

v0.25.0

blob:

  • Added support for SingleKeyBucket via key URL parameter.
  • s3blob: Added support for using AWS SDK V2.
  • azblob: Allowed for providing client id in MSI authentication via AZURE_CLIENT_ID.
  • fileblob: Stopped overwriting URLOpener.Metadata if there's no URL param.
  • fileblob: Fixed pagination for dirs that end in characters smaller than the delimiter.

pubsub:

  • gcppubsub: Added retries on DeadlineExceeded for subscriptions.
  • awssnssqs: Added support for using AWS SDK V2.

runtimevar:

  • all: Added support for setting wait/timeout Option in URL params.
  • httpdvar: Added support for using basic authentication on the HTTP requests.
Commits
  • a2db861 all: prepare for release v0.26.0 (#3151)
  • 41f15b8 all: update to go 1.19 + 1.18 (#3150)
  • d78124e blob: fix minor unreachable code in test caused by t.Fatalf (#3147)
  • 5d4575a runtimevar/awsparamstore: drop the DescribeParameters call, it isn't necessar...
  • e0f202b blob: make blob.Reader implement io.ReadSeekCloser (#3145)
  • 6f96f91 blob: Add iotest.ReaderTest to blob's drivertest suite (#3144)
  • d82d114 all: Reformat using the new gofmt (#3143)
  • 9408a0a blob/s3blob: Fix typo in example (#3138)
  • 43615ec runtimevar/awsparamstore: paginate describeParameter make it work when there ...
  • 05dfa16 pubsub/rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go. (#3133)
  • 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 dependencies Pull requests that update a dependency file label Aug 4, 2022
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 4, 2022
@vercel vercel bot temporarily deployed to Preview August 4, 2022 08:03 Inactive
@dependabot dependabot bot force-pushed the dependabot/go_modules/gocloud.dev-0.26.0 branch from 9f15460 to 1670e94 Compare August 4, 2022 16:58
@vercel vercel bot temporarily deployed to Preview August 4, 2022 17:00 Inactive
@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

Merging #3287 (9f15460) into main (b7687ec) will not change coverage.
The diff coverage is n/a.

❗ Current head 9f15460 differs from pull request most recent head 157611f. Consider uploading reports for the commit 157611f to get more accurate results

@@           Coverage Diff           @@
##             main    #3287   +/-   ##
=======================================
  Coverage   84.26%   84.26%           
=======================================
  Files         115      115           
  Lines        9302     9302           
=======================================
  Hits         7838     7838           
  Misses       1183     1183           
  Partials      281      281           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.24.0 to 0.26.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: gocloud.dev
  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-0.26.0 branch from 1670e94 to 157611f Compare August 4, 2022 18:26
@vercel vercel bot temporarily deployed to Preview August 4, 2022 18:27 Inactive
@caarlos0 caarlos0 merged commit 2054f74 into main Aug 4, 2022
@caarlos0 caarlos0 deleted the dependabot/go_modules/gocloud.dev-0.26.0 branch August 4, 2022 18:44
@github-actions github-actions bot added this to the 1.11.0 milestone Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant