v2026.7.15
·
202 commits
to main
since this release
Added
Changed
Fixed
- Keep the cron-watchdog temp file (
/tmp/cron-watchdog.sh) root-owned so a container restart (docker start) can rewrite it, and make the optional cron supervisor non-fatal underset -e; previously the root entrypoint could not overwrite the sandbox-chowned file on the second boot (EACCES on runtimes withoutCAP_DAC_OVERRIDE), which crash-looped the node (#640).