Skip to content

v0.18.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 18 Apr 13:34
· 609 commits to main since this release

Pipelines as Code version v0.18.0

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

Some of the major Features added to this version are:

  • Support custom parameters on Repository CR Doc
  • Add check suite support #1191
  • Add 'tkn pac info install` command, to give you an overview of your install configuration and setup #1229 image
  • Let user target a push or a incoming event for incoming webhook 2257276
  • Enable error detection from container log enabled by default: #1209
  • Error out if multiple pipelineruns with same name are found #1203

See the ChangeLog below for a more complete list of changes.

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog