v0.19.2
Pipelines as Code version v0.19.2
OpenShift Pipelines as Code patch version v0.19.2 has been released 🥳
This release fixes a crash, increase the timeout to try to update the pipelinerun annotations in case of conflicts among other fixes and documentation update.
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.19.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.2/release.k8s.yaml
Documentation
documentation is available here :
https://release-v0-19-2.pipelines-as-code.pages.dev
Changelog
- 8973f97: Fetch the hugo binary ourselves (@chmouel)
- 9641e39: Fix GitHub token scope issue when secret-github-app-token-scoped key is enabled and repo level as well as global configuration provided (@savitaashture)
- 554a319: Fix secret on custom params documentation (@chmouel)
- 2937e9e: disable depguard for now (@chmouel)
- 802f08c: double default retry backoff for piplinerun patch (@gabemontero)
- e77acb0: fix ghapp_token when we don't output jwt tokens (@chmouel)
- d09e388: return original pipelinerun vs. nil on patch error (@gabemontero)