Skip to content

Releases: dhui/dktest

v0.3.11

07 May 04:56
Compare
Choose a tag to compare
v0.3.11 Pre-release
Pre-release

Changes

  • Add RunContext method to make using dktest easier (usage in benchmarks and shared containers across tests) thanks to @prashantv (#17)
  • Update docker client from v20.10.13 to v20.10.15 fixing #16. Thanks @rodrigc for identifying the issue!
  • Add support for Go 1.18 and drop support for Go 1.16

v0.3.10

17 Mar 06:34
9bb6ef4
Compare
Choose a tag to compare
v0.3.10 Pre-release
Pre-release

Changes

  • Adds an option to specify the platform when pulling an image thanks @jeromefroe (#12)
  • Update containerd and docker to fix security issues thanks to @birdayz (#13) and @wenlock (#15)

v0.3.9

12 Jan 18:27
Compare
Choose a tag to compare
v0.3.9 Pre-release
Pre-release

Changes

v0.3.8

08 Dec 05:37
441fbcd
Compare
Choose a tag to compare
v0.3.8 Pre-release
Pre-release

Changes

v0.3.7

13 Oct 04:55
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release

Changes

  • Update docker client to v20.10.9 for security fixes
  • Update indirect dependency on containerd to v1.5.7 for security fixes
  • Support Go 1.17 and drop support for Go 1.15

v0.3.6

28 Jul 21:49
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

Changes

v0.3.5

28 Jul 21:27
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

Changes

  • Update github.com/containerd/containerd to fix security vulnerability
  • Support Go 1.16 and drop support or Go 1.14

v0.3.4

10 Feb 04:43
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

Changes

  • Update packages to fix #7
    • Thanks to @Josca for raising this issue!

v0.3.3

31 Oct 05:10
Compare
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
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Changes

  • Update docker client library fixing #4