Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.0] - 2023-07-26

Update

  • Update docker/docker version

[0.3.0] - 2020-11-20

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.

[0.2.1] - 2020-11-18

Fixed

  • ImagePuller authentication.

[0.2.0] - 2020-11-18

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.

[0.1.0] - 2020-10-14

Added

  • Initial public version