Skip to content

v0.22.5

Compare
Choose a tag to compare
@osp-pac osp-pac released this 15 Dec 14:02
· 681 commits to main since this release

Pipelines as Code version v0.22.5

OpenShift Pipelines as Code v0.22.5 has been released 🥳

This minor releases address a few issues, and update some of the documentation, the main fixes are:

  • Fix running incoming webhook on Github Enterprise #1521 #1523
  • Set timeout on http.Client when fetching remote tasks #1514
  • Make sure to sort secrets by longest when hiding #1505
  • Fix event_title matching by CEL on GitHub #1525

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-22-5.pipelines-as-code.pages.dev

Changelog