Skip to content

v0.98.0

Choose a tag to compare

@kimdre kimdre released this 19 Jul 22:37
b18316a

What's Changed

  • Added a new container label cd.doco.deployment.config.target to 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>

🌟 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