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

fix(deps): update module github.com/pressly/goose/v3 to v3.24.0 #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pressly/goose/v3 v3.22.1 -> v3.24.0 age adoption passing confidence

Release Notes

pressly/goose (github.com/pressly/goose/v3)

v3.24.0

Compare Source

  • Add support for loading environment variables from .env files, enabled by default.
    • The default file name is .env, but can be changed with the -env=<filename> flag.
    • To disable this feature, set -env=none.

v3.23.1

Compare Source

  • Store implementations can optionally implement the TableExists method to provide optimized
    table existence checks (#​860)
    • Default postgres Store implementation updated to use pg_tables system catalog, more to follow
    • Backward compatible change - existing implementations will continue to work without modification
TableExists(ctx context.Context, db database.DBTxConn) (bool, error)

v3.23.0

Compare Source

  • Add WithLogger to NewProvider to allow custom loggers (#​833)
  • Update Provider WithVerbose behavior to log all SQL statements (#​851)
  • Upgrade dependencies and rebuild binaries with latest Go version (go1.23.3)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 21, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/pressly/goose/v3 to v3.23.0 fix(deps): update module github.com/pressly/goose/v3 to v3.23.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-pressly-goose-v3-3.x branch from a9a4c87 to f9a04e1 Compare December 12, 2024 18:14
Copy link
Contributor Author

renovate bot commented Dec 12, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.31.0 -> v0.33.0
golang.org/x/crypto v0.29.0 -> v0.31.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.28.0
golang.org/x/text v0.20.0 -> v0.21.0

@renovate renovate bot force-pushed the renovate/github.com-pressly-goose-v3-3.x branch from f9a04e1 to 74b6510 Compare December 19, 2024 20:12
@renovate renovate bot changed the title fix(deps): update module github.com/pressly/goose/v3 to v3.23.1 fix(deps): update module github.com/pressly/goose/v3 to v3.24.0 Dec 19, 2024
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants