v0.24.6
Pipelines as Code version v0.24.6
OpenShift Pipelines as Code v0.24.6 has been released 🥳
This is a minor release fixing a panic in the watcher panic with pending runs, concurrency not set PR Jira
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.6/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.6/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-24-6.pipelines-as-code.pages.dev
Changelog
- bbc987c: Move to aarch64 (@chmouel)
- acc3e2d: Release yaml generated from 53e8d73 for release v0.24.5 (@)
- fca09b0: Remove deprecated deadline option from go-lint (@chmouel)
- b472b7a: add golangci-lint errcheck warning (@chmouel)
- 00b83ad: watcher panic with pending runs, concurrency not set (@gabemontero)