Tekton Pipeline release v0.28.2 "Siberian Hadaly"
π Fix panic when pending pipelinerun is failed π
-Docs @ v0.28.2
-Examples @ v0.28.2
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.28.2/release.yaml
β οΈ Known Issues
- #4483 Implicit parameter mapping incorrectly passes params from the top-level
Pipeline
orPipelineRun
totaskRef
Pipeline Tasks. Mapping should only occur from top-level resource to Pipeline Tasks with in-linetaskSpec
. This issue only affects users withenable-api-fields: alpha
in thefeature-flags
ConfigMap
stored in thetekton-pipelines
namespace.
Fixes
- π Fix panic when pending pipelinerun is failed (#4306)
Fixed an issue where the PipelineRun reconciler could panic if a PipelineRun with spec.status set to PipelineRunPending was placed into a failed state before execution was able to begin.
Thanks
Thanks to these contributors who contributed to v0.28.2!
- β€οΈ @sbwsg
- β€οΈ @pritidesai
Extra shout-out for awesome release notes:
- π @sbwsg
- π @pritidesai