0.6.1
OpenShift Pipelines version 0.6.1
OpenShift Pipelines as Code patch version 0.6.1 has been released 🥳
This fix, being able reporting the task breakdown on the provider interface when there is a failure.
This bring other fixes related to release and generation of the release yaml files.
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/0.6.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.6.1/release.k8s.yaml
Documentation
documentation is available here :
What's Changed
- Don't fail immediately when we have an error by @chmouel in #570
- Generate stable refs instead of tags by @chmouel in #569
- Try to import the same fix as what we have on push by @chmouel in #576
Full Changelog: 0.6.0...0.6.1