Skip to content

v0.21.1

Compare
Choose a tag to compare
@osp-pac osp-pac released this 26 Sep 11:34
· 760 commits to main since this release

Pipelines as Code version v0.21.1

OpenShift Pipelines as Code v0.21.1 has been released 🥳

This minor release fixes multiple bugs:

  • Gitlab: Only create prun when a MR update with push happen
    We were creating a pipelinerun when an MR was updated for every event,
    which mean every actions like adding labels or setting a status will
    create a new PipelineRun.

    We only want it to get it kicked when it is created or reopen or when a
    there is a commit push attached to that update.

    PR: #1432

  • Fix running /test as gitops Comment on specific pipelinerun

    PR: #1434

  • Fix error when we have multiple PipelineRun with the same generateName

    PR: #1446

  • Fix having multiple comment on the Git provider platforms (using webhook) method posted twice when there is concurrent operator running and updating the pipelinerun.
    PR: #1434

  • More robust E2E tests and multiple fixes related to this.

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog