Skip to content

v0.21.4

Compare
Choose a tag to compare
@osp-pac osp-pac released this 20 Oct 07:48
· 304 commits to main since this release
3216956

Pipelines as Code version v0.21.4

OpenShift Pipelines as Code v0.21.4 has been released 🥳

This is a minor release addressing a security issue on the github.com/grpc/grpc-go dependency:

  • This addresses GHSA-qppj-fm5r-hxr3 by not allowing more server handlers to be run than the HTTP/2 MAX_CONCURRENT_STREAMS setting.

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-21-4.pipelines-as-code.pages.dev

Changelog