Skip to content

0.5.3

Compare
Choose a tag to compare
@chmouel chmouel released this 21 Feb 16:15
· 1717 commits to main since this release
0.5.3
660d5ca

OpenShift Pipelines version 0.5.3

OpenShift Pipelines as Code version 0.5.3 has been released 🥳

This releases fixes a few bugs and add some optimizations.

One notable change is that we moved away from pipelinerun in pipelines-as-code repository and now use a taskrun which should be faster to start the initial feedback on CI.

Install

To install this version you can just do :

kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.5.3/release-0.5.3.yaml

and make sure you follow the setup documentation :

https://github.com/openshift-pipelines/pipelines-as-code/tree/release-0.5.3/INSTALL.md

Full Changelog