• v0.1.230 a04519905b

    v0.1.230 Stable

    pipeline-bot released this 2026-07-21 17:58:14 +00:00 | 222 commits to main since this release

    • Deploy-gate trigger source: pipeline-release resource EventSource. New bundle/workflows-infra-bare/release-eventsource.yaml
      — a resource EventSource watching PipelineRelease CRs (ADD/UPDATE, afterStart: true) + its reader SA/Role/RoleBinding. This is
      the source the operator-rendered <project>-deploy sensors (and the pipelines-operator-pindeploy sensor) gate on: a deploy
      fires only when the project's release reaches status.deployable==true, never on a git main-push (which advances mid-release).
      pipelines-operator-pindeploy is rewired off forgejo/main-push onto pipeline-release/deployable (filter
      project == "pipelines-operator" && deployable == "true") with a deterministic pipelines-operator-pindeploy-<sha12> name for
      dedup — so the operator self-pin can no longer bump to an unsigned/unverified image. Pairs with pipelines-operator's rendered
      deploy-sensor rewire.

    Included changes (v0.1.229 -> v0.1.230)

    • 5f20e19731c3 feat(deploy-gate): pipeline-release EventSource + gate pindeploy on release-green
    Downloads