Skip to content

v0.27.2

Compare
Choose a tag to compare
@osp-pac osp-pac released this 05 Jul 11:31
· 31 commits to main since this release

Pipelines as Code version v0.27.2

OpenShift Pipelines as Code v0.27.2 has been released 🥳

This minor release address mainly a regression on the {{ event_type }} variable which was previously changed to different type of comments depending of the gitops comment (for example retest-all would be set when the user issue a /retest) it is now reply as before to {{ pull_request }} to not break pipelinerun who were relying on it.

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog