Skip to content

chore(deps): update module github.com/testcontainers/testcontainers-go to v0.41.0#171

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

chore(deps): update module github.com/testcontainers/testcontainers-go to v0.41.0#171
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/testcontainers-go-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/testcontainers/testcontainers-go v0.35.0v0.41.0 age adoption passing confidence

Release Notes

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

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

📦 Dependency updates

v0.38.0

Compare Source

What's Changed

⚠️ Breaking Changes

The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.

Only for users of the testcontainers.NewRawCommand function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.

  • chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#​3194) @​mdelapenya

Implementers of the testcontainers.ImageBuildInfo interface, would see that testcontainers.BuildOptions has changed its signature to use non-deprecated types from docker/docker:

type ImageBuildInfo interface {
- 	 BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions
+        BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions

Also users of the testcontainers.FromDockerfile struct will receive this breaking change, as the BuildOptionsModifier fields has changed:

- BuildOptionsModifier func(*types.ImageBuildOptions)
+ BuildOptionsModifier func(*build.ImageBuildOptions)

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v0.37.0

Compare Source

What's Changed

🔒 Security

  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (#​3105) @​dependabot[bot]
  • chore(pulsar): bump github.com/apache/pulsar-client-go from 0.10.0 to 0.14.0 in /modules/pulsar (#​3100) @​mdelapenya
  • chore(clickhouse): bump github.com/ClickHouse/clickhouse-go/v2 from 2.20.0 to 2.34.0 in /modules/clickhouse (#​3099) @​dependabot[bot]
  • security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (#​3095) @​sigi-glovebox

🚀 Features

  • feat(gcloud): add option to run firestore in datastore mode (#​3009) @​Zarux
  • feat: support for mounting images (#​3044) [@​mde

Configuration

📅 Schedule: 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 a review from a team as a code owner April 12, 2025 02:47
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from b007fbe to 0cd4266 Compare April 28, 2025 16:24
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.36.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.37.0 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch 14 times, most recently from 1824c9b to a99ab09 Compare May 9, 2025 02:04
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from a99ab09 to a91b480 Compare July 18, 2025 11:06
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.37.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.38.0 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from a91b480 to 0fff4bb Compare September 22, 2025 09:03
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.38.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.39.0 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 0fff4bb to 14cd8f0 Compare November 9, 2025 12:41
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.39.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 Nov 9, 2025
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 14cd8f0 to a47d063 Compare February 2, 2026 18:15
@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2026

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

  • 27 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.25.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
dario.cat/mergo v1.0.0 -> v1.0.2
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/docker/docker v27.1.1+incompatible -> v28.5.2+incompatible
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/klauspost/compress v1.17.9 -> v1.18.2
github.com/magiconair/properties v1.8.7 -> v1.8.10
github.com/moby/sys/sequential v0.5.0 -> v0.6.0
github.com/moby/sys/user v0.1.0 -> v0.4.0
github.com/moby/term v0.5.0 -> v0.5.2
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/stretchr/testify v1.9.0 -> v1.11.1
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.16
github.com/tklauser/numcpus v0.6.1 -> v0.11.0
github.com/yusufpapurcu/wmi v1.2.3 -> v1.2.4
go.opentelemetry.io/otel v1.28.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.28.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.28.0 -> v1.41.0
golang.org/x/crypto v0.31.0 -> v0.48.0
golang.org/x/net v0.33.0 -> v0.49.0
golang.org/x/sync v0.10.0 -> v0.19.0
golang.org/x/sys v0.28.0 -> v0.41.0
golang.org/x/term v0.27.0 -> v0.40.0
golang.org/x/text v0.21.0 -> v0.34.0
golang.org/x/tools v0.28.0 -> v0.41.0

@github-actions github-actions bot added size/L and removed size/XS labels Feb 2, 2026
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from a47d063 to 4057edb Compare February 12, 2026 15:37
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 4057edb to 87f233f Compare March 13, 2026 20:45
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.41.0 Mar 13, 2026
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