v0.19.3
Pipelines as Code version v0.19.3
OpenShift Pipelines as Code v0.19.3 has been released 🥳
This release has fixes for resolver, goreleaser to solve format of binary creation, update in status check for unauthorized user, observability fix for pac controller and documentation update.
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.19.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.3/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-19-3.pipelines-as-code.pages.dev
Changelog
- 7d7a730: Add --v1beta1 flag for pipelinerun output (@chmouel)
- d829435: Enable default metrics observability for pac controller (@prietyc123)
- bb75a63: Fix branch matching based on base name (#1352) (@savitaashture)
- 48f9019: Fix extra space in binary names (@piyush-garg)
- ac62a5f: Fix goreleaser.yaml indentation and deprecations (@piyush-garg)
- 41d1895: Fix help message on -o flag (@chmouel)
- 88fba3c: Simplify auto-generated pac-gitauth secret URL (@Bibz87)
- 306fd47: Update custom param doc with proper syntax for filter (#1355) (@savitaashture)
- fe0c6c6: Update status check for skipped pipelinerun from skipped to Pending approval (@savitaashture)
- 33ea3a9: fix goreleaser deprecation notice (@chmouel)
- 4b42b3c: more return original pipelinerun vs. nil on patch (@gabemontero)
- 0dbad13: tkn pac resolver fixes (@chmouel)
- d98000b: use curl from docker hub (@chmouel)