v0.17.4
Pipelines as Code version v0.17.4
OpenShift Pipelines as Code v0.17.4 has been released 🥳
this is a minor release fixing some crashing in the controller and extend the timeout taking to update the annotations in case of conflicts with other controllers updating the annotations
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.4/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.4/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-17-4.pipelines-as-code.pages.dev
Changelog
- f5099a1: add /src as safe in dockerfile (@chmouel)
- 6e9f226: add workspace.source.dir as safe for git in release pipeline yaml (@savitaashture)
- 3d36674: add workspace.source.dir as safe for git in release pipeline yaml (@savitaashture)
- a0ff454: disable depguard for now (@chmouel)
- 17972c8: double default retry backoff for piplinerun patch (@gabemontero)
- 4990013: fix goreleaser deprecation notice (@chmouel)
- b646b2f: fix some markdownlint new error in code-of-conduct (@chmouel)
- c1b5211: more return original pipelinerun vs. nil on patch (@gabemontero)
- 9f47811: more safe directory of the workspaces source path (@chmouel)
- 133ebe5: return original pipelinerun vs. nil on patch error (@gabemontero)