feat(container): update ghcr.io/kimdre/doco-cd ( 0.103.0 ➔ 0.104.0 ) - autoclosed #1936

Merged
GiorgioAresu merged 1 commit from renovate/ghcr.io-kimdre-doco-cd-0.x into main 2026-08-01 16:00:20 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/kimdre/doco-cd minor 0.103.00.104.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kimdre/doco-cd (ghcr.io/kimdre/doco-cd)

v0.104.0

Compare Source

What's Changed
  • Added a new label cd.doco.job.stop_services allowing jobs to specify a comma-separated list of services (within the same or other projects) to be stopped before the job runs and restarted after completion, see the wiki: Temporarily stop services during a job run.
  • Added new REST API endpoints to track the status of deployments, see Deployment Runs
  • Added new available fields to the custom notification body:
    • .Target: Custom webhook/poll target that was used for the deployment (empty if default target or unused)
    • .Commits: Commits deployed since the last deploy (see Notifications/Commit changelog)
      Example:
      environment:
        APPRISE_NOTIFY_BODY_TEMPLATE: |
        {{ .DefaultBody }}
        {{ range .Commits }}- {{ .ShortHash }} {{ .Subject }} ({{ .Author }})
        {{ end }}
      
Features
  • feat(job-scheduling): implement service stop/start during scheduled job execution by @​kimdre in #​1587
  • feat(api): add deployment runs tracking endpoints and logic by @​kimdre in #​1571
🌟 Improvements
🐛 Bug Fixes
📦 Dependencies
📚 Miscellaneous

Full Changelog: https://github.com/kimdre/doco-cd/compare/v0.103.0...v0.104.0


Configuration

📅 Schedule: (in timezone Europe/Rome)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/kimdre/doco-cd](https://github.com/kimdre/doco-cd) | minor | `0.103.0` → `0.104.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/6) for more information. --- ### Release Notes <details> <summary>kimdre/doco-cd (ghcr.io/kimdre/doco-cd)</summary> ### [`v0.104.0`](https://github.com/kimdre/doco-cd/releases/tag/v0.104.0) [Compare Source](https://github.com/kimdre/doco-cd/compare/v0.103.0...v0.104.0) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed - Added a new label [`cd.doco.job.stop_services`](https://doco.cd/latest/Advanced/Job-Scheduling/#configuration:~:text=1-,cd.doco.job.stop_services,-string) allowing jobs to specify a comma-separated list of services (within the same or other projects) to be stopped before the job runs and restarted after completion, see the wiki: [Temporarily stop services during a job run](https://doco.cd/latest/Advanced/Job-Scheduling/#temporarily-stop-services-during-a-job-run). - Added new REST API endpoints to track the status of deployments, see [Deployment Runs](https://doco.cd/latest/Endpoints/REST-API/#deployment-runs) - Added new available fields to the [custom notification body](https://doco.cd/latest/Advanced/Notifications/#custom-notification-body): - `.Target`: Custom webhook/poll target that was used for the deployment (empty if default target or unused) - `.Commits`: Commits deployed since the last deploy (see [Notifications/Commit changelog](https://doco.cd/latest/Advanced/Notifications/#commit-changelog)) Example: ```tmpl environment: APPRISE_NOTIFY_BODY_TEMPLATE: | {{ .DefaultBody }} {{ range .Commits }}- {{ .ShortHash }} {{ .Subject }} ({{ .Author }}) {{ end }} ``` ##### ✨ Features - feat(job-scheduling): implement service stop/start during scheduled job execution by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1587](https://github.com/kimdre/doco-cd/pull/1587) - feat(api): add deployment runs tracking endpoints and logic by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1571](https://github.com/kimdre/doco-cd/pull/1571) ##### 🌟 Improvements - refactor: move helper and type packages to common by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1581](https://github.com/kimdre/doco-cd/pull/1581) - feat(notification): expose deployment target in notification templates by [@&#8203;JojoMee](https://github.com/JojoMee) in [#&#8203;1582](https://github.com/kimdre/doco-cd/pull/1582) - feat(notification): expose deployed commits in body templates by [@&#8203;dennislapchenko](https://github.com/dennislapchenko) in [#&#8203;1588](https://github.com/kimdre/doco-cd/pull/1588) ##### 🐛 Bug Fixes - fix(git): handle unsafe reference names in GetReferenceSet by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1586](https://github.com/kimdre/doco-cd/pull/1586) ##### 📦 Dependencies - chore(deps): update docker/login-action action to v4.5.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1572](https://github.com/kimdre/doco-cd/pull/1572) - fix(deps): update aws-sdk-go-v2 monorepo by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1573](https://github.com/kimdre/doco-cd/pull/1573) - chore(deps): update module mvdan.cc/gofumpt to v0.11.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1574](https://github.com/kimdre/doco-cd/pull/1574) - fix: replace validator package with go-playground/validator by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1577](https://github.com/kimdre/doco-cd/pull/1577) - fix(deps): replace gopkg.in/yaml.v3 with go.yaml.in/yaml.v3 by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1578](https://github.com/kimdre/doco-cd/pull/1578) - fix(deps): upgrade go.yaml.in/yaml from v3 to v4 by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1579](https://github.com/kimdre/doco-cd/pull/1579) - fix(deps): migrate from robfig/cron to go-co-op/gocron by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1580](https://github.com/kimdre/doco-cd/pull/1580) - fix(deps): update aws-sdk-go-v2 monorepo by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1583](https://github.com/kimdre/doco-cd/pull/1583) - fix(deps): update module github.com/go-git/go-git/v5 to v5.19.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1584](https://github.com/kimdre/doco-cd/pull/1584) - chore(deps): update github/codeql-action digest to [`f205ea1`](https://github.com/kimdre/doco-cd/commit/f205ea1) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1589](https://github.com/kimdre/doco-cd/pull/1589) - chore(deps): update dependency zensical to v0.0.52 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;1590](https://github.com/kimdre/doco-cd/pull/1590) ##### 📚 Miscellaneous - docs: add sponsorship section in README and wiki by [@&#8203;kimdre](https://github.com/kimdre) in [#&#8203;1576](https://github.com/kimdre/doco-cd/pull/1576) **Full Changelog**: <https://github.com/kimdre/doco-cd/compare/v0.103.0...v0.104.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Rome) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0NC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
feat(container): update ghcr.io/kimdre/doco-cd ( 0.103.0 ➔ 0.104.0 )
All checks were successful
Labeler / Labeler (pull_request) Successful in 4s
Lint / yamllint (pull_request) Successful in 12s
AI PR Review / AI PR Review (pull_request) Successful in 23s
Lint / actionlint (pull_request) Successful in 42s
Konflate 0 resources changed
a326af950f
| datasource | package                | from    | to      |
| ---------- | ---------------------- | ------- | ------- |
| docker     | ghcr.io/kimdre/doco-cd | 0.103.0 | 0.104.0 |
Collaborator

konflate — summary

No rendered changes.

View the full rendered diff →

konflate · rendered a326af9 · advisory, not a gate

<!-- konflate:pr-1936 --> ### konflate — summary ✅ No rendered changes. [View the full rendered diff →](https://konflate.aresu.eu/#/pr/1936) <sub>konflate · rendered `a326af9` · advisory, not a gate</sub>

Automated recommendation: APPROVE

Analysis engine: minimax/MiniMax-M2-7-anthropic@http://litellm.ai.svc.cluster.local:4000/v1 (anthropic)

Approve — standard Renovate container image bump from 0.103.0 to 0.104.0 with SHA-256 digests for ghcr.io/kimdre/doco-cd across 4 Docker Compose app files.

Changed files (4):

  • docker/odroidhc4/.doco-cd/docker-compose.app.yaml
  • docker/truenas/.doco-cd/docker-compose.app.yaml
  • docker/vps-pangolin/.doco-cd/docker-compose.app.yaml
  • docker/zimablade/.doco-cd/docker-compose.app.yaml

Each file receives a one-line image tag + digest update from the old SHA to the new SHA. Konflate rendered-diff reports no cautions, no render failures, and no cluster-impact changes beyond the image reference.

Per AGENTS.md, OCI artifacts are pinned by tag/version, not SHA digest — the @sha256: digests are present and correctly updated. The release notes (captured in the PR body) indicate additive features and improvements with no breaking changes noted.

<!-- ai-pr-reviewer --> <!-- ai-pr-reviewer:{"version":1,"head_sha":"a326af950f1e046117f944779006e4afe09b5c1a","base_sha":"fe6ed0875a1364691ec01ed934f34345b0fa2789","review_scope":"full","review_result":"clean"} --> <!-- ai-pr-review-sha:a326af950f1e046117f944779006e4afe09b5c1a --> <!-- ai-pr-review-fingerprint:d57765f5d1f28bd37c70a2efa47269f73405ab54|cfg:16b403f7f6fafa39ece41a3a80bdc5452fe3715c359eff9853a4c1633e4c1392 --> ✅ **Automated recommendation: APPROVE** _Analysis engine: minimax/MiniMax-M2-7-anthropic@http://litellm.ai.svc.cluster.local:4000/v1 (anthropic)_ **Approve** — standard Renovate container image bump from `0.103.0` to `0.104.0` with SHA-256 digests for `ghcr.io/kimdre/doco-cd` across 4 Docker Compose app files. **Changed files (4):** - `docker/odroidhc4/.doco-cd/docker-compose.app.yaml` - `docker/truenas/.doco-cd/docker-compose.app.yaml` - `docker/vps-pangolin/.doco-cd/docker-compose.app.yaml` - `docker/zimablade/.doco-cd/docker-compose.app.yaml` Each file receives a one-line image tag + digest update from the old SHA to the new SHA. Konflate rendered-diff reports no cautions, no render failures, and no cluster-impact changes beyond the image reference. Per `AGENTS.md`, OCI artifacts are pinned by tag/version, not SHA digest — the `@sha256:` digests are present and correctly updated. The release notes (captured in the PR body) indicate additive features and improvements with no breaking changes noted.
GiorgioAresu deleted branch renovate/ghcr.io-kimdre-doco-cd-0.x 2026-08-01 16:00:20 +02:00
renovate-bot changed title from feat(container): update ghcr.io/kimdre/doco-cd ( 0.103.0 ➔ 0.104.0 ) to feat(container): update ghcr.io/kimdre/doco-cd ( 0.103.0 ➔ 0.104.0 ) - autoclosed 2026-08-01 16:03:45 +02:00
Sign in to join this conversation.
No description provided.