Skip to content

v0.21.2

Compare
Choose a tag to compare
@osp-pac osp-pac released this 10 Oct 12:49
· 304 commits to main since this release

Pipelines as Code version v0.21.2

OpenShift Pipelines as Code v0.21.2 has been released 🥳

This minor release fixes multiple bugs:

  • Fallback to other ACL rules if the policy is set but fail to match user #1460

    When policy is set and it did not match we were not falling back to other ACL
    rules and we were not checking if the other ACL rules were matching (like
    OWNERS file).

    Jira

  • Make sure the CustomConsole map is not nil before accessing it #1461

    There is a case where SetParams when using CustomConsole is not called
    before DetailURL which would crash the container that has been fixed

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog