Skip to content

Releases: cabify/aceptadora

v0.4.0

17 Aug 10:33
a23a70a
Compare
Choose a tag to compare

[0.4.0] - 2023-07-26

Update

  • Update docker/docker version

v0.3.0

20 Nov 09:43
3220ca6
Compare
Choose a tag to compare

Added

  • Runner.StopWithTimeout and Config.StopTimeout to stop containers within the provided time, 0 by default to reduce the tear down time.

Changed

  • Refactored image pulling logging.

v0.2.1

18 Nov 15:01
Compare
Choose a tag to compare

Fixed

  • ImagePuller authentication.

v0.2.0

18 Nov 11:25
Compare
Choose a tag to compare

Changed

  • BREAKING: aceptadora.New() now accepts an ImagePuller instead of creating it, and aceptadora.Config no longer contains the aceptadora.ImagePullerConfig.
    This allows reusing same ImagePuller for multiple aceptadora instances (one per test probably) and taking advantage of the image cache that ImagePuller has to avoid pulling same image multiple times.

v0.1.0 Initial public release

16 Oct 17:13
72ff80a
Compare
Choose a tag to compare
s/around an acceptance test/for an acceptance test/