fix(deps): update module github.com/testcontainers/testcontainers-go to v0.26.0 #73
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prskr/nurse#73
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-testcontainers-testcontainers-go-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.18.0
->v0.26.0
Release Notes
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.26.0
Compare Source
What's Changed
🔒 Security
🚀 Features
🐛 Bug Fixes
Info()
(#1779) @pmalek📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.25.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.24.1
Compare Source
What's Changed
🐛 Bug Fixes
v0.24.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.23.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.22.0
Compare Source
What's Changed
⚠️ Breaking Changes
As a consequence of the bugs described in #1359, we had to bump the Docker version to a major version, which moved the
types.AuthConfig
type toregistry.AuthConfig
. We used that type as public API, therefore, our API has changed the signature of the method of an interface, which is used to build images from a Dockerfile. Please look at #1394 to understand the changes in theGetAuthConfigs
method.🚀 Features
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.21.0
Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v0.20.1
Compare Source
What's Changed
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
v0.20.0
Compare Source
Maintainers' note
We want to inform you about an issue that occurred with the release,
v0.20.0
. Due to an unintended error, the git tags associated withv0.20.0
were created in an inconsistent state. As a result, the tags were removed and recreated to accurately reflect the intended release state. This situation could have affected users relying on the Go proxy cache during the short time window between the initial release and the tag correction.To address this issue, we have now created the patch release
v0.20.1
, which is based on the correct state of the project and provides a seamless transition fromv0.20.0
.To ensure that you have the latest updates, we recommend updating your dependencies to use
v0.20.1
instead ofv0.20.0
to ensure you have the correct and stable version.We apologise for any inconvenience this may have caused and appreciate your understanding. If you have any questions or encounter any issues, please don't hesitate to reach out to us.
Thank you for your continued support!
What's Changed
⚠️ Breaking Changes
The signature of the
testcontainers.NewDockerClient
has changed in order to provide a simpler API for the future changes, and for that reason we were forced to break it and simplify its signature, returning the client and an error, instead of an instance of the Testcontainers properties and the host. At the same time, theTestContainersConfig
struct representing the configuration properties has been renamed toTestcontainersConfig
, which is brings consistency with the name of the project.🚀 Features
wait.HostPortStrategy
(#1039) @RiverPhillips🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
hashicorp/consul
in examples (#950) @eddumelendez📦 Dependency updates
v0.19.0
Compare Source
What's Changed
⚠️ Breaking Changes
If you are relying in the deprecated
RegistryCred
field from the ContainerRequest struct, then we broke your code 😞: the field is not used anymore therefore your own registry credentials won't be used. We expected that the credentials would live into the credential helpers, therefore would be automatically populated but, thanks to @srabraham, we discovered it's not. If that's your case you have to populate theDOCKER_AUTH_CONFIG
env var with your own credentials, as @srabraham did here https://github.com/testcontainers/testcontainers-go/pull/869#issuecomment-1480364456.🔒 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: 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 has been generated by Renovate Bot.