Skip to content

Releases: vmorganp/Lazytainer

v2.0.8

31 Jan 00:12
c5c0ba7
Compare
Choose a tag to compare

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

29 Jan 08:39
4333795
Compare
Choose a tag to compare

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

23 Nov 09:04
ee308a0
Compare
Choose a tag to compare

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

31 Jul 19:28
30ea96a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

Negotiate Docker Version

20 Jul 09:52
763606e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

16 Jul 13:51
5ee3d9f
Compare
Choose a tag to compare

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

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 May 18:12
1ff58fc
Compare
Choose a tag to compare

Version bumps for go and module dependencies

v2.0.1

05 Mar 00:38
Compare
Choose a tag to compare

fix #17

v2.0.0

01 Feb 09:22
Compare
Choose a tag to compare

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

09 Oct 02:00
9f7ee66
Compare
Choose a tag to compare

Add configurable network interface thanks to @jack-bailey