-Docs @ v0.73.2
-Examples @ v0.73.2
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.73.2/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.73.2/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.73.2@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.22.3 |
Dashboard | tektoncd | v0.49.0 |
Hub | tektoncd | v1.18.1 |
Manual Approval Gate | openshift-pipelines | v0.3.1 |
Pipeline | tektoncd | v0.62.7 |
Pipeline-as-code | openshift-pipelines | v0.28.2 |
Results | tektoncd | v0.12.3 |
Triggers | tektoncd | v0.29.2 |
Features
Fixes
Misc
- 🔨 Upgrade golang.org/x/crypto to 0.31.0 (#2456)
Docs
Thanks
Thanks to these contributors who contributed to v0.73.2!
- ❤️ @github-actions[bot]
- ❤️ @jkandasa
- ❤️ @jkhelil
- ❤️ @savitaashture
- ❤️ @tekton-robot
Extra shout-out for awesome release notes: