Hive Hive
Sign in

Server 1.194.4

Metadata
Source
GitHub
Version
server@1.194.4
Published
May 14, 2026 · 08:53 UTC
Repository
tuist/tuist
Update

This server release fixes a dispatch authentication edge case that could cause warm-pool runners to retry indefinitely instead of recycling cleanly.

  • Fixed runner dispatch loop on expired service-account tokens. When a Kubernetes TokenReview response reports an expired or otherwise invalid SA token, the dispatch endpoint now returns HTTP 401 instead of crashing with an internal server error. This lets the runner halt and the controller recycle the Pod, preventing endless retry loops.