Skip to content

v2026.7.15

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:16
· 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 under set -e; previously the root entrypoint could not overwrite the sandbox-chowned file on the second boot (EACCES on runtimes without CAP_DAC_OVERRIDE), which crash-looped the node (#640).

Removed

Deprecated

Security