-
v0.1.84 Stable
released this
2026-07-06 16:26:39 +00:00 | 937 commits to main since this releaseFixed
- Build-artifact folds are now durable (survive the live Argo workflow's TTL GC). The dashboard's
build download + per-step log folds were keyed off the ephemeralwf-<proj>.tsv(live workflows only),
so once a project's build workflows GC'd, every build row lost its expand affordance even though the
binaries (MinIObuilds/<short>/) and step logs (workflow archive) persist. The wf-poller now emits a
durablebmeta-<proj>.tsv(<short>\t<wf>) from the PipelineBuild CRs (both theshortlabel and
the attempt workflow name outlive the wf);emit_buildunions those durable shorts, andemit_logs
unions the durable build wfs and falls back to listing the immutable archive under<wf>/when the live
logidx is gone. Build folds now match the panes ROWS, which already survive via the query service.
Included changes (v0.1.83 -> v0.1.84)
1d8e3c7133fffix(dashboard): durable build-artifact folds from PipelineBuild CRs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Build-artifact folds are now durable (survive the live Argo workflow's TTL GC). The dashboard's