🎉 v0.74.0 - LTS 🎉
-Docs @ v0.74.0
-Examples @ v0.74.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.74.0/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.0/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.0@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.0 |
Dashboard | tektoncd | v0.52.0 |
Hub | tektoncd | v1.19.0 |
Manual Approval Gate | openshift-pipelines | v0.4.0 |
Pipeline | tektoncd | v0.65.2 |
Pipeline-as-code | openshift-pipelines | v0.29.0 |
Results | tektoncd | v0.13.0 |
Triggers | tektoncd | v0.30.0 |
Features
- ✨ fix(pipelines-scc): add ephemeral volumes (#2308)
`pipelines-scc` supports `ephemeral` volumes
Fixes
Misc
- 🔨 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#2406)
- 🔨 Bump github.com/tektoncd/triggers from 0.29.1 to 0.30.0 (#2405)
- 🔨 Bump golang.org/x/mod from 0.21.0 to 0.22.0 (#2404)
- 🔨 Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#2403)
- 🔨 Bump github.com/tektoncd/pipeline from 0.65.0 to 0.65.1 (#2402)
- 🔨 Bump github.com/tektoncd/pipeline from 0.64.0 to 0.65.0 (#2384)
- 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.9 to 0.29.10 (#2383)
- 🔨 Bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 (#2373)
- 🔨 Bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 (#2367)
- 🔨 Bump github.com/open-policy-agent/opa from 0.67.0 to 0.68.0 (#2363)
- 🔨 Bump github.com/tektoncd/pipeline from 0.63.0 to 0.64.0 (#2362)
- 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.8 to 0.29.9 (#2319)
- 🔨 Bump golang.org/x/mod from 0.20.0 to 0.21.0 (#2315)
- 🔨 Bump github.com/tektoncd/triggers from 0.29.0 to 0.29.1 (#2314)
- 🔨 Bump github.com/sigstore/sigstore-go from 0.5.1 to 0.6.1 (#2307)
- 🔨 Bump github.com/tektoncd/pipeline from 0.62.2 to 0.63.0 (#2300)
Docs
Thanks
Thanks to these contributors who contributed to v0.74.0!
- ❤️ @ArthurVardevanyan
- ❤️ @dependabot[bot]
- ❤️ @enarha
- ❤️ @jkandasa
- ❤️ @jkhelil
- ❤️ @pratap0007
- ❤️ @savitaashture
- ❤️ @vdemeester
Extra shout-out for awesome release notes: