Skip to content

fix(deps): update testcontainers-go monorepo to v0.44.0 - #566

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

fix(deps): update testcontainers-go monorepo to v0.44.0#566
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/testcontainers-go-monorepo

Conversation

@renovate

@renovate renovate Bot commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

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

v0.40.0

Compare Source

What's Changed

⚠️ Breaking Changes

  • chore(redpanda)!: use Run function (

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 Nov 6, 2025
@renovate
renovate Bot requested review from a team as code owners November 6, 2025 18:03
@renovate
renovate Bot enabled auto-merge November 6, 2025 18:03
@renovate

renovate Bot commented Nov 6, 2025

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

  • 1 additional dependency was updated

Details:

Package Change
github.com/docker/docker v28.3.3+incompatible -> v28.5.1+incompatible

mergify[bot]
mergify Bot previously approved these changes Nov 6, 2025
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.40.0 fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.40.0 Nov 7, 2025
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.40.0 fix(deps): update testcontainers-go monorepo to v0.40.0 Nov 8, 2025
@renovate

renovate Bot commented Dec 15, 2025

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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.3 -> 1.25.0
github.com/docker/go-connections v0.6.0 -> v0.7.0
github.com/jackc/pgx/v5 v5.7.6 -> v5.9.2
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/sdk v1.38.0 -> v1.44.0
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
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/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/shirou/gopsutil/v4 v4.25.8 -> v4.26.6
github.com/stretchr/objx v0.5.2 -> v0.5.3
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
golang.org/x/mod v0.28.0 -> v0.37.0
golang.org/x/sync v0.17.0 -> v0.22.0
golang.org/x/tools v0.37.0 -> v0.47.0
github.com/sirupsen/logrus v1.9.3 -> v1.9.4
go.opentelemetry.io/otel/metric v1.38.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.44.0
golang.org/x/crypto v0.43.0 -> v0.54.0
golang.org/x/net v0.46.0 -> v0.56.0
golang.org/x/sys v0.37.0 -> v0.47.0
golang.org/x/text v0.30.0 -> v0.40.0

@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.40.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 Dec 27, 2025
@renovate
renovate Bot dismissed stale reviews from infratographer-robot and mergify[bot] via 390a221 December 27, 2025 17:00
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 35346e0 to 390a221 Compare December 27, 2025 17:00
mergify[bot]
mergify Bot previously approved these changes Dec 27, 2025
@renovate
renovate Bot dismissed stale reviews from infratographer-robot and mergify[bot] via 5b7d7b1 December 27, 2025 20:44
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 fix(deps): update testcontainers-go monorepo to v0.40.0 Dec 27, 2025
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 390a221 to 5b7d7b1 Compare December 27, 2025 20:44
mergify[bot]
mergify Bot previously approved these changes Dec 27, 2025
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.40.0 fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.40.0 Mar 6, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.40.0 fix(deps): update testcontainers-go monorepo to v0.40.0 Mar 6, 2026
@renovate
renovate Bot dismissed stale reviews from infratographer-robot and mergify[bot] via e277fb7 March 10, 2026 20:44
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 5b7d7b1 to e277fb7 Compare March 10, 2026 20:44
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.40.0 fix(deps): update testcontainers-go monorepo to v0.41.0 Mar 10, 2026
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.41.0 fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.41.0 Mar 18, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.41.0 fix(deps): update testcontainers-go monorepo to v0.41.0 Mar 18, 2026
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.41.0 fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.41.0 Mar 24, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.41.0 fix(deps): update testcontainers-go monorepo to v0.41.0 Mar 24, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from e277fb7 to e5adfa5 Compare April 9, 2026 17:33
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.41.0 fix(deps): update testcontainers-go monorepo to v0.42.0 Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from e5adfa5 to a591a1a Compare June 19, 2026 15:57
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.42.0 fix(deps): update testcontainers-go monorepo to v0.43.0 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from a591a1a to 9a50ae8 Compare August 7, 2026 14:04
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.43.0 fix(deps): update testcontainers-go monorepo to v0.44.0 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 9a50ae8 to 8f27deb Compare August 13, 2026 03:06
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.44.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.44.0 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 8f27deb to f109299 Compare August 13, 2026 10:49
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.44.0 fix(deps): update testcontainers-go monorepo to v0.44.0 Aug 13, 2026
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.

1 participant