Releases: joesturge/lazymc-docker-proxy
Releases · joesturge/lazymc-docker-proxy
v2.7.2
v2.7.1
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
Build
- Added multi arch support, now supports ARM and AMD builds
v2.6.1
Fixed
- Fixed bug where servers started when they shouldn't
v2.6.0
Changed
- Add support for missing lazymc options
- Update README.md
v2.5.2
Changed
- Error handling no longer pauses logging thread, just sets unhealthy
Security
- Dependabot updates
v2.5.1
Security
- Dependabot updates
v2.5.0
Added
- Health check capabilities
v2.4.0
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
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