Tekton Pipeline release v0.14.3 "Javanese Multivac"
π Bugfix release π
-Docs @ v0.14.3
-Examples @ v0.14.3
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.14.3/release.yaml
Upgrade Notices
Users need to pass in default parameter values or provide the required parameters in Pipeline
spec as they now get validated by the controller.
The creds-init
step is gone and its behavior is now handle by the entrypoint. This shouldn't have any impact except running as the same user as the step.
Changes
Fixes
- π Fix some assignment to nil map issues (#3005)
Fix a panic in the pipeline controller that may happen when a pipeline hangs in starting state, because of a malformed condition name.
Thanks
Thanks to these contributors who cFix a panic in the pipeline controller that may happen when a pipeline hangs in starting state, because of a malformed condition name.ontributed to v0.14.3!
- β€οΈ @sbwsg
- β€οΈ @afrittoli