Releases: cabify/aceptadora
Releases · cabify/aceptadora
v0.5.5
v0.5.4
v0.5.3
What's Changed
- Bump docker to v26.1.5 by @vseoane96 in #18
New Contributors
- @vseoane96 made their first contribution in #18
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Use client.FromEnv when creating the docker client by @daniponsg in #16
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- Bump Go and docker/docker by @daniponsg in #14
New Contributors
- @daniponsg made their first contribution in #14
Full Changelog: v0.4.0...v0.5.0
v0.4.0
[0.4.0] - 2023-07-26
Update
- Update
docker/docker
version
v0.3.0
v0.2.1
v0.2.0
Changed
- BREAKING:
aceptadora.New()
now accepts anImagePuller
instead of creating it, andaceptadora.Config
no longer contains theaceptadora.ImagePullerConfig
.
This allows reusing same ImagePuller for multiple aceptadora instances (one per test probably) and taking advantage of the image cache thatImagePuller
has to avoid pulling same image multiple times.