-
v0.1.136 Stable
released this
2026-07-12 06:21:42 +00:00 | 669 commits to main since this releaseAdded
- build-images hard deadline — the
pipeline-build-imagesClusterWorkflowTemplate
now setsactiveDeadlineSeconds: 3600, so the controller force-terminates any build
that runs past 1h regardless of what it's stuck on. Defense-in-depth after the no-op
hang (v0.1.135): a wedged workflow in an unresolvable-reference requeue loop can't be
killed by a UI "Terminate" (the controller never re-evaluates it), but the deadline
check fires on every reconcile and kills it.ttlStrategyonly GCs completed
workflows; this caps running ones. A no-op build is ~40s, so 1h is deep headroom.
Included changes (v0.1.135 -> v0.1.136)
9e79e6be041afeat(build-images): hard activeDeadlineSeconds cap so a wedged build self-terminates
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- build-images hard deadline — the