Skip to content

Tekton Pipeline release v0.11.1 "Ragdoll Norby"

Compare
Choose a tag to compare
@afrittoli afrittoli released this 08 Apr 12:17

πŸŽ‰ Beta Bug Bash 1 πŸŽ‰

This release fixes a bug with default timeouts. The default-timeout-minutes field in the config-defaults ConfigMap was being ignored. Upgrade to this release to have the default timeout respected in TaskRuns and PipelineRuns again.

-Docs @ v0.11.1
-Examples @ v0.11.1

Upgrade Notices

🚨 If you are upgrading from a version of Tekton Pipelines older than v0.11.0 then you may need to delete your existing tekton-pipeline deployments before applying v0.11.1.

Changes

Fixes

  • πŸ› Fix default-timeout from config not correctly set (#2333)

Known Issues

  • ⚠️ Cancelling PipelineRuns does not work properly in this release. A cancelled PipelineRun should cancel any of its executing TaskRuns. However, currently, any TaskRuns that are executing when a PipelineRun is cancelled will continue until they exit on their own. Follow Issue 2337 for updates.

Thanks

Thanks to these contributors who contributed to v0.11.1!