Skip to content

doco-cd

v0.97.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

Affected surfaces

breaking_upgrade

Summary

AI summary

Updates ✨ Features, 🌟 Improvements, and πŸ› Bug Fixes across a mixed release.

Changes in this release

Feature Low

Adds SCHEDULER_ENABLED option to disable built-in job scheduler.

Adds SCHEDULER_ENABLED option to disable built-in job scheduler.

Source: llm_adapter@2026-07-19

Confidence: high

β€”
Dependency Low

Updates actions/setup-go action dependency to version v7.

Updates actions/setup-go action dependency to version v7.

Source: llm_adapter@2026-07-19

Confidence: high

β€”
Bugfix Medium

Fixes bug where API‑triggered poll jobs canceled when wait=false due to context detachment.

Fixes bug where API‑triggered poll jobs canceled when wait=false due to context detachment.

Source: llm_adapter@2026-07-19

Confidence: high

β€”
Full changelog

What's Changed

  • Added a new SCHEDULER_ENABLED option to disable the built-in job scheduler. Useful if you run multiple doco-cd instances, e.g. for self-updating doco-cd.
  • Added documentation to the wiki for self-updating doco-cd using two instances that manage each other.
  • Fixed a bug where doco-cd ran API-triggered poll jobs on the HTTP request context, so wait=false canceled the job as soon as the response was sent.

✨ Features

  • fix(config): feat: add SchedulerEnabled configuration option and related tests by @kimdre in https://github.com/kimdre/doco-cd/pull/1519

🌟 Improvements

  • fix(commitstatus): add debug logs by @kimdre in https://github.com/kimdre/doco-cd/pull/1521

πŸ› Bug Fixes

  • fix(api): detach context in poll/run endpoint when wait=false by @kimdre in https://github.com/kimdre/doco-cd/pull/1522

πŸ“¦ Dependencies

  • chore(deps): update actions/setup-go action to v7 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1520

Full Changelog: https://github.com/kimdre/doco-cd/compare/v0.96.0...v0.97.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]