Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

Force sandboxing

Self-hostingSecurityv1.634.0

Instance-level setting to enforce nsjail sandboxing across all jobs, and per-script #sandbox annotation for bash scripts.

New features

  • job_isolation instance setting with nsjail_sandboxing value to enforce sandboxing for all jobs.
  • Sandboxing enabled when either job_isolation is set or DISABLE_NSJAIL=false.
  • #sandbox bash annotation to enable sandboxing for individual bash scripts.
  • Nsjail always probed at startup regardless of DISABLE_NSJAIL setting.