What's Changed
When using docker compose with configs, secrets or bind mounts, changes to these resources will trigger a recreation of the service containers by default. To avoid this, you can set the new cd.doco.deployment.recreate.ignore service label to a YAML list of scopes that should be ignored for recreation.
More info in the wiki: https://github.com/kimdre/doco-cd/wiki/Deploy-Settings#service-labels
✨ Features
- feat(docker): add recreate ignore label to skip recreate by @qianlongzt in #1158
📦 Dependencies
- chore(deps): update github/codeql-action digest to 3869755 by @renovate[bot] in #1154
- fix(deps): update module github.com/docker/compose/v5 to v5.1.1 by @renovate[bot] in #1155
- chore(deps): update golang:1.26.1 docker digest to 595c784 by @renovate[bot] in #1160
- fix(deps): update module github.com/infisical/go-sdk to v0.6.9 by @renovate[bot] in #1161
- chore(deps): update codecov/codecov-action action to v5.5.4 by @renovate[bot] in #1165
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #1166
- chore(deps): update github/codeql-action digest to c10b806 by @renovate[bot] in #1167
- chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in #1168
Full Changelog: v0.76.0...v0.77.0-rc.1