v0.15.2
Pipelines as Code version v0.15.2
OpenShift Pipelines as Code patch version v0.15.2 has been released 🥳
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.15.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.2/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 04bdb6b: Added some prints to check pac watcher issue (@savitaashture)
- e073ce2: Added some prints to check pac watcher issue and removed extra param (@savitaashture)
- 600ab9e: Fixes markdownlint error for bare url (@sm43)
- bab6465: Fixes the condition in watcher when to user repo secret (@sm43)
- 2d29ab5: Force watcher goroutine to start early (@savitaashture)