v0.22.3
Pipelines as Code version v0.22.3
OpenShift Pipelines as Code v0.22.3 has been released 🥳
This release addresses concealing secrets within logs by sorting them by the longest. If two secrets share the same prefix, the shorter one may obscure first, revealing the end of the longer one, especially within a loop where text replacements don't occur.
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.22.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.3/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-3.pipelines-as-code.pages.dev