-
v0.1.64 Stable
released this
2026-07-05 17:38:53 +00:00 | 1028 commits to main since this releaseAdded
- A Failed release now shows WHERE it died, even when that step's log is credential-gated. A
release run'spromote/sign/devbumpsteps hold Forgejo push tokens + signing keys, so their
logs are default-denied from the dashboard's credential-safe allowlist — which left a Failed
release showing only its green safe-step chips (validate/guard/publish) with nothing marking
the failure. The fold now renders a red, non-clickable "failed at<step>— credential step, log
withheld · open in Argo →" marker, driven by the query service'sReleaseLeg.failedStep(from
PipelineRelease.status.failedStep, projected server-side by pipelines-operator — a step NAME,
never log bytes).panesRowscarries it; the marker is suppressed when the failing step is itself
a published safe chip (its own red chip already shows it), and a credential-step failure with no
safe log is now foldable so the marker still surfaces.
Included changes (v0.1.63 -> v0.1.64)
f489f96fbbeafeat(dashboard): mark WHERE a Failed release died (credential-gated step)c0bff075a858feat(builder-images): PipelineProject with fast parallel fleet builds (dockerfile-set)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- A Failed release now shows WHERE it died, even when that step's log is credential-gated. A