Skip to content

fix(deps): update module github.com/pressly/goose/v3 to v3.28.0 - #339

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

fix(deps): update module github.com/pressly/goose/v3 to v3.28.0#339
omarluq merged 1 commit into
mainfrom
renovate/github.com-pressly-goose-v3-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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)

Configuration

📅 Schedule: (UTC)

  • 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 commented Sep 2, 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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/pierrec/lz4/v4 v4.1.27 -> v4.1.29
github.com/prometheus/procfs v0.21.1 -> v0.22.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0 -> v0.71.0
go.opentelemetry.io/otel v1.45.0 -> v1.46.0
go.opentelemetry.io/otel/metric v1.45.0 -> v1.46.0
go.opentelemetry.io/otel/sdk v1.45.0 -> v1.46.0
go.opentelemetry.io/otel/sdk/metric v1.45.0 -> v1.46.0
go.opentelemetry.io/otel/trace v1.45.0 -> v1.46.0
golang.org/x/exp v0.0.0-20260718201538-764159d718ef -> v0.0.0-20260824195058-e88cd73687aa
google.golang.org/genproto/googleapis/rpc v0.0.0-20260807164820-c8921c73eeea -> v0.0.0-20260831171406-18b4a7587f8a
google.golang.org/grpc v1.83.0 -> v1.83.2
google.golang.org/protobuf v1.36.11 -> v1.36.12
modernc.org/libc v1.74.4 -> v1.75.6
modernc.org/memory v1.11.0 -> v1.12.1

@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.14%. Comparing base (9d1caa8) to head (25848d4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #339      +/-   ##
==========================================
- Coverage   88.14%   88.14%   -0.01%     
==========================================
  Files         361      361              
  Lines       34636    34636              
==========================================
- Hits        30530    30529       -1     
- Misses       4101     4102       +1     
  Partials        5        5              
Flag Coverage Δ
unittests 88.14% <ø> (-0.01%) ⬇️

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

☔ 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.

@omarluq
omarluq merged commit fdbc029 into main Sep 2, 2026
12 checks passed
@omarluq
omarluq deleted the renovate/github.com-pressly-goose-v3-3.x branch September 2, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant