Skip to content

fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 - #115

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

fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0#115
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/testcontainers-go-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 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.35.0v0.43.0 age confidence

Release Notes

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

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

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v0.39.0

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: clarify no client SDKs in production modules/images, in contributing.md (#​3279) @​nimdrak

🧹 Housekeeping

  • chore(atlas): simplify host-port calculation in tests (#​3300) [@​mde

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: 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 requested a review from a team as a code owner March 27, 2025 14:00
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 96c0371 to c2e1e45 Compare April 25, 2025 15:37
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.36.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.37.0 Apr 25, 2025
@renovate

renovate Bot commented Apr 25, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

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

  • 11 additional dependencies were updated

Details:

Package Change
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 -> v0.0.0-20240806141605-e8a1dd7889d6
github.com/moby/sys/user v0.3.0 -> v0.4.0
golang.org/x/crypto v0.36.0 -> v0.43.0
golang.org/x/net v0.33.0 -> v0.45.0
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240903143218-8af14fe29dc1
github.com/docker/docker v28.0.1+incompatible -> v28.5.1+incompatible
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/magiconair/properties v1.8.9 -> v1.8.10
golang.org/x/sys v0.31.0 -> v0.37.0

@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.37.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.38.0 Jul 15, 2025
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from c2e1e45 to d32a522 Compare July 15, 2025 18:15
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from d32a522 to b5c2949 Compare August 10, 2025 15:40
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from b5c2949 to a12d6f2 Compare September 19, 2025 10:57
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.38.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.39.0 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from a12d6f2 to 99b682d Compare October 9, 2025 02:13
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 99b682d to 8ef2a1a Compare November 6, 2025 14:00
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.39.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 Nov 6, 2025
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

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

  • 19 additional dependencies were updated

Details:

Package Change
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 -> v0.0.0-20240806141605-e8a1dd7889d6
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/klauspost/compress v1.18.0 -> v1.18.5
github.com/moby/sys/user v0.3.0 -> v0.4.0
github.com/tklauser/go-sysconf v0.3.15 -> v0.3.16
github.com/tklauser/numcpus v0.10.0 -> v0.11.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.35.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.41.0
golang.org/x/crypto v0.36.0 -> v0.51.0
golang.org/x/net v0.33.0 -> v0.53.0
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 -> v0.11.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20240903143218-8af14fe29dc1
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/magiconair/properties v1.8.9 -> v1.8.10
github.com/sirupsen/logrus v1.9.3 -> v1.9.4
golang.org/x/sys v0.31.0 -> v0.45.0

@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 8ef2a1a to e20fcd5 Compare December 15, 2025 15:43
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from e20fcd5 to c7f6ab1 Compare February 2, 2026 15:55
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from c7f6ab1 to 4b72105 Compare February 24, 2026 16:06
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch 2 times, most recently from 01d7a4b to f67d0b7 Compare March 10, 2026 19:37
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.41.0 Mar 10, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from f67d0b7 to 270d988 Compare April 1, 2026 21:52
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 270d988 to 8936b42 Compare April 9, 2026 16:10
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.41.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.42.0 Apr 9, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 8936b42 to 4285eb7 Compare May 12, 2026 13:57
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 4285eb7 to 283cd3e Compare May 28, 2026 22:33
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.42.0 fix(deps): update testcontainers-go monorepo to v0.42.0 Jun 2, 2026
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.42.0 fix(deps): update testcontainers-go monorepo to v0.42.0 - autoclosed Jun 12, 2026
@renovate renovate Bot closed this Jun 12, 2026
@renovate
renovate Bot deleted the renovate/testcontainers-go-monorepo branch June 12, 2026 21:00
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo to v0.42.0 - autoclosed fix(deps): update testcontainers-go monorepo to v0.42.0 Jun 13, 2026
@renovate renovate Bot reopened this Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch 3 times, most recently from f11f2eb to 13ccd3c Compare June 19, 2026 16:47
@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 changed the title fix(deps): update testcontainers-go monorepo to v0.43.0 fix(deps): update testcontainers-go monorepo Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update testcontainers-go monorepo fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 13ccd3c to 85746ea Compare July 12, 2026 14:56
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 - autoclosed Jul 23, 2026
@renovate renovate Bot closed this Jul 23, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 - autoclosed fix(deps): update module github.com/testcontainers/testcontainers-go to v0.43.0 Jul 23, 2026
@renovate renovate Bot reopened this Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch 2 times, most recently from 85746ea to 799420d Compare July 23, 2026 08:02
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