Tekton Operator release v0.75.1 "Release v0.75.1"
-Docs @ v0.75.1
-Examples @ v0.75.1
Installation one-liner
kubectl apply -f https://infra.tekton.dev/tekton-releases/operator/previous/v0.75.1/release.yamlAttestation
The Rekor UUID for this release is 108e9186e8c5677abefee6db23114cb20d1a97b44ec3b82961ab34da78d56ae5ae676dbd7c69459e
Obtain the attestation:
REKOR_UUID=108e9186e8c5677abefee6db23114cb20d1a97b44ec3b82961ab34da78d56ae5ae676dbd7c69459e
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.75.1/release.yaml
REKOR_UUID=108e9186e8c5677abefee6db23114cb20d1a97b44ec3b82961ab34da78d56ae5ae676dbd7c69459e
# 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.75.1@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
- 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.5.11 to 1.5.16 in the github-actions group (#3666)
- 🔨 chore(deps): bump k8s.io/apiextensions-apiserver from 0.29.14 to 0.29.15 (#3557)
- 🔨 chore(deps): bump github.com/openshift-pipelines/pipelines-as-code from 0.27.2 to 0.27.3 (#3556)
- 🔨 chore(deps): bump github.com/tektoncd/pipeline from 0.68.0 to 0.68.1 (#3555)
- 🔨 chore(deps): bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (#3554)
- 🔨 chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 (#3553)
Docs
Thanks
Thanks to these contributors who contributed to v0.75.1!
- ❤️ @app/dependabot
- ❤️ @tekton-robot
- ❤️ @vdemeester
Extra shout-out for awesome release notes: