✓ No known CVEs patched in this version
Summary
AI summaryMinor fixes and improvements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Dependency | Low |
Bump github.com/tektoncd/pipeline from 1.9.5 to 1.9.6. Bump github.com/tektoncd/pipeline from 1.9.5 to 1.9.6. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump chainguard-dev/actions/kind-diag from 1.6.25 to 1.6.26. Bump chainguard-dev/actions/kind-diag from 1.6.25 to 1.6.26. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump github/codeql-action/autobuild from 3.30.7 to 3.30.9. Bump github/codeql-action/autobuild from 3.30.7 to 3.30.9. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump github/codeql-action/init from 3.30.7 to 3.30.9. Bump github/codeql-action/init from 3.30.7 to 3.30.9. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump github/codeql-action/analyze from 3.30.7 to 3.30.9. Bump github/codeql-action/analyze from 3.30.7 to 3.30.9. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump the all group with 14 updates. Bump the all group with 14 updates. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump step-security/harden-runner from 2.13.1 to 2.13.3. Bump step-security/harden-runner from 2.13.1 to 2.13.3. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Dependency | Low |
Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1. Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
Tekton Chains Release v0.26.6
-Docs @ v0.26.6
-Examples @ v0.26.6
Installation one-liner
kubectl apply -f https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.6/release.yaml
Attestation
The Rekor UUID for this release is 108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2
Obtain the attestation:
REKOR_UUID=108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .
Verify that all container images in the attestation are in the release file:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.6/release.yaml
REKOR_UUID=108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2
# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.26.6@sha256:" + .digest.sha256')
# Download the release file
curl -L "$RELEASE_FILE" > release.yaml
# For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done
Changes
Features
Fixes
Misc
- :hammer: chore(deps): bump github.com/tektoncd/pipeline from 1.9.5 to 1.9.6 in the all group (#1774)
- :hammer: chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.25 to 1.6.26 in the all group across 1 directory (#1760)
- :hammer: chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.14 to 1.6.25 (#1750)
- :hammer: chore(deps): bump github/codeql-action/autobuild from 3.30.7 to 3.30.9 (#1749)
- :hammer: chore(deps): bump github/codeql-action/init from 3.30.7 to 3.30.9 (#1748)
- :hammer: chore(deps): bump github/codeql-action/analyze from 3.30.7 to 3.30.9 (#1734)
- :hammer: chore(deps): bump github.com/tektoncd/pipeline from 1.9.4 to 1.9.5 in the all group (#1729)
- :hammer: chore(deps): bump the all group with 14 updates (#1728)
- :hammer: chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.3 (#1725)
- :hammer: chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#1719)
Docs
Thanks
Thanks to these contributors who contributed to v0.26.6!
- :heart: @app/dependabot
- :heart: @tekton-robot
Extra shout-out for awesome release notes:
- :heart_eyes: @tekton-robot
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]