A build interrupted by a platform restart is now replayed automatically instead of being…
v0.43.0-beta
- A build interrupted by a platform restart is now replayed automatically instead of being lost. Until now the agent had time to report a failure before stopping: the hub recorded it as an ordinary build failure and therefore had nothing to replay. A client lost a three-minute build this way on 7 September 2026, with
docker login ghcr.io: signal: killedas the only explanation, a message that wrongly points at their credentials. The agent now stays silent in this precise case: the hub infers the process restarted underneath it, and replays the build once by itself. A genuine failure of your build is still reported word for word.