-Docs @ v0.74.1
-Examples @ v0.74.1
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.74.1/release.yaml
Attestation
The Rekor UUID for this release is ``
Obtain the attestation:
REKOR_UUID=
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://storage.googleapis.com/tekton-releases/operator/previous/v0.74.1/release.yaml
REKOR_UUID=
# 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.74.1@sha256:" + .digest.sha256')
# Download the release file
curl "$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
Component | Org | Version |
---|---|---|
Chains | tektoncd | v0.23.1 |
Dashboard | tektoncd | v0.52.0 |
Hub | tektoncd | v1.19.2 |
Manual Approval Gate | openshift-pipelines | v0.4.1 |
Pipeline | tektoncd | v0.65.5 |
Pipeline-as-code | openshift-pipelines | v0.29.1 |
Results | tektoncd | v0.13.3 |
Triggers | tektoncd | v0.30.1 |
Features
Fixes
- 🐛 [0.74.x] Update pruner sha with latest (#2461)
- 🐛 [0.74.x] Update ecosystem task version to fix buildah issue (#2481)
Misc
- 🔨 Bump golang.org/x/crypto to v0.31.0 (#2459)
Docs
Thanks
Thanks to these contributors who contributed to v0.74.1!
- ❤️ @PuneetPunamiya
- ❤️ @github-actions[bot]
- ❤️ @jkhelil
- ❤️ @savitaashture
- ❤️ @tekton-robot
Extra shout-out for awesome release notes: