• v0.1.93 d3aa57088c

    v0.1.93 Stable

    pipeline-bot released this 2026-07-07 06:55:21 +00:00 | 889 commits to main since this release

    Fixed

    • pipeline-staging declares the codeberg volume so the promote step's skopeo-push
      (reached via templateRef into pipeline-promote-image) can mount codeberg-push-secret.
      A templateRef'd template does NOT inherit its own WorkflowTemplate's workflow-level volumes,
      so the codeberg-push added to pipeline-promote-image broke EVERY operator release at
      promote[0].push with volume 'codeberg' not found in workflow spec — mirrors how
      forgejo/docker are already declared here. First operator release after the codeberg-push
      landed surfaced it.

    Included changes (v0.1.92 -> v0.1.93)

    • 718bf441d8fb fix(pipeline-staging): declare codeberg volume for skopeo-push
    Downloads