Skip to content

v0.15.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 21 Dec 10:35
· 1116 commits to main since this release

Pipelines as Code version v0.15.0

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

  • You can now cancel pipelinerun with the /cancel comment, all of them to target a specific one PR Doc

  • We are now scoping the github apps token to the target repository, it would previously be enabled to be used on every repositry installation. You can change that behaviour with the secret-github-app-token-scopped setting and further with the secret-github-app-scope-extra-repos. Doc, PR

  • PipelineRun concurrency is now ordered Alphabetically instead of randomly as previously PR

  • annotation matcher on push and pull_request for greedy match should work the same now PR

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog