Releases: vmorganp/Lazytainer
Releases · vmorganp/Lazytainer
v2.0.8
What's Changed
- Bump github.com/docker/docker from 25.0.0+incompatible to 25.0.1+incompatible in /src by @dependabot in #39
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible in /src by @dependabot in #38
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.6+incompatible in /src by @dependabot in #36
- Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible in /src by @dependabot in #37
Full Changelog: v2.0.5...v2.0.6
v2.0.5 Fix memory leak
Negotiate Docker Version
Yeah v2.0.3 was also supposed to do this, but I made code soup while I was trying to test the pull request I think
I'm not entirely sure what happened there. Did I imagine handling this already??
What's Changed
- Added clarifications by @heisenberg2980 in #25
- Added API version negotiation to group.go by @technotiger in #28
New Contributors
- @heisenberg2980 made their first contribution in #25
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.2+incompatible in /src by @dependabot in #22
- Bump github.com/docker/docker from 24.0.2+incompatible to 24.0.4+incompatible in /src by @dependabot in #24
- Negotiate docker API version by @technotiger in #27
New Contributors
- @dependabot made their first contribution in #22
- @technotiger made their first contribution in #27
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
v2.0.0
What's Changed
- Now supports sleeping many containers or container groups with one instance of Lazytainer
- Configuration now done with labels instead of environment variables
Full Changelog: v1.3.1...v2.0.0
v1.3.1
Add configurable network interface thanks to @jack-bailey