New
docker rollout v0.12
What's Changed
- feat: true zero-downtime deployment with container draining by @wowu in https://github.com/wowu/docker-rollout/pull/36
- Allow the old container to finish processing current requests before stopping. Requires a more complex setup, see docs.
- docs: better container draining description
Full Changelog: https://github.com/wowu/docker-rollout/compare/v0.11...v0.12