Skip to content

v0.24.7

Compare
Choose a tag to compare
@osp-pac osp-pac released this 30 May 09:57
· 286 commits to main since this release
7d026f4

Pipelines as Code version v0.24.7

OpenShift Pipelines as Code v0.24.7 has been released 🥳

This minor release fix an Pipelines-as-code controlelr crash when using concurrency if a PipelineRun could not be created and reported as error by the Tekton controller.

Jira: https://issues.redhat.com/browse/SRVKP-5496

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog