v0.42.2
·
236 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Pipelines as Code version v0.42.2
Tekton Pipelines as Code v0.42.2 has been released π₯³
π Bug Fixes
- Fix CEL expression failure on Bitbucket Cloud push events: Bitbucket Cloud push events incorrectly set the Event field to a plain string ("push") instead of a JSON object, causing all CEL expressions to fail with an unmarshal error. This fix removes the incorrect assignment and uses triggertype constants for TriggerTarget and EventType.
- Link: #2704
βοΈ Chores
- Bump golang.org/x deps for CVE fixes: Bumped golang.org/x dependencies to address CVE-2026-42508, CVE-2026-39821, and golang stdlib vulnerabilities (crypto, net, sys, term, sync, text).
- Link: #2778
Installation
To install this version you can install the release.yaml with kubectl for your platform :
Openshift
kubectl apply -f https://github.com/tektoncd/pipelines-as-code/releases/download/v0.42.2/release.yamlKubernetes
kubectl apply -f https://github.com/tektoncd/pipelines-as-code/releases/download/v0.42.2/release.k8s.yamlDocumentation
The documentation for this release is available here :
https://release-v0-42-2.pipelines-as-code.pages.dev