Skip to content

fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0 - #329

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/testcontainers-go-monorepo
Open

fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0#329
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/testcontainers-go-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/testcontainers/testcontainers-go/modules/postgres v0.40.0v0.44.0 age confidence

Release Notes

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go/modules/postgres)

v0.44.0

Compare Source

What's Changed
🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v0.43.0

Compare Source

What's Changed
⚠️ Breaking Changes

Users of wait.ForSQL need to follow the new API contract, using Moby's network.Port instead of string when building the callback function to check the URL. Please see https://golang.testcontainers.org/features/wait/sql/

Users implementing their own testcontainers.ImageProvider need to implement the new PullImageWithPlatform method introduced by this PR.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v0.42.0

Compare Source

What's Changed

⚠️ Breaking Changes

🔒 Security

🐛 Bug Fixes

🧹 Housekeeping

📦 Dependency updates

v0.41.0

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested review from a team as code owners August 30, 2026 09:39
@renovate
renovate Bot enabled auto-merge August 30, 2026 09:39
@renovate

renovate Bot commented Aug 30, 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):

  • 28 additional dependencies were updated

Details:

Package Change
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/docker/go-connections v0.6.0 -> v0.7.0
github.com/ebitengine/purego v0.8.4 -> v0.10.1
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/go-ole/go-ole v1.2.6 -> v1.3.0
github.com/jackc/pgx/v5 v5.7.5 -> v5.9.2
github.com/klauspost/compress v1.18.0 -> v1.18.6
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 -> v0.0.0-20260330125221-c963978e514e
github.com/moby/go-archive v0.1.0 -> v0.2.0
github.com/moby/term v0.5.0 -> v0.5.2
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/shirou/gopsutil/v4 v4.25.7 -> v4.26.6
github.com/sirupsen/logrus v1.9.3 -> v1.9.4
github.com/testcontainers/testcontainers-go v0.40.0 -> v0.44.0
github.com/tklauser/go-sysconf v0.3.15 -> v0.4.0
github.com/tklauser/numcpus v0.10.0 -> v0.12.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 -> v0.69.0
go.opentelemetry.io/otel v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.44.0
golang.org/x/crypto v0.53.0 -> v0.54.0
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/text v0.38.0 -> v0.40.0
golang.org/x/tools v0.45.0 -> v0.47.0

@github-actions

Copy link
Copy Markdown

GraphQL Schema Check

Compared 0 schema changes against null operations

✅ Found no changes

🔗 View full schema check details

@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0 fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
auto-merge was automatically disabled August 30, 2026 18:09

Pull request was closed

@renovate
renovate Bot deleted the renovate/testcontainers-go-monorepo branch August 30, 2026 18:09
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0 - autoclosed fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.44.0 Aug 31, 2026
@renovate renovate Bot reopened this Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch 2 times, most recently from 1f5fb38 to 0d84a44 Compare August 31, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants