🎉 Bugfix release 🎉
-Docs @ v0.14.2
-Examples @ v0.14.2
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.14.2/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
- 🐛 Rollback creds-init removal in 0.14 branch (#2952)
The removal of the creds-init initContainer that occurred in 0.14.0 has been rolled back. The change introduced an unintended backwards-incompatibility that needs to be resolved.
Thanks
Thanks to these contributors who contributed to v0.14.2!
- ❤️ @sbwsg