Skip to content

Releases: dhui/dktest

v0.3.3

31 Oct 05:10

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

Changes

  • Update docker client library to fix logrus import issues (#5)
    • Thanks to @ankur22 for identifying the root cause for the failing tests

v0.3.2

14 Feb 05:16

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

Changes

  • Update docker client library fixing #4

v0.3.1

21 Jun 08:41
4896529

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Changes

v0.3.0

09 Jan 00:50

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Breaking Changes

  • Options.ReadyFunc now requires a context.Context. The Context should be used for timing out container readiness checks.
    • The timeout is configured via Options.ReadyTimeout

v0.2.2

08 Jan 12:14

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

Changes

  • More granular timeout options
    • Can specify timeout for:
      • image pulls
      • running and waiting for a container to be ready
      • stopping and removing a container
    • Fixes issue when a test times out waiting for the container to be ready and the container is never cleaned up

v0.2.1

08 Jan 07:44

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Changes

  • Support logging container's stdout and stderr
    • See LogStdout and LogStderr in Options

v0.2.0

08 Jan 00:35

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Breaking Changes

  • ContainerInfo changes:
    • IP and Port fields were dropped. Equivalent behavior is provided by the FirstPort() method.

Changes

  • Support for mapping multiple ports

v0.1.1

07 Jan 11:29

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Changes

  • Allow command and entrypoint to be specified

v0.1.0

04 Jan 13:06

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release