chore(deps): update ghcr.io/kimdre/doco-cd docker tag to v0.108.0 - #597
chore(deps): update ghcr.io/kimdre/doco-cd docker tag to v0.108.0#597renovate[bot] wants to merge 2 commits into
Conversation
OpenCode Dependabot Risk ReviewSchema: Decision: SummaryRenovate PR bumps doco-cd from 0.106.0 to 0.108.0 (two minor releases). The v0.107.0 release includes several breaking changes: the auto_discovery.delete default changed from true to false (requires explicit config to auto-remove obsolete stacks), the first deployment after upgrade recreates all tasks/containers to set correct metadata, and the REST API response shape for Stack endpoints changed. The v0.108.0 release adds support for remote Git and OCI artifact includes in Compose files. Because doco-cd is the deployment/CD tool that manages all stacks, these runtime-breaking changes require manual review and config validation before merging. Changed runtime artifacts
Runtime impactFirst deployment after upgrade will recreate all tasks/containers across all stacks to set correct doco-cd metadata. The auto_discovery.delete default change may cause stale stacks to persist if not explicitly configured. No stateful service data migration is expected, but the deployment orchestration itself has breaking behavioral changes. Breaking change assessmentBreaking changes detected in v0.107.0: (1) auto_discovery.delete default changed to false — stacks will no longer be auto-removed unless explicitly configured; (2) first deployment after upgrade recreates all tasks/containers in every stack; (3) REST API Stack endpoint response shape changed. These affect the deployment runtime behavior of the entire infrastructure. Required checks
Manual follow-up
Sources checked
|
|
OpenCode risk gate: neutral. Manual review required. Risk: medium. Reason: Renovate PR updates ghcr.io/kimdre/doco-cd from 0.106.0 to 0.108.0 (two minor bumps). The changed file is limited to doco-cd/docker-compose.yml. Release notes for v0.107.0 include breaking changes: auto_discovery.delete default changed to false, first deployment after upgrade recreates all stack tasks, and REST API response shape changed. v0.108.0 adds remote Git/OCI include support. Because doco-cd is the deployment/CD orchestrator for this infrastructure and the release notes document breaking runtime migration concerns, the update carries medium risk and should not be auto-merged. |
07ca8fa to
9a6c141
Compare
There was a problem hiding this comment.
OpenCode risk gate: changes requested. Risk: medium. Reason: Renovate PR bumps doco-cd from 0.106.0 to 0.108.0 (two minor releases). The v0.107.0 release includes several breaking changes: the auto_discovery.delete default changed from true to false (requires explicit config to auto-remove obsolete stacks), the first deployment after upgrade recreates all tasks/containers to set correct metadata, and the REST API response shape for Stack endpoints changed. The v0.108.0 release adds support for remote Git and OCI artifact includes in Compose files. Because doco-cd is the deployment/CD tool that manages all stacks, these runtime-breaking changes require manual review and config validation before merging.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.106.0→0.108.0Release Notes
kimdre/doco-cd (ghcr.io/kimdre/doco-cd)
v0.108.0Compare Source
What's Changed
This release adds support for including Git repos and OCI artifacts in Docker Compose's
includetop-level section as described in their documentation:Use the new
OCI_INSECURE_REGISTRIESenvironment variable to set a comma-seperated allowlist of OCI registries to treat as insecure (HTTP or self-signed certs). Entries are deduplicated and normalized to lowercase. Each entry must be a hostname with optional port (no URL schemes allowed).Example:
registry.example:5000,localhost:5000To use includes:
include:section to a Compose file:GIT_ACCESS_TOKENor domain-scoped credentials are configured (see wiki).OCI_INSECURE_REGISTRIES.🌟 Improvements
Full Changelog: kimdre/doco-cd@v0.107.0...v0.108.0
v0.107.0Compare Source
What's Changed
New configuration options:
DATA_HOST_PATH: Optional source path of the deployment data mount as seen by the target Docker daemon (See Remote Docker daemons). Automatically detected by default.Improvements, fixes and changes
APPRISE_NOTIFY_LEVELis set toinfo.✨ Features
🌟 Improvements
🐛 Bug Fixes
📦 Dependencies
a492c6dby @renovate[bot] in #16302005724by @renovate[bot] in #1631📚 Miscellaneous
New Contributors
Full Changelog: kimdre/doco-cd@v0.106.0...v0.107.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.