• v0.1.161 93ddd3d996

    v0.1.161 Stable

    pipeline-bot released this 2026-07-13 18:26:40 +00:00 | 564 commits to main since this release

    Fixed

    • Release regression: pipeline-staging now declares the release-lib volume (audit Wave 3
      Inc 2 follow-up). Inc 2 added the shared-lib mount to pipeline-promote + pipeline-promote-image,
      but those are invoked via templateRef from pipeline-staging, and a templateRef'd template does
      NOT inherit its own WorkflowTemplate's spec.volumes — the referencing workflow must supply them
      (same trap the codeberg/docker/forgejo volumes are declared here for). Its absence failed
      every package + image release at the promote step with volume 'release-lib' not found in workflow spec. release-lib.test.js now asserts any workflow that templateRefs a lib-sourcing
      promote template declares the volume (regression guard).

    Included changes (v0.1.160 -> v0.1.161)

    • 181fbb0ffbbf fix(staging): declare release-lib volume (Inc-2 templateRef regression)
    Downloads