Skip to content

v0.21.5

Compare
Choose a tag to compare
@osp-pac osp-pac released this 31 Oct 14:38
· 304 commits to main since this release

Pipelines as Code version v0.21.5

OpenShift Pipelines as Code v0.21.5 has been released 🥳

This minor release fixes multiple bugs:

  • Fix secret cleanup issue when pac performs a cleanup when max-keep-runs is exceeded

    PR: #1487

  • Fix using git-clone clustertask when detected avail

    We now detect cluster task by default (unless user set it to false) for the git-clone if available we use it. If not we use the hub task.

    PR: #1478

  • Fix fetching oldest revision when there are multiple commits as part of the same push / tag for GitLab

    PR: #1488

  • Fix special character escaping for repository name

    PR: #1475

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog