What tektoncd/pipeline shipped
Generated by FoxPlug from public activity — not affiliated with Tekton.
Week of September 14, 2026
What shipped
- Resolvers now enqueue only their own ResolutionRequests instead of all requests during leader promotion, reducing unnecessary reconciliation work. Pull request #10548
- TaskRun ReconcileKind spans are now tagged with reason attributes when cancelled or timed out, matching PipelineRun tracing behavior. Pull request #10664
- Documentation clarified that config-tracing and config-observability are separate tracing paths with different configuration keys. Pull request #10626
- Replaced unmaintained gopkg.in/yaml.v3 library with its maintained fork go.yaml.in/yaml/v3. Pull request #10683
- Sigstore dependency updates are now grouped by dependabot to reduce noise when new releases land. Pull request #10761
- Fixed release_names.go tool bugs in robot name regex and incorrect results from Wikipedia parsing. Pull request #10508
- Corrected controller startup panic log messages to use proper verb formatting. Pull request #10430
- Fixed kind node image digest for Kubernetes v1.33 to use the correct v1.33.4 digest. Pull request #10390
- Updated dead links in feature versioning guide documentation to point to current file locations. Pull request #10394
Why it matters
This week included resolver efficiency improvements, tracing consistency across TaskRun and PipelineRun, maintenance of unmaintained dependencies, and fixes to testing infrastructure and documentation.
Changelog entry
- Resolvers enqueue only their own ResolutionRequests on leader promotion Pull request #10548
- TaskRun ReconcileKind spans tagged with reason on cancel/timeout Pull request #10664
- Documentation clarifies config-tracing and config-observability are separate paths Pull request #10626
- Replaced gopkg.in/yaml.v3 with maintained go.yaml.in/yaml/v3 fork Pull request #10683
- Sigstore dependency updates grouped in dependabot Pull request #10761
- Fixed release_names.go robot name regex and parsing bugs Pull request #10508
- Corrected controller startup panic log formatting Pull request #10430
- Fixed kind node image digest for Kubernetes v1.33 Pull request #10390
- Updated dead links in feature versioning guide Pull request #10394
Tekton Pipeline updates: resolver efficiency gains, TaskRun tracing parity with PipelineRun, unmaintained dependency replacement, and documentation fixes.
Tekton Pipeline shipped improvements this week: resolvers now handle requests more efficiently during leader promotion, TaskRun tracing is consistent with PipelineRun across cancellation and timeout scenarios, we replaced an unmaintained YAML library with its maintained fork, and fixed testing infrastructure and documentation issues.