-
v0.1.230 Stable
released this
2026-07-21 17:58:14 +00:00 | 222 commits to main since this release- Deploy-gate trigger source:
pipeline-releaseresource EventSource. Newbundle/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>-deploysensors (and thepipelines-operator-pindeploysensor) gate on: a deploy
fires only when the project's release reachesstatus.deployable==true, never on a git main-push (which advances mid-release).
pipelines-operator-pindeployis rewired offforgejo/main-push ontopipeline-release/deployable(filter
project == "pipelines-operator" && deployable == "true") with a deterministicpipelines-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)
5f20e19731c3feat(deploy-gate): pipeline-release EventSource + gate pindeploy on release-green
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Deploy-gate trigger source: