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

Update module github.com/pressly/goose/v3 to v3.24.1 #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

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

Release Notes

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

v3.24.1

Compare Source

  • Fix regression (v3.23.1 and v3.24.0) in postgres migration table existence check for
    non-default schema. (#​882, #​883, #​884).

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)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 the dependencies Pull requests that update a dependency file label Dec 16, 2024
Copy link
Author

renovate bot commented Dec 16, 2024

ℹ Artifact update notice

File name: app/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.30.0 -> v0.31.0
golang.org/x/net v0.32.0 -> v0.33.0

@renovate renovate bot force-pushed the renovate/github.com-pressly-goose-v3-3.x branch from 3e8d3c4 to bb4529b Compare December 21, 2024 17:36
@renovate renovate bot changed the title Update module github.com/pressly/goose/v3 to v3.23.1 Update module github.com/pressly/goose/v3 to v3.24.0 Dec 21, 2024
@renovate renovate bot changed the title Update module github.com/pressly/goose/v3 to v3.24.0 Update module github.com/pressly/goose/v3 to v3.24.1 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-pressly-goose-v3-3.x branch from bb4529b to 0c870c9 Compare January 9, 2025 12:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants