willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.55k stars 483 forks source link

build(deps): bump cloud.google.com/go/storage from 1.20.0 to 1.22.0 #341

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps cloud.google.com/go/storage from 1.20.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)

pubsub: v1.21.0

1.21.0 (2022-04-26)

Features

Bug Fixes

  • pubsub: enable updating enable_exactly_once_delivery in fake pubsub (#5940) (ee44bf6)
  • pubsub: nack messages properly with error from receive scheduler (#5909) (80edea4)
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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #341 (47d4507) into main (6022f6a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #341   +/-   ##
=======================================
  Coverage   87.20%   87.20%           
=======================================
  Files           6        6           
  Lines         508      508           
=======================================
  Hits          443      443           
  Misses         35       35           
  Partials       30       30           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6022f6a...47d4507. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #344.