Skip to content

v0.19.1

Compare
Choose a tag to compare
@osp-pac osp-pac released this 24 May 15:19
· 919 commits to main since this release

Pipelines as Code version v0.19.1

OpenShift Pipelines as Code patch version v0.19.1 has been released 🥳

This minor release fixes theses issues:

  • CEL expression in Pipelines as Code has new values target_url and source_url available for filtering
    PR: #1272

  • Users don't need to be a public member of the organization to be able to let run the CI:
    PR: #1286

  • Updated installation doc on how to set configurations for PAC when installed using the Operator
    PR: #1220

  • Pipelines as Code will not error out if non admin user try to list pac-configmap or repo CR with tkn pac
    PR: #1294

  • tkn pac resolver has many different fixes and now let you output pipelinerun as tekto/v1beta1 instead of v1 letting users run pipelinerun on clusters that doesn't support v1 yet:
    PR: #1293

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.1/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.1/release.k8s.yaml

Documentation

documentation is available here :

https://release-v0-19-1.pipelines-as-code.pages.dev/

Changelog