Skip to content

v0.37.2

Choose a tag to compare

@osp-pac osp-pac released this 10 Nov 04:40
· 102 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.37.2
8195b9d

Pipelines as Code version v0.37.2

OpenShift Pipelines as Code v0.37.2 has been released 🥳

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.37.2/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changes Since v0.37.1

🐛 Bug Fixes

  • Prevented a potential nil pointer panic in EventEmitter, improving runtime stability and reliability. (#2311)

Changelog