Skip to content

v0.15.4

Compare
Choose a tag to compare
@osp-pac osp-pac released this 06 Feb 11:01
· 1098 commits to main since this release
babf59c

Pipelines as Code version v0.15.4

Pipelines as Code patch version v0.15.4 has been released 🥳

Pipelines as Code 0.15.4 is a patch release for the release-0.15.x branch (tracked by openshift-pipelines 1.9.x). It contains the following fixes and additions :

  • Gitea driver should now show the comments without the blank lines in a nicer way PR
  • token expiration check with github webhook driver would sometime fail, it now handles multiples cases PR
  • Reference to a Tekton Resolver task or pipeline is now skipped by Pac Resolver PR
  • There is a new env variable target_namespace which expand to the currently running namespace where the pr is run #1127

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog