Skip to content

v0.16.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 06 Feb 10:59
· 1057 commits to main since this release
5e32bbb

Pipelines as Code version v0.16.0

OpenShift Pipelines as Code patch version v0.16.0 has been released 🥳

This new release brings those 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
  • We are now suporting tekton pipeline 0.44.0 minimal status #1136
  • We are now testing windows binaries of tkn-pac in our main pipeline via wine #1120
  • We are now showing the right binary for tkn-pac or when using downstream binary opc #1119
  • Multiple e2e tests and improvements
  • Fix configmap watcher, watching changes properly when new changes happen on the pipelines-as-code configmap #1135

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog