Hive Hive
Sign in

Runners Controller 0.6.1

Metadata
Source
GitHub
Version
runners-controller@0.6.1
Published
Jun 02, 2026 · 17:17 UTC
Repository
tuist/tuist
Update

Runners Controller 0.6.1 makes server deployments safer for in-flight CI jobs.

  • Server deployments no longer drop the network connections of running runners. Runner egress rules are now separated from the server rollout, so updating the server no longer regenerates the network path for active Linux runners and breaks their link to GitHub.
  • Runner pools are now drained before deletion. When a pool is removed or renamed during a deploy, the controller waits for active jobs to finish their lifecycle instead of removing the runner pods while they are still running.