v0.24.7
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
- 365b061: Add test for when concurrency and startPR error (@chmouel)
- 7d026f4: Fix codespell linter error (@chmouel)
- c6fc148: Release yaml generated from b472b7a for release v0.24.6 ( <>)
- fa5c20d: Update sort package to latest & adds nil check for PRun before sorting (@sm43)
- edab9bf: fix code spelling (@chmouel)