0chain / blobber

A storage provider (blobber) interface to the blockchain and consumers of storage.
Other
19 stars 23 forks source link

chore(deps): bump github.com/pressly/goose/v3 from 3.11.2 to 3.13.0 #1149

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/pressly/goose/v3 from 3.11.2 to 3.13.0.

Release notes

Sourced from github.com/pressly/goose/v3's releases.

Release v3.13.0

Changelog

  • Fix up and up -allowing-missing behavior.
  • Fix empty version in log output.
  • Add new context.Context-aware functions and methods, for both sql and go migrations.
  • Return error when no migration files found or dir is not a directory.

Note, tags v3.12.0, v3.12.1, v3.12.2 have been retracted because they contained the wrong module reference, please use the current release v3.13.0 onwards. Apologies for the inconvenience.

Full Changelog: https://github.com/pressly/goose/compare/v3.11.2...v3.13.0

Changelog

Sourced from github.com/pressly/goose/v3's changelog.

v3.13.0 - 2023-06-29

  • Update go.mod and retract all v3.12.X tags. They were accidentally pushed and contain a reference to the wrong Go module.
  • Fix up and up -allowing-missing behavior.
  • Fix empty version in log output.
  • Add new context.Context-aware functions and methods, for both sql and go migrations.
  • Return error when no migration files found or dir is not a directory.
Commits
  • 26295ee Release v3.13.0
  • aedfab0 Release v3.12.0
  • f476dd7 chore: update changelog
  • e18fac6 feat: add context-aware Go migrations (#534)
  • 7d9fbaf fix: return error when no migration files are found or dir is not a directory...
  • d21bf4f chore: add changelog and update goose version (#544)
  • 7dcddde feat: expose new functions for setting context (#517)
  • 949787e build(deps): upgrade all dependencies (#537)
  • d88978d Fix current version in empty up state log (#533)
  • f08d203 build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.9.1 to 2.10.0...
  • 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-commenter commented 1 year ago

Codecov Report

Merging #1149 (309cd46) into staging (d6bf903) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           staging    #1149   +/-   ##
========================================
  Coverage    26.57%   26.57%           
========================================
  Files           80       80           
  Lines         9075     9075           
========================================
  Hits          2412     2412           
  Misses        6354     6354           
  Partials       309      309           
Flag Coverage Δ
Unit-Tests 26.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

dependabot[bot] commented 1 year ago

Superseded by #1152.