Skip to content

Releases: joesturge/lazymc-docker-proxy

v2.7.2

27 Jan 20:19
Compare
Choose a tag to compare
chore: update changelog for fix

v2.7.1

23 Nov 22:52
286d04a
Compare
Choose a tag to compare

Fixed

  • Container going unhealthy when any error occurs in lazymc, it probably should not be doing that
  • Fixed test/bot by limiting rust nightly to 2024-10-01

v2.7.0

08 Nov 20:03
d0c233f
Compare
Choose a tag to compare

Build

  • Added multi arch support, now supports ARM and AMD builds

v2.6.1

30 Oct 22:25
7a527ec
Compare
Choose a tag to compare

Fixed

  • Fixed bug where servers started when they shouldn't

v2.6.0

30 Oct 19:02
c00c6df
Compare
Choose a tag to compare

Changed

  • Add support for missing lazymc options
  • Update README.md

v2.5.2

19 Sep 19:01
dcb47ac
Compare
Choose a tag to compare

Changed

  • Error handling no longer pauses logging thread, just sets unhealthy

Security

  • Dependabot updates

v2.5.1

03 Sep 21:26
ce8d68d
Compare
Choose a tag to compare

Security

  • Dependabot updates

v2.5.0

22 Aug 19:55
f832f39
Compare
Choose a tag to compare

Added

  • Health check capabilities

v2.4.0

20 Aug 00:00
3b0bf04
Compare
Choose a tag to compare

Added

  • recover from state where lazymc is unable to stop the server as the server started without lazymc starting it
  • test which ensures it can recover from an unexpected state
  • test which uses a minecraft bot to login to the server to ensure it functions correctly

Changed

  • On boot, the app will stop all server containers to ensure state is controlled
  • On shutdown, the app stop all server containers to ensure state is controlled

Fixed

  • Resolve static ip for container if not using IPAM also
  • Warns when the container IP could not be resolved (only an issue if not using IPAM config)

v2.3.0

18 Aug 18:40
e895902
Compare
Choose a tag to compare

Fixed

  • Use static IP in the lazymc.toml instead of hostname

Deprecated

  • The app will throw a warning if it notices you are not using a static ip for the minecraft container