v0.19.5
Pipelines as Code version v0.19.5
OpenShift Pipelines as Code v0.19.5 has been released 🥳
This is a minor release addressing a security issue on the golang.org/x/net dependency:
- HTTP/2 rapid reset can cause excessive work in net/http - commits
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.19.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.19.5/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-19-5.pipelines-as-code.pages.dev
Changelog
- 6d22d26: Bump golang.org/x/net from 0.8.0 to 0.17.0 (@piyush-garg)
- 659eabe: Bump images to go 1.19 (@piyush-garg)
- fdd6f68: Pin golangci-lint to v1.52.2 (@piyush-garg)