Skip to content

v0.17.7

Compare
Choose a tag to compare
@osp-pac osp-pac released this 20 Oct 07:28
· 1012 commits to main since this release
f05fd60

Pipelines as Code version v0.17.7

OpenShift Pipelines as Code v0.17.7 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.17.7/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-17-7.pipelines-as-code.pages.dev

Changelog