v0.15.1
Pipelines as Code version v0.15.1
OpenShift Pipelines as Code patch version v0.15.1 has been released 🥳
- If user is not allowed to run CI then don't proceed with execution
Installation
To install this version you can install the release.yaml with kubectl
for your platform :
Openshift
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.1/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 1d39fbd: Fixes user verfication, if not allowed then don't proceed (@sm43)
- 3d0c2ad: Force controller & watcher goroutine to start "early" (@vdemeester)
- 779a4fa: Reconciler: Retry reporting provider status if failed (@sm43)
- 603a5aa: Rephrase the documentation (@chmouel)
- a3ff410: e2e-run and kind install small fixes (@chmouel)