v0.98.0
What's Changed
- Added a new container label
cd.doco.deployment.config.targetto prevent multiple doco-cd instances to interfere with each other when auto-deployment is used. - Commit status now gets posted per stack if the stack gets deployed. Skipped deployments will not appear in the commit status check. In addition, if the deployment has a target name, it will also appear in the commit status context.
- Init or pre-deploy stage failed:
doco-cd/deploy: <error message> - Without deployment target:
doco-cd/<stack>: <message> - With deployment target:
doco-cd/<target>/<stack>: <message>
- Init or pre-deploy stage failed:
🌟 Improvements
- fix(autodiscovery): enhance config target handling by @kimdre in #1526
- feat(commitstatus): add per-stack commit status contexts by @kimdre in #1528
Full Changelog: v0.97.0...v0.98.0