Skip to content

doco-cd

v0.98.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ci-cd devops docker docker-swarm doco-cd gitops
+2 more
swarm-mode webhook

Summary

AI summary

Updates 🌟 Improvements, autodiscovery, and commitstatus across a mixed release.

Changes in this release

Feature Medium

Adds container label `cd.doco.deployment.config.target` to prevent interference of multiple doco-cd instances.

Adds container label `cd.doco.deployment.config.target` to prevent interference of multiple doco-cd instances.

Source: llm_adapter@2026-07-20

Confidence: medium

Feature Medium

Posts commit status per stack; skipped deployments omitted and target name included when present.

Posts commit status per stack; skipped deployments omitted and target name included when present.

Source: llm_adapter@2026-07-20

Confidence: medium

Bugfix Medium

Enhances config target handling in autodiscovery.

Enhances config target handling in autodiscovery.

Source: llm_adapter@2026-07-20

Confidence: medium

Full changelog

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 https://github.com/kimdre/doco-cd/pull/1526
  • feat(commitstatus): add per-stack commit status contexts by @kimdre in https://github.com/kimdre/doco-cd/pull/1528

Full Changelog: https://github.com/kimdre/doco-cd/compare/v0.97.0...v0.98.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track doco-cd

Get notified when new releases ship.

Sign up free

About doco-cd

Docker Compose Continuous Deployment

All releases →

Related context

Earlier breaking changes

  • v0.89.0 Deployment now requires a .doco-cd.yml config file.

Beta — feedback welcome: [email protected]