Tekton Pipeline release v0.16.1 "Dolores Rex"
π Fix Cloud Events connection leak! π
Note: be on the lookout for v0.16.2 which will include critical fixes to when expressions.
-Docs @ v0.16.1
-Examples @ v0.16.1
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.16.1/release.yaml
Fixes
- π This release fixes an issue with the cloud event delivery that lead to an increasingly high number of open (idle) connections towards the configured target URL. The fix is achieved by disabling keep-alive, which means that - at least for now - we will be setting up a new connection for every cloud event. This is the current behaviour too, only now old connections will be closed immediately. (#3201, #3215)
Thanks
Thanks to these contributors who contributed to v0.16.1!
- β€οΈ @afrittoli
- β€οΈ @sbwsg