Skip to content

v0.24.4

Compare
Choose a tag to compare
@osp-pac osp-pac released this 21 Mar 14:02
· 634 commits to main since this release
f9139fa

Pipelines as Code version v0.24.4

OpenShift Pipelines as Code v0.24.4 has been released 🥳

This release fix another issue with regard to concurrency and PipelineRun cleanups, where the cleaner would be too eager to clean scheduled pipelineruns PR

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.24.4/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.4/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-24-4.pipelines-as-code.pages.dev

Changelog