v0.35.3
Pipelines as Code version v0.35.3
OpenShift Pipelines as Code v0.35.3 has been released 🥳
This is a bug fix release fixing reporting as error when non tekton resources are located in .tekton and the homebrew release of tkn-pac binary.
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.35.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.35.3/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-35-3.pipelines-as-code.pages.dev
Changelog
- 25d6e84: Release yaml generated from 165d92a for release v0.35.2 ( <>)
- 793677d: fix(homebrew): goreleaser issue and cask install doc (@dronenb)
- 238d2cf: fix: Ignore non-Tekton resources errors reporting (@chmouel)
What's Changed
Full Changelog: v0.35.2...v0.35.3