This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryUpdates 📦 Dependencies, deps, and o across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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,nfsandcifsvolumes to be recreated when their config changes.
For example the config change below will trigger doco-cd to
- stop and remove the container that uses the volume
- remove the tmpfs volume
- 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
Beta — feedback welcome: [email protected]