Tekton Operator release v0.79.2 "Release v0.79.2"
-Docs @ v0.79.2
-Examples @ v0.79.2
Installation one-liner
kubectl apply -f https://infra.tekton.dev/tekton-releases/operator/previous/v0.79.2/release.yamlAttestation
The Rekor UUID for this release is 108e9186e8c5677a8e16233d95b40c454dc247ce2ebfbb5fac46cab1e9be27961087fa0a28a52a87
Obtain the attestation:
REKOR_UUID=108e9186e8c5677a8e16233d95b40c454dc247ce2ebfbb5fac46cab1e9be27961087fa0a28a52a87
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/operator/previous/v0.79.2/release.yaml
REKOR_UUID=108e9186e8c5677a8e16233d95b40c454dc247ce2ebfbb5fac46cab1e9be27961087fa0a28a52a87
# 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.79.2@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";
doneChanges
Features
Fixes
Misc
- 🔨 [release-v0.79.x] fix(tekton-results): use passthrough TLS termination for route (#3428)
Tekton Results API route now uses passthrough TLS termination by default, enabling end-to-end encryption between clients and the Results API service.
- 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.25 to 1.6.26 in the github-actions group (#3665)
- 🔨 chore(deps): bump the github-actions group across 1 directory with 4 updates (#3632)
- 🔨 chore(deps): bump github.com/cert-manager/cert-manager from 1.19.5 to 1.19.6 (#3599)
- 🔨 chore(deps): bump github.com/tektoncd/pipeline from 1.9.4 to 1.9.5 (#3598)
- 🔨 chore(deps): bump github.com/cert-manager/cert-manager from 1.19.4 to 1.19.5 (#3577)
- 🔨 chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.2 to 2.6.3 (#3576)
- 🔨 chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.4 (#3575)
- 🔨 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#3570)
- 🔨 chore(deps): bump actions/cache from 5.0.3 to 5.0.5 (#3569)
- 🔨 chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#3568)
- 🔨 chore(deps): bump chainguard-dev/actions from 1.6.5 to 1.6.23 (#3567)
- 🔨 chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#3566)
- 🔨 chore(deps): bump pipelines-as-code to v0.42.1 (#3478)
Docs
Thanks
Thanks to these contributors who contributed to v0.79.2!
- ❤️ @aThorp96
- ❤️ @app/dependabot
- ❤️ @divyansh42
- ❤️ @enarha
- ❤️ @jkhelil
- ❤️ @openshift-pipelines-bot
- ❤️ @pratap0007
- ❤️ @tekton-robot
- ❤️ @theakshaypant
Extra shout-out for awesome release notes:
- 😍 @aThorp96
- 😍 @divyansh42
- 😍 @jkhelil