Skip to content

v0.15.5

Compare
Choose a tag to compare
@osp-pac osp-pac released this 06 Feb 11:46
· 1098 commits to main since this release
3c2ab03

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 :

https://pipelinesascode.com

Changelog