Skip to content

v0.22.3

Compare
Choose a tag to compare
@osp-pac osp-pac released this 21 Nov 12:25
· 719 commits to main since this release

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

Changelog