fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#18
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0#18renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
90db5b3 to
40a9f92
Compare
be67016 to
40a9f92
Compare
40a9f92 to
15e9510
Compare
15e9510 to
7d9ddcb
Compare
7d9ddcb to
d5b0c0c
Compare
d5b0c0c to
64b7bdb
Compare
64b7bdb to
2a2dee2
Compare
57530d1 to
cdfc511
Compare
cdfc511 to
7c324b9
Compare
7c324b9 to
5a1f491
Compare
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 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.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.