Skip to content

v0.37.3

Choose a tag to compare

@osp-pac osp-pac released this 18 Nov 08:39
· 100 commits to main since this release
Immutable release. Only release title and notes can be modified.

Pipelines as Code version v0.37.3

OpenShift Pipelines as Code v0.37.3 has been released 🥳

This is a bugfix release, the most notable fix is 7e14293 fixing a crash of the controller when the gitlab token is invalid.

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-37-3.pipelines-as-code.pages.dev

Changelog

  • 3ac6e58: Release yaml generated from 8195b9d for release v0.37.2 ( <>)
  • 383ea6c: docs(resolver): Reorganize in-repo pipeline and task documentation (@aThorp96)
  • 1b16020: enhance: add PipelineRun name in pr json marshalling (@zakisk)
  • 7e14293: fix: crash on gl provider when token is invalid (@chmouel)