Minor updates + cgroup bugfix
This release includes a couple of minor updates/additions and a cgroup bugfix.
- Avoid double health checks
- Added a repair task (redeploy to unhealthy hosts during rolling deploy)
- Minor log message cleanup
- After the most recent large Service class refactor, centurion no longer set Cgroup params for memory or CPU shares. This has now been fixed. NOTE: If you rely on this functionality - please
docker inspect
your running containers and verify thatMemory
is not 0 or max possible memory; redeploy the container if it's incorrect.
Changelog: v1.8.4...v1.8.5