v0.13.1
OpenShift Pipelines version v0.13.1
OpenShift Pipelines as Code patch version v0.13.1 has been released 🥳
This is a minor release fixing some bugs introduced in v0.13.0 release, see the Changelog for more details
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.13.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.13.1/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- af60990: Adds TektonDashboard URL field in pipelines-as-code configmap (@sm43)
- 4aca11b: Fix help message for tkn-pac generate command (@savitaashture)
- 94d1024: Fixes condition to use secret referred in Repository CR (@sm43)
- f4ee846: Fixes involved object in Event emitted (@sm43)
- 3da4112: Reuses skipped checkrun, as we can't remove it (@sm43)
- a2a110e: Validate setting only if defined (@sm43)
- 395e9f3: remove extra err != nil check (@chmouel)