What's Changed
The most important new feature in 0.13.0 is hooks. This allows to run custom code on pre-connect, pre-build, and post-deploy. The post-deploy hook can be used for broadcasts, as well as anything else, so we've dropped the old audit_broadcast_cmd
option. If you were using that, you should convert it to a post-deploy
hook.
- Add hooks by @djmb in #291
- Better lock messages by @djmb in #283
- Add healthcheck interval option by @acidtib in #290
- Highlight uncommitted changes in version by @djmb in #292
- Report the host an error occurred on by @djmb in #299
- Allow to inject environment variables to traefik by @Novtopro in #287
- Call app:boot to rollback by @djmb in #271
New Contributors
- @olimart made their first contribution in #272
- @xiaohui-zhangxh made their first contribution in #277
- @acidtib made their first contribution in #290
- @johnmcdowall made their first contribution in #305
- @Novtopro made their first contribution in #287
- @shafy made their first contribution in #312
Full Changelog: v0.12.1...v0.13.0