v0.17.6
Pipelines as Code version v0.17.6
OpenShift Pipelines as Code v0.17.6 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.17.6/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.6/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-17-6.pipelines-as-code.pages.dev
Changelog
- 57103cf: Bump golang.org/x/net from 0.7.0 to 0.17.0 (@piyush-garg)
- cd370ea: Pin golangci-lint to v1.52.2 (@piyush-garg)