v0.19.4
Pipelines as Code version v0.19.4
OpenShift Pipelines as Code v0.19.4 has been released 🥳
This release fixes issue related to branch match name
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.19.4/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.4/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-19-4.pipelines-as-code.pages.dev
Changelog
- 5f34f78: Fix branch matching when there is a slashes in the base branch name (@savitaashture)