• v0.1.136 5232e41f17

    v0.1.136 Stable

    pipeline-bot released this 2026-07-12 06:21:42 +00:00 | 669 commits to main since this release

    Added

    • build-images hard deadline — the pipeline-build-images ClusterWorkflowTemplate
      now sets activeDeadlineSeconds: 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. ttlStrategy only 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)

    • 9e79e6be041a feat(build-images): hard activeDeadlineSeconds cap so a wedged build self-terminates
    Downloads