v0.39.1
Pipelines as Code version v0.39.1
OpenShift Pipelines as Code v0.39.1 has been released 🥳
Changes
This is a bugfix release, the most notable fix is cd576b1 fixing a crash of the controller when the gitlab token is invalid.
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.39.1/release.yamlKubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.39.1/release.k8s.yamlDocumentation
The documentation for this release is available here :
https://release-v0-39-1.pipelines-as-code.pages.dev
Changelog
- a8212d3: chore: increase logs lines to check for string in e2e (@zakisk)
- 76770ef: docs(resolver): Reorganize in-repo pipeline and task documentation (@aThorp96)
- 2946d77: enhance: add PipelineRun name in pr json marshalling (@zakisk)
- f1112fd: fix: Update Gemini model to non-preview version (@chmouel)
- cd576b1: fix: crash on gl provider when token is invalid (@chmouel)
- f8992de: test(gitlab): add comprehensive ACL test coverage (@theakshaypant)