Skip to content

v0.21.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 13 Sep 18:01
· 787 commits to main since this release

Pipelines as Code version v0.21.0

OpenShift Pipelines as Code v0.21.0 has been released 🥳

Changes

Fixes

  • PAC now supports paginated api calls to GitHub

  • Fix branch name with slash should be parsed while fetching remote resources

  • Fix gitea tag push broken

  • Optimize fetching remote tasks for pipelines, now remote task are fetched only for matched pipelineruns

  • Fix verification of multiple PRs with generateName or duplicate generateName in .tekton directory

  • Now on webhook event, only pipelinerun with webhookevent will be triggered in place of all

  • Fix status issue for gitlab MR, now comment will be posted with status of runs

  • Fix spammy logs messages in controller pod, regarding seting custom catalog

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-21-0.pipelines-as-code.pages.dev

Changelog