v0.17.1
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
- 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 :
Changelog
- 4b1da61: Add label app.kubernetes.io/part-of while creating secret pipelines-as-code-secret (@savitaashture)
- a55fece: Added a check to watch on secret pipelines-as-code-secret to decide GithubApp or Webhook (@savitaashture)
- fe40c18: Fix tkn pac resolve (@chmouel)
- efab6ed: Let User bypass GH enteprise question in cli bootstrap github-app (@chmouel)
- e6a6804: Make sure coverage pipeline target the main branch (@chmouel)
- 6a68ddb: More helpful error message when we cannot find task/pipeline (@chmouel)
- b32c3e0: Properly report error when the PipelineRun could not get created (@chmouel)
- 2aef20f: Properly test resolve with golden output (@chmouel)
- bf32de0: Removed extra colon form provider pop up message (@savitaashture)
- a7a37a2: remove debug message which fill out logs (@chmouel)