Skip to content

Tekton Operator release v0.76.1

Choose a tag to compare

@tekton-robot tekton-robot released this 13 Jul 16:43

Tekton Operator release v0.76.1 "Release v0.76.1"

-Docs @ v0.76.1
-Examples @ v0.76.1

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/operator/previous/v0.76.1/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a4da4d6896b2874afd595767bc2da35fa2e03efe444c096c09cbfc6262b4cd8d3

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a4da4d6896b2874afd595767bc2da35fa2e03efe444c096c09cbfc6262b4cd8d3
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.76.1/release.yaml
REKOR_UUID=108e9186e8c5677a4da4d6896b2874afd595767bc2da35fa2e03efe444c096c09cbfc6262b4cd8d3

# 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.76.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";
done

Changes

Features

Fixes

Misc

  • 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.5.11 to 1.5.16 in the github-actions group across 1 directory (#3631)
  • 🔨 chore(deps): bump github.com/tektoncd/pipeline from 1.0.0 to 1.0.4 (#3600)
  • 🔨 chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.2 to 2.6.3 (#3564)
  • 🔨 chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.5 to 0.32.13 (#3561)
  • 🔨 chore(deps): bump actions/checkout from 6.0.0 to 6.0.3 (#3539)
  • 🔨 chore(deps): bump peter-evans/slash-command-dispatch from 5.0.0 to 5.0.2 (#3538)
  • 🔨 chore(deps): bump github/codeql-action from 4.31.6 to 4.31.11 (#3537)
  • 🔨 chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#3535)
  • 🔨 chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#3533)
  • 🔨 resolve openshift-pipelines/pipelines-as-code to tektoncd repo (#3349)

Docs

Thanks

Thanks to these contributors who contributed to v0.76.1!

Extra shout-out for awesome release notes: