Skip to content

doco-cd

v0.88.0 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 22d Deployment Automation
✓ 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

ReleasePort's take

Light signal
editorial:auto 13d

Execution mode `one_shot` is now named `one_off`, and GitHub App authentication has been added.

Why it matters: Update scheduler configurations to use the new `one_off` execution mode; adopt GitHub App auth for improved security. Patch immediately if using the deprecated name.

Summary

AI summary

Execution mode one_shot renamed to one_off; GitHub App authentication added.

Changes in this release

Feature Medium

add support for GitHub App authentication

add support for GitHub App authentication

Source: llm_adapter@2026-05-21

Confidence: high

Dependency Medium

update golang:1.26.3 docker digest to 2981696

update golang:1.26.3 docker digest to 2981696

Source: llm_adapter@2026-05-21

Confidence: low

Dependency Medium

update dependency zensical to v0.0.41

update dependency zensical to v0.0.41

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

prevent race condition in one-off container wait

prevent race condition in one-off container wait

Source: llm_adapter@2026-05-21

Confidence: high

Refactor Medium

rename execution mode from `one_shot` to `one_off` for consistency

rename execution mode from `one_shot` to `one_off` for consistency

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

What's Changed

Renamed execution mode one_shot

The job scheduler execution mode one_shot has been renamed from to one_off for consistency.
The old value is still accepted for backward compatibility but will log a warning and be removed in a future release.

Github Apps

Github Apps are now properly supported, more info in the documentation.

✨ Features

  • feat(git): add support for GitHub App authentication by @kimdre in https://github.com/kimdre/doco-cd/pull/1339

🌟 Improvements

  • refactor(scheduler): rename execution mode from one_shot to one_off for consistency by @kimdre in https://github.com/kimdre/doco-cd/pull/1336

🐛 Bug Fixes

  • fix(scheduler): prevent race condition in one-off container wait by @kimdre in https://github.com/kimdre/doco-cd/pull/1337

📦 Dependencies

  • chore(deps): update golang:1.26.3 docker digest to 2981696 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1330
  • chore(deps): update dependency zensical to v0.0.41 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1331

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