Skip to content

v0.12.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 20 Sep 08:24
· 1358 commits to main since this release
bc8a9ad

OpenShift Pipelines version v0.12.0

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

Features

  • This release introduces a proper Gitea driver. It doesn't have the cli tooling yet but it's perfectly working with the same set of features as the other drivers. doc

  • The controller watches for changes on the pipelines-as-code configmap instead of having to do a restart of controller to take the config changes into account.

  • We have reworked the e2e tests to be more comprehensive based on Gitea (to avoid rate limitation from other provider tokens).

  • We have added support for advanced event matching on filepath. It will allow you to express something like: I want to run this pipeline on docs/ and not the others. doc

  • We have added support for advanced event matching on PR/MR titles. It will allow you to express something like: I want to run this pipeline if it has the title of PR starting with the word [TESTME]. doc

  • We have new flow diagrams in our documentation. This pac flow and concurrency flow].

Bugfixes

  • We have fixes on concurrency, name in labels escaping, CLI and error reporting.

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog