• v0.1.84 0af33268bb

    v0.1.84 Stable

    gitea_admin released this 2026-07-06 16:26:39 +00:00 | 937 commits to main since this release

    Fixed

    • 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 ephemeral wf-<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 (MinIO builds/<short>/) and step logs (workflow archive) persist. The wf-poller now emits a
      durable bmeta-<proj>.tsv (<short>\t<wf>) from the PipelineBuild CRs (both the short label and
      the attempt workflow name outlive the wf); emit_build unions those durable shorts, and emit_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)

    • 1d8e3c7133ff fix(dashboard): durable build-artifact folds from PipelineBuild CRs
    Downloads