Skip to content

v0.42.2

Choose a tag to compare

@tekton-pac-bot tekton-pac-bot released this 15 Jun 07:19
· 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.

βš™οΈ 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).

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.yaml

Kubernetes

kubectl apply -f https://github.com/tektoncd/pipelines-as-code/releases/download/v0.42.2/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-42-2.pipelines-as-code.pages.dev

Changelog