Skip to content

Tekton Operator release v0.73.0 "Spotted Owlet" LTS

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 01 Oct 12:27

🎉 v0.73.0 - LTS 🎉

-Docs @ v0.73.0
-Examples @ v0.73.0

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.73.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.73.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.73.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.22.2
Dashboard tektoncd v0.49.0
Hub tektoncd v1.18.0
Manual Approval Gate openshift-pipelines v0.3.0
Pipeline tektoncd v0.62.3
Pipeline-as-code openshift-pipelines v0.28.0
Results tektoncd v0.12.1
Triggers tektoncd v0.29.1

Features

  • ✨ [main] add support to configure dashboard air gap image (#2262)
Support added to dashboard air gap image, the image can be replaced on the operator deployment environment variable `IMAGE_DASHBOARD_TEKTON_DASHBOARD`

Fixes

  • 🐛 Fix installerset issue for resolver task and stepaction (#2303)

  • 🐛 Fix HPA apiVersion #2250

  • 🐛 Fix chains default config (#2269)

Misc

  • 🔨 Bump github.com/tektoncd/pipeline from 0.62.1 to 0.62.2 (#2292)
  • 🔨 Bump github.com/tektoncd/triggers from 0.28.0 to 0.29.0 (#2289)
  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.7 to 0.29.8 (#2286)
  • 🔨 Bump github.com/sigstore/cosign/v2 from 2.3.0 to 2.4.0 (#2284)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.62.0 to 0.62.1 (#2283)
  • 🔨 Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible (#2282)
  • 🔨 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#2274)
  • 🔨 Bump golang.org/x/mod from 0.19.0 to 0.20.0 (#2273)
  • 🔨 Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (#2270)
  • 🔨 Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#2265)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.61.1 to 0.62.0 (#2264)
  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.6 to 0.29.7 (#2252)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.61.0 to 0.61.1 (#2249)

Docs

  • 📖 chore: fix typo in tekton/README.md (#2259)

Thanks

Thanks to these contributors who contributed to v0.73.0!

Extra shout-out for awesome release notes: