Skip to content

0.5.8

Compare
Choose a tag to compare
@chmouel chmouel released this 11 Apr 15:17
· 1696 commits to main since this release
0.5.8
4c66b81

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