v0.10.0
What's Changed
WARNING: This is a partially backwards incompatible release due to the adoption of new container names that include both the destination and the role. It means that on the first deploy using this new version, you have to manually clean up the old containers, as MRSK will now be looking for new names that won't exist until the second deploy!
- Destination aware container names by @tbuehlmann in #71
- Role aware container names by @tbuehlmann in #99
- Run accessories on multiple hosts or roles by @djmb in #164
- Zero downtime redeploys by @djmb in #158
- Deploy locks by @djmb in #154
- Global logging configuration by @calmyournerves in #131
- Added the docker options override configuration for traefik by @stepbeekio in #100
- Allow to customize container options in accessories by @javierav in #153
- Use custom web options for healthcheck by @moomerman in #102
- Add container name env var for containers by @moomerman in #104
- Default to deploying the config version by @djmb in #143
- Install buildx inside container by @99linesofcode in #103
- Fix healthcheck test by @moomerman in #113
- Fix Traefik retry middleware by @intrip in #115
- Add option
--skip-push
to skip building and pushing the image by @calmyournerves in #111 - Properly pass traefik command options by @tbuehlmann in #116
- Fix label filters when destination is passed by @calmyournerves in #125
- Allow private accessory images by @jeremy in #149
- Accessories aren't required to publish a port by @jeremy in #151
- Deploys mention the service and version by @jeremy in #146
- Remove accessory images using tags rather than labels by @jeremy in #150
- Customizable stop wait time by @intrip in #155
- Push :latest in addition to : by @tbuehlmann in #161
- Pin Traefik to v2.9.9 by @kevinmcconnell in #165
New Contributors
- @moomerman made their first contribution in #104
- @99linesofcode made their first contribution in #103
- @davegudge made their first contribution in #101
- @ylecuyer made their first contribution in #119
- @jeremy made their first contribution in #149
- @stepbeekio made their first contribution in #100
- @djmb made their first contribution in #143
- @rstarmer made their first contribution in #118
- @javierav made their first contribution in #153
- @milk1000cc made their first contribution in #163
- @kevinmcconnell made their first contribution in #165
Full Changelog: v0.9.1...v0.10.0