chore(deps): update ghcr.io/kimdre/doco-cd docker tag to v0.101.0#568
Merged
Conversation
OpenCode Dependabot Risk ReviewSchema: Decision: SummaryRenovate PR updates doco-cd from 0.100.0 to 0.101.0 (minor). Only doco-cd/docker-compose.yml is changed. doco-cd is a deployment tool, not a stateful service. Release notes indicate non-breaking improvements: deploy phase logging and a fix preventing scheduled jobs from running during deployment. No generated stacks, workflows, secrets, or deployment scripts are touched. Changed runtime artifacts
Runtime impactExpected rolling service update only; doco-cd is a deployment orchestrator, not a runtime data service. Breaking change assessmentNo breaking changes found in checked release notes. Required checks
Manual follow-upNone Sources checked
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.100.0→0.101.0Release Notes
kimdre/doco-cd (ghcr.io/kimdre/doco-cd)
v0.101.0Compare Source
What's Changed
The "deployment in progress" log during deployments now contains a
deploy.phasefield that shows what doco-cd is doing in the background (e.g. pulling or building images, creating services or waiting for service startup){"time":"2026-07-23T11:14:06.550169542+02:00","level":"info","msg":"deployment in progress","deploy":{"job_id":"019f8e40-d48d-7bb9-8832-93a167a5b239","phase":"pulling images","reference":"main","repository":"github.com/kimdre/doco-cd_tests","stack":"test-deploy","stage":"deploy"}} {"time":"2026-07-23T11:14:11.552029128+02:00","level":"info","msg":"deployment in progress","deploy":{"job_id":"019f8e40-d48d-7bb9-8832-93a167a5b239","phase":"pulling images","reference":"main","repository":"github.com/kimdre/doco-cd_tests","stack":"test-deploy","stage":"deploy"}} {"time":"2026-07-23T11:14:16.554090422+02:00","level":"info","msg":"deployment in progress","deploy":{"job_id":"019f8e40-d48d-7bb9-8832-93a167a5b239","phase":"waiting for services to start","reference":"main","repository":"github.com/kimdre/doco-cd_tests","stack":"test-deploy","stage":"deploy"}}Scheduled jobs are no longer executed when their stack is deployed or redeployed (on both Docker Compose and Swarm). They now run only on their configured schedule.
🌟 Improvements
📦 Dependencies
e4fba86by @renovate[bot] in #1539Full Changelog: kimdre/doco-cd@v0.100.0...v0.101.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.