Skip to content

0.6.1

Compare
Choose a tag to compare
@chmouel chmouel released this 13 Apr 09:46
· 1831 commits to main since this release
9c00104

OpenShift Pipelines version 0.6.1

OpenShift Pipelines as Code patch version 0.6.1 has been released 🥳

This fix, being able reporting the task breakdown on the provider interface when there is a failure.

This bring other fixes related to release and generation of the release yaml files.

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

Kubernetes

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

Documentation

documentation is available here :

https://pipelineascode.com

What's Changed

  • Don't fail immediately when we have an error by @chmouel in #570
  • Generate stable refs instead of tags by @chmouel in #569
  • Try to import the same fix as what we have on push by @chmouel in #576

Full Changelog: 0.6.0...0.6.1