Skip to content

Update module github.com/pressly/goose/v3 to v3.28.0 - #6597

Merged
rdimitrov merged 1 commit into
mainfrom
renovate/github.laiyagushi.com-pressly-goose-v3-3.x
Sep 9, 2026
Merged

rdimitrov merged 1 commit into
mainfrom
renovate/github.laiyagushi.com-pressly-goose-v3-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/pressly/goose/v3 v3.27.1v3.28.0 age confidence

Release Notes

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

v3.28.0

Compare Source

Added
  • CLI: azuresql driver for Azure SQL with Microsoft Entra ID (Azure AD) authentication via
    fedauth connection string parameters, e.g.
    goose azuresql "sqlserver://host?database=mydb&fedauth=ActiveDirectoryDefault" status.
    Excluded when building with the no_mssql or no_azuresql tags (#​1109)
  • MySQL/MariaDB table-based Locker via lock.NewMySQLTableLocker, the MySQL counterpart to the
    Postgres table locker from #​993, accepting the same TableLockerOption set (#​1075)
Changed
  • Minimum Go version is now 1.26

  • ClickHouse: new goose_db_version tables are created with ORDER BY (version_id) instead of
    ORDER BY (date). Existing tables are unchanged (#​1085)

  • MySQL/TiDB: the tstamp column is now DATETIME instead of TIMESTAMP, which is capped at
    2038-01-19 (#​1053). Only newly created tables are affected; existing tables can be updated with:

    ALTER TABLE goose_db_version MODIFY tstamp datetime NULL DEFAULT CURRENT_TIMESTAMP;
  • Various dependency upgrades

Fixed
  • goose create returns a clear "file exists" error, including the path, instead of %!w(<nil>)
    when the migration file already exists (#​1104)

v3.27.3

Compare Source

Changed
  • Various dependency upgrades

v3.27.2

Compare Source

Changed
  • Upgrade golang.org/x/crypto and golang.org/x/net to address security advisories (CVE fixes)
  • Various dependency upgrades

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 Sep 9, 2026
@renovate
renovate Bot requested a review from JAORMX as a code owner September 9, 2026 16:56
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@renovate

renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/docker/go-connections v0.7.0 -> v0.8.1
github.com/AzureAD/microsoft-authentication-library-for-go v1.8.0 -> v1.9.0
github.com/prometheus/procfs v0.21.1 -> v0.22.0
github.com/sethvargo/go-retry v0.3.0 -> v0.4.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260819154853-08b0e4226688 -> v0.0.0-20260831171406-18b4a7587f8a
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0 -> v0.71.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260824195058-e88cd73687aa

@github-actions github-actions Bot added the size/XS Extra small PR: < 100 lines changed label Sep 9, 2026
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.88%. Comparing base (b6c3477) to head (595937f).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6597      +/-   ##
==========================================
+ Coverage   78.83%   78.88%   +0.05%     
==========================================
  Files         778      778              
  Lines       77598    77598              
==========================================
+ Hits        61171    61213      +42     
+ Misses      16422    16380      -42     
  Partials        5        5              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/github.laiyagushi.com-pressly-goose-v3-3.x branch from 84e9e81 to 7f8b51f Compare September 9, 2026 21:54
@github-actions github-actions Bot added size/S Small PR: 100-299 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Sep 9, 2026
@renovate
renovate Bot force-pushed the renovate/github.laiyagushi.com-pressly-goose-v3-3.x branch from 7f8b51f to 441b7c7 Compare September 9, 2026 22:01
@github-actions github-actions Bot added size/XS Extra small PR: < 100 lines changed and removed size/S Small PR: 100-299 lines changed labels Sep 9, 2026
@renovate
renovate Bot force-pushed the renovate/github.laiyagushi.com-pressly-goose-v3-3.x branch from 441b7c7 to 595937f Compare September 9, 2026 22:10
@github-actions github-actions Bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Sep 9, 2026
@rdimitrov
rdimitrov merged commit a5b11bb into main Sep 9, 2026
43 checks passed
@rdimitrov
rdimitrov deleted the renovate/github.laiyagushi.com-pressly-goose-v3-3.x branch September 9, 2026 22:29
@github-actions github-actions Bot mentioned this pull request Sep 10, 2026
2 tasks
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 Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant