Skip to content

v1.24.0

Choose a tag to compare

@amayer1983 amayer1983 released this 21 Jun 14:25
· 2 commits to main since this release

Added

/check --dry-run — preview an update before running it.

Runs the normal read-only update check, then — instead of the actionable "Updates Available" notification — shows what applying each update would do, and changes nothing. For every pending update it reports:

  • the recreate path — Compose up -d <service> vs. standalone recreate (rebuilt from docker inspect), mirroring the real fallback rule;
  • the dependents that would restart when the container is the head of a restart_dependents Container Group;
  • any major-version jump that would be held for confirmation.

Aliases: /check dry-run and /dryrun. No buttons, no side effects. From the #2 roadmap. English + German translated; other languages fall back to English.