• v0.1.48 db5c786733

    v0.1.48 Stable

    pipeline-bot released this 2026-07-21 18:43:50 +00:00 | 46 commits to main since this release

    • Fix the deploy-gate release filter (bool, not string). The <project>-deploy sensor filter compared
      deployable == "true" (string), but PipelineRelease.status.deployable is a bool, so the deployable=true
      event was received but never passed the filter — deploys silently didn't fire on release-green. Now
      (deployable == true || deployable == "true"). Regenerated the 3 deploy goldens + parity references.

    Included changes (v0.1.47 -> v0.1.48)

    • ac867462a91b fix(deploy-gate): compare deployable as bool in the release filter
    Downloads