Skip to content

doco-cd

v0.92.0 Breaking

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

Published 1mo 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

Summary

AI summary

Updates 📦 Dependencies, deps, and o across a mixed release.

Changes in this release

Feature Medium

Adds support for tmpfs, nfs, and cifs volume recreation on config changes.

Adds support for tmpfs, nfs, and cifs volume recreation on config changes.

Source: llm_adapter@2026-06-13

Confidence: high

Dependency Low

Updates dependency zensical to v0.0.45.

Updates dependency zensical to v0.0.45.

Source: llm_adapter@2026-06-13

Confidence: high

Dependency Low

Updates aws-sdk-go-v2 monorepo.

Updates aws-sdk-go-v2 monorepo.

Source: llm_adapter@2026-06-13

Confidence: high

Dependency Low

Updates module github.com/sigstore/cosign/v3 to v3.1.1.

Updates module github.com/sigstore/cosign/v3 to v3.1.1.

Source: llm_adapter@2026-06-13

Confidence: high

Dependency Low

Updates golang runtime to latest version.

Updates golang runtime to latest version.

Source: llm_adapter@2026-06-13

Confidence: high

Bugfix Medium

Fixes auto-discovery to return empty config list when no compose files are found.

Fixes auto-discovery to return empty config list when no compose files are found.

Source: llm_adapter@2026-06-13

Confidence: high

Full changelog

What's Changed

  • Added support for tmpfs, nfs and cifs volumes to be recreated when their config changes.

For example the config change below will trigger doco-cd to

  1. stop and remove the container that uses the volume
  2. remove the tmpfs volume
  3. recreate the volume with the new config and and start the removed container again with the new volume
services:
  app:
    image: nginx
    volumes:
      - tmp:/tmp

volumes:
  tmp:
    driver: local
    driver_opts:
      type: tmpfs
      device: tmpfs
-      o: size=50m
+      o: size=100m

🌟 Improvements

  • feat(compose): support tmpfs, nfs and cifs volume recreation on changed configurations by @kimdre in https://github.com/kimdre/doco-cd/pull/1424

🐛 Bug Fixes

  • fix(auto-discovery): return empty config list when no compose files are found by @kimdre in https://github.com/kimdre/doco-cd/pull/1438

📦 Dependencies

  • chore(deps): update dataaxiom/ghcr-cleanup-action digest to d52806a by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1418
  • chore(deps): update dependency zensical to v0.0.44 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1419
  • chore(deps): update codecov/codecov-action action to v6.0.2 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1420
  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1421
  • fix(deps): update module github.com/docker/cli to v29.5.3+incompatible by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1422
  • fix(deps): update module github.com/prometheus/common to v0.68.1 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1423
  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1425
  • fix(deps): update module github.com/sigstore/cosign/v3 to v3.1.0 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1426
  • chore(deps): update golang by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1430
  • chore(deps): update gcr.io/distroless/base-debian13 docker digest to 57c1e4c by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1429
  • chore(deps): update docker/github-builder digest to 5f637c8 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1431
  • chore(deps): update golang by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1432
  • chore(deps): update dependency zensical to v0.0.45 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1434
  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1435
  • fix(deps): update module github.com/sigstore/cosign/v3 to v3.1.1 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1436
  • chore(deps): update module golang.org/x/tools to v0.46.0 by @renovate[bot] in https://github.com/kimdre/doco-cd/pull/1437

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