Releases: dhui/dktest
Releases · dhui/dktest
v0.3.11
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
v0.3.9
Changes
- Add support for volumes, mounts, and specifying hostname thanks to @floatdrop (#11)
- Update docker SDK to v20.20.12
- Update containerd to v1.5.9 to for security vulnerability fix
v0.3.8
Changes
- Update containerd from v1.5.7 to v1.5.8 to fix a security vulnerability thanks to @kfcampbell (#8)
- Update image-spec from v1.0.1 to v1.0.2 to fix a security vulnerability
v0.3.7
v0.3.6
Changes
- Update docker client to v20.x
- This now requires a docker daemon supporting docker API version 1.41
- Fix broken CI
v0.3.5
Changes
- Update github.com/containerd/containerd to fix security vulnerability
- Support Go 1.16 and drop support or Go 1.14