Skip to content

Tekton Pipeline release v0.14.1 "Javanese Multivac"

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 09 Jul 15:57

πŸŽ‰ 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!