• v0.1.220 a067443232

    v0.1.220 Stable

    pipeline-bot released this 2026-07-21 09:57:55 +00:00 | 279 commits to main since this release

    • Raise Argo run retention to 28 days across all pipeline CWTs + the controller default. Build/deploy/release/merge/
      validate/promote workflows GC'd 1h after completion (inline ttlStrategy override); the controller default was 14d. Both
      raised to 28d (secondsAfterCompletion 3600/86400/1209600 → 2419200) so recent runs stay visible in the dashboard's
      drill-downs through a demo horizon. The suspended pipeline-build-backfill cron keeps its 1h TTL. NOT touched: the
      retentionPolicy 1000/status count cap — that is the memory-safe ceiling (informer cache ∝ count; raising it OOMs the
      controller). Durable run history is a future Argo Workflow Archive (postgres) concern; the dashboard build/release HISTORY
      is already durable + independent (it lives in PipelineBuild/Release CRs, not the runs).

    Included changes (v0.1.219 -> v0.1.220)

    • 6044c4c8e587 feat(ttl): raise Argo run retention 1h/14d -> 28d across pipeline CWTs
    Downloads