Skip to content

v0.25.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 25 Mar 15:21
· 579 commits to main since this release

Pipelines as Code version v0.25.0

OpenShift Pipelines as Code v0.25.0 has been released 🥳

  • Add on-comment annotation to match PipelineRun to a comment - PR Doc
  • Add support to run a /test of a PipelineRun without having the need to have a event match PR Doc
  • Multiple fixes when using a concurrency with a max-keep-runs annotations fixes
  • We are now checking for yaml errors in PipelineRuns and report it to the Checks interface PR
  • Use v1 URLS for Openshift Console driver 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.25.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-25-0.pipelines-as-code.pages.dev

Changelog