Skip to content

Releases: cabify/aceptadora

v0.5.4

04 Sep 07:55
4dd198c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

12 Aug 07:42
003770b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

01 Aug 06:11
f4a5ad8
Compare
Choose a tag to compare

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

31 Jul 11:09
62fcaa3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

31 Jul 10:47
b93579a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

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/