github tektoncd/pipeline v0.14.1
Tekton Pipeline release v0.14.1 "Javanese Multivac"

latest releases: v0.59.0, v0.50.6, v0.47.9...
3 years ago

🎉 Bugfix release 🎉

-Docs @ v0.14.1
-Examples @ v0.14.1

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.14.1/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

  • 🐛 Include Task name in err message when validating (#2899)
    Include the task name in error message when validating pipeline
  • 🐛 variable substitution in finally section (#2908)
    Variables from params section are now substituted with specified values for final tasks.
  • 🐛 Fix documentation about cloudevents (#2911)
  • change value of app.kubernetes.io/version label (#2900)

Thanks

Thanks to these contributors who contributed to v0.14.1!

Don't miss a new pipeline release

NewReleases is sending notifications on new releases.