Skip to content

v0.17.1

Compare
Choose a tag to compare
@osp-pac osp-pac released this 08 Mar 15:15
· 1013 commits to main since this release

Pipelines as Code version v0.17.1

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

This is a patch release on v0.17.1 with the following fixes:

  • We are now properly detecting if there is a github app installation for tkn pac create repo and not ask for github webhook if it was globally installled. #1177
  • We are now reporting properly the error when the PipelineRun could not get created. If there is an error on the PipelineRun and not on the tasks attached to the PipelineRun we used to not be able to report the failure properly. Now it should report properly on the Github Checks when there is an error. #1183 image
  • We have clarified the error message when there is no match on a pipelinerun from the tekton dir #1174
  • Let User bypass GH enteprise question in cli bootstrap github-app by respecting the github-auth-url switch #1184

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog