0.5.8
OpenShift Pipelines version 0.5.8
OpenShift Pipelines as Code version 0.5.8 has been released 🥳
This release fixes a pretty bad bug where timeout wasn't respected and pipelines will fail when going over 10 minutes (!!) :
3e0d392
We now generate pipelinerun using the git-clone ClusterTasks instead of the hub task if it's available on the cluster :
4c66b81
To install this version you can install the release.yaml with kubectl for your platform :
Installation
Openshift
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/0.5.8/release.yaml
Kubernetes
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/0.5.8/release.k8s.yaml
Documentation
full install documentation is available here:
https://github.com/openshift-pipelines/pipelines-as-code/blob/0.5.8/docs/install.md