v0.17.5
Pipelines as Code version v0.17.5
OpenShift Pipelines as Code v0.17.5 has been released 🥳
this is a minor release fixing some issues in goreleaser to solve format of binary creation
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.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.5/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-17-5.pipelines-as-code.pages.dev
Changelog
- e5cb71f: Fix extra space in binary names (@piyush-garg)
- 76a5191: Fix goreleaser.yaml indentation and deprecations (@piyush-garg)