v0.15.5
Pipelines as Code version v0.15.5
OpenShift Pipelines as Code patch version v0.15.5 has been released 🥳
This release contains a fix for the configmap watcher which didn't get integrated in 0.15.4 from the main branch:
- Fix configmap watcher, watching changes properly when new changes happen on the pipelines-as-code configmap #1135
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.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.5/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 3c2ab03: Fix configmap watcher update issue (@savitaashture)