• v0.1.86 f01e58d68a

    v0.1.86 Stable

    gitea_admin released this 2026-07-06 17:31:02 +00:00 | 927 commits to main since this release

    Added

    • builder-images (dockerfile-set) now emits per-image RELEASE rows. pipeline-promote-images, in
      its retag loop, creates one display-only PipelineRelease per retagged image (version <name>-<vN>,
      status.phase=Succeeded, image digest + release workflow linked) so the dashboard RELEASES pane shows
      sysadmin-6, cast-render-3, … instead of "(no releases yet)". The CRs carry no spec.declaredBy,
      so the operator's ReleaseSubmitter ignores them — pure projection, they trigger no workflow/deploy.
      Scoped RBAC added to the pipeline-build-images SA (create/patch pipelinereleases + /status in
      workflows-alice, nothing cluster-scoped). Best-effort: a kubectl blip never fails the actual release
      (the retag + ff-main are the release; the row re-creates on the next promote).

    Included changes (v0.1.85 -> v0.1.86)

    • 3376431414b8 feat(promote): per-image PipelineRelease rows for dockerfile-set
    Downloads