chore(deps): update module github.com/testcontainers/testcontainers-go to v0.29.1 - autoclosed #10
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.26.0
->v0.29.1
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.29.1
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.29.0
Compare Source
v0.28.0
Compare Source
What's Changed
If you are starting a log producer, it's now possible to pass log options in a variadic manner (at this moment only the log producer timeout option is available). So this breaking change will affect you if and only if you are assigning the
StartLogProducer
method of a container to a variable.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.27.0
Compare Source
What's Changed
Building images with FromDockerfile
The
ImageBuildInfo
interface now includes a new method:BuildOptions
, which is used to configure the build process.This method returns the image build options when building a Docker image from a Dockerfile,
and it will apply some defaults and finally call the new
BuildOptionsModifier
method from the FromDockerfile struct, if set.This way it's possible to access Docker's
types.ImageBuildOptions
type and modify it before the build process starts.Executing commands using the Executable interface
It now includes an
Options
method that needs to be implemented. This method will allow configuring the exec options added in this PR for theWithStartupCommand
functional option.If your code is implementing
Executable
, you can embed theExecOptions
struct in your own struct in order to satisfy the interface.Please take a look at the
RabbitMQ
test types to see examples on how to do it.🔒 Security
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
Configuration
📅 Schedule: 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.