-
v0.1.220 Stable
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 (inlinettlStrategyoverride); the controller default was 14d. Both
raised to 28d (secondsAfterCompletion3600/86400/1209600 → 2419200) so recent runs stay visible in the dashboard's
drill-downs through a demo horizon. The suspendedpipeline-build-backfillcron keeps its 1h TTL. NOT touched: the
retentionPolicy1000/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)
6044c4c8e587feat(ttl): raise Argo run retention 1h/14d -> 28d across pipeline CWTs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Raise Argo run retention to 28 days across all pipeline CWTs + the controller default. Build/deploy/release/merge/