Skip to content

Releases: orlangure/gnomock

v0.15.1

01 Jul 21:16
Compare
Choose a tag to compare
  • document k3s preset minimal image version for latest linux kernel

v0.15.0

19 Jun 13:55
Compare
Choose a tag to compare
  • support private docker images: WithRegistryAuth option
  • dependency version upgrades

v0.14.2

19 May 16:47
Compare
Choose a tag to compare
  • Add API Version Negotiation to Docker client: #155 by @rohitkg98
  • Upgrade dependency versions

v0.14.1

01 May 13:07
Compare
Choose a tag to compare
  • fix unix:/// socket support in DOCKER_HOST

v0.14.0

26 Apr 20:16
Compare
Choose a tag to compare
  • InfluxDB preset

v0.13.0

14 Apr 15:02
Compare
Choose a tag to compare
  • experimental support for remote hosts using DOCKER_HOST
  • maintenance: upgrade dependency versions

v0.12.1

26 Mar 17:13
Compare
Choose a tag to compare

This release includes 2 bug fixes that appeared after a recent docker update on mac and windows:

  • Sometimes new containers were assigned port "0"
  • Gnomock couldn't communicate with docker host from inside its own container (not relevant for direct Go users)

v0.12.0

30 Jan 17:41
Compare
Choose a tag to compare
  • CockroachDB preset
  • Elasticsearch preset memory tweak: set 256m heap size inside the container
  • container cleanup improvements for Gnomock Server

v0.11.0

14 Jan 20:33
Compare
Choose a tag to compare

Container cleanup mechanism: each container started by Gnomock gets its own sidecar container, which is responsible to terminate the container in case the tests for some reason don't run gnomock.Stop().

v0.10.1

09 Dec 21:59
Compare
Choose a tag to compare

This is a stability release.

  • A minor issue is fixed when using default address/port on containers that don't have it defined.
  • Preset documentation improved to include default images or credentials.