Critical security fix
- Patched with Go v1.21.5 for critical security fixes in Go. Go release announcement: https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo
Enhancements to error logging and event handling:
-
Now logging the outcome of the task Pod’s PreStop hook
-
Clearer and actionable error messaging when the task Pod fails to startup or its liveness probe fails
General improvements
-
The garbage collector period is now configurable for tuning how quickly failed Pods are removed
-
Ability to customize individual values (e.g., the timeoutSeconds) on the task Pod’s primary container’s liveness probe. Any overrides are merged with the defaults, like a kubectl patch.
-
See runner configuration documentation for all configuration options