Skip to content

v0.17.2

Compare
Choose a tag to compare
@osp-pac osp-pac released this 30 Mar 12:31
· 560 commits to main since this release
9825206

Pipelines as Code version v0.17.2

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

This minor release fixes theses issues:

  • Don't report error when the Repository CR is not found #1217 - Doc
  • Error out if multiple pipelineruns with same name are found #1203 - Doc
  • Fix Github collaborator check when you have more than 100 users #1187
  • Fix custom console not working - #1216

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog