Skip to content

Releases: dhui/dktest

v0.4.3

08 Sep 20:58
4619817
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Sep 08:30
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

What's Changed

  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #34
  • upgrade docker version and go by @samlawson355 in #36
  • Bump github.com/docker/docker from 27.0.2+incompatible to 27.1.1+incompatible by @dependabot in #37
  • Use math/rand/v2
  • Support Go 1.23 and drop support for Go 1.21

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Apr 05:59
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #33
  • remove image to save space and cleanup when container stopped after the execution by @mkorolyov in #26

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Dec 07:19
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Note, there was a brief period of time (less than 15m) where v0.3.17 was incorrectly tagged with backwards incompatible changes.

Backwards incompatible changes

  • Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #30

Changes

  • Updated outdated packages
    • Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #28
    • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #29
  • Update outdated GitHub actions

Full Changelog: v0.3.16...v0.4.0

v0.3.16

20 May 06:52
8a29cf3
Compare
Choose a tag to compare
v0.3.16 Pre-release
Pre-release

Changes

  • Update docker distribution from v2.8.1 to v2.8.2 for upstream security fixes

v0.3.15

05 Apr 04:52
1207f0b
Compare
Choose a tag to compare
v0.3.15 Pre-release
Pre-release

Changes

  • Update docker client from v20.10.19 to v20.10.24 for upstream security fixes

v0.3.14

05 Apr 04:50
Compare
Choose a tag to compare
v0.3.14 Pre-release
Pre-release

Changes

  • Dependency updates
  • Add support for Go 1.20 and drop support for Go 1.18
  • Move from CircleCI to Github Actions for CI

v0.3.13

15 Oct 05:30
Compare
Choose a tag to compare
v0.3.13 Pre-release
Pre-release

Changes

  • Update docker client from v20.10.17 to v20.10.19
  • Drop support for Go 1.17 and add support for Go 1.19

v0.3.12

26 Aug 07:20
Compare
Choose a tag to compare
v0.3.12 Pre-release
Pre-release

Changes

  • Update docker client from v20.10.15 to v20.10.17 fixing #18 . Thanks @zagraves for identifying the issue!

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