v0.14.2
OpenShift Pipelines version v0.14.2
OpenShift Pipelines as Code patch version v0.14.2 has been released 🥳
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.14.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.14.2/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- 8bebeb6: Add --last to tkn pac logs (@chmouel)
- 9e010b7: Add completions for namespaces (@chmouel)
- 16cf9ff: Add shell completion on repo for multiple commands (@chmouel)
- ef2ded5: Revert "Pins down k8s version to avoid failure due to deprecated res in pipelines" (@sm43)
- 54b239f: Update documentation about tkn pac logs (@chmouel)
- c4aa3a1: Update webhook secret generation (@savitaashture)
- 6a9414b: add ci check for the generate drelease yaml (@chmouel)
- b411d01: fix empty lines when generating release.yaml (@chmouel)
- 8b5a2d3: let ask the user to install gosmee port forwarder (@chmouel)