Skip to content

Tekton Operator release v0.75.0 "Buff-sided robin"

Latest
Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 17 Mar 10:47
· 0 commits to 9451194655d50f56c2e6f5bc8a711cdebdb86604 since this release

-Docs @ v0.75.0
-Examples @ v0.75.0

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.75.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.75.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.75.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.24.0
Dashboard tektoncd v0.54.0
Hub tektoncd v1.20.0
Manual Approval Gate openshift-pipelines v0.5.0
Pipeline tektoncd v0.68.0
Pipeline-as-code openshift-pipelines v0.33.0
Results tektoncd v0.14.0
Triggers tektoncd v0.31.0

Features

  • ✨ Update tekton-cache stepAction release versions (#2573)

Fixes

Misc

  • 🔨 Fix fetch-component-release task in nightly release (#2547)

  • 🔨 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#2591)

  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.13 to 0.29.14 (#2590)

  • 🔨 Bump golang.org/x/mod from 0.22.0 to 0.23.0 (#2563)

  • 🔨 Bump github.com/tektoncd/triggers from 0.30.1 to 0.31.0 (#2562)

  • 🔨 Bump github.com/sigstore/cosign/v2 from 2.4.1 to 2.4.2 (#2561)

  • 🔨 Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#2560)

  • 🔨 Bump gotest.tools/v3 from 3.5.1 to 3.5.2 (#2559)

  • 🔨 Bump github.com/tektoncd/pipeline from 0.66.0 to 0.68.0 (#2550)

  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.12 to 0.29.13 (#2521)

  • 🔨 Bump golang.org/x/net from 0.28.0 to 0.33.0 (#2496)

  • 🔨 Bump github.com/tektoncd/triggers from 0.30.0 to 0.30.1 (#2483)

  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.11 to 0.29.12 (#2457)

  • 🔨 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#2449)

  • 🔨 Bump github.com/tektoncd/pipeline from 0.65.2 to 0.66.0 (#2448)

  • 🔨 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#2424)

  • 🔨 Bump k8s.io/apiextensions-apiserver from 0.29.10 to 0.29.11 (#2423)

  • 🔨 Bump github.com/tektoncd/pipeline from 0.65.1 to 0.65.2 (#2422)

Docs

  • 📖 Update DEVELOPMENT.md (#2465)

Thanks

Thanks to these contributors who contributed to v0.75.0!

Extra shout-out for awesome release notes: