This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#18
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#18renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
February 7, 2025 06:12
90db5b3 to
40a9f92
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
February 28, 2025 08:43
be67016 to
40a9f92
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
March 27, 2025 13:08
40a9f92 to
15e9510
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
April 8, 2025 15:33
15e9510 to
7d9ddcb
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
April 25, 2025 16:09
7d9ddcb to
d5b0c0c
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
May 7, 2025 10:07
d5b0c0c to
64b7bdb
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
July 15, 2025 09:53
64b7bdb to
2a2dee2
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
2 times, most recently
from
July 22, 2025 16:11
57530d1 to
cdfc511
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
August 10, 2025 15:43
cdfc511 to
7c324b9
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
September 19, 2025 11:00
7c324b9 to
5a1f491
Compare
renovate
Bot
force-pushed
the
renovate/testcontainers-go-monorepo
branch
from
November 6, 2025 15:00
5a1f491 to
4325507
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.34.0→v0.40.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.40.0Compare Source
What's Changed
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.
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.39.0Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
WithHtpasswdto useos.CreateTempinstead ofos.Createwithfilepath.Join. (#3272) @jakobmoellerdev📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.38.0Compare Source
What's Changed
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🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.37.0Compare Source
What's Changed
🔒 Security
🚀 Features
WithReuseByNamefor modifying Generic Container Requests (#3064) @jm96441n🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
golang.org/x/exp/sliceswith stdlib (#3075) @Juneezeev0.36.0Compare Source
What's Changed
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.