Releases: dhui/dktest
Releases · dhui/dktest
v0.4.3
What's Changed
- Add ExposePorts Option by @mbobrovskyi in #21
New Contributors
- @mbobrovskyi made their first contribution in #21
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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
- @samlawson355 made their first contribution in #36
Full Changelog: v0.4.1...v0.4.2
v0.4.1
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
- @mkorolyov made their first contribution in #26
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
v0.3.15
v0.3.14
v0.3.13
v0.3.12
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