chore(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#334
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#334renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
2fcf620 to
aa279a5
Compare
aa279a5 to
94b9c37
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
94b9c37 to
cfb8ef0
Compare
Pull Request Test Coverage Report for Build 21951600023Details
💛 - Coveralls |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.35.0→v0.40.0Release 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 because a matching PR was automerged previously.
♻ 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.