Skip to content

Tekton Chains release v0.28.0

Choose a tag to compare

@tekton-robot tekton-robot released this 10 Jul 12:08
e1630a7

Tekton Chains release v0.28.0 "Release v0.28.0"

-Docs @ v0.28.0
-Examples @ v0.28.0

Installation one-liner

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

Attestation

The Rekor UUID for this release is 108e9186e8c5677ae629a6c752733033ba688ada1b6546bd966a3e4ce200b8164f66313961206624

Obtain the attestation:

REKOR_UUID=108e9186e8c5677ae629a6c752733033ba688ada1b6546bd966a3e4ce200b8164f66313961206624
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/chains/previous/v0.28.0/release.yaml
REKOR_UUID=108e9186e8c5677ae629a6c752733033ba688ada1b6546bd966a3e4ce200b8164f66313961206624

# 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.28.0@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

  • ✨ feat: embed Rekor bundle in OCI attestation layer annotations (#1610)

Fixes

  • 🐛 [cherry-pick: release-v0.28.x] fix(storage): skip docdb watcher reconfiguration on empty file read (#1770)

  • 🐛 [cherry-pick: release-v0.28.x] fix(signing): make KMS OIDC fallback test environment-independent (#1767)

  • 🐛 Add migration cleanup for SSA finalizers (#1697)

  • 🐛 fix: enable Vault JWT auth without Spire for KMS signing (#1616)

Misc

  • 🔨 chore: switch base image to ghcr.io/tektoncd/plumbing/static-base (#1702)

  • 🔨 Update setup-nightly-infra to latest version (#1741)

  • 🔨 chore: update release publish task (#1689)

  • 🔨 fix: update plumbing revision (#1688)

  • 🔨 fix: pass insecure option to name.NewDigest for OCI storage (#1684)

  • 🔨 ci(dependabot): group github-actions bumps across all branches (#1757)

  • 🔨 chore(deps): bump ko-build/setup-ko from 0.9 to 0.10 (#1754)

  • 🔨 chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#1753)

  • 🔨 chore(deps): bump imjasonh/setup-ko from 0.9 to 0.10 (#1752)

  • 🔨 chore(deps): bump github.com/sigstore/fulcio from 1.8.5 to 1.8.6 (#1740)

  • 🔨 chore(deps): bump github.com/sigstore/timestamp-authority/v2 from 2.0.6 to 2.1.0 (#1739)

  • 🔨 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#1711)

  • 🔨 chore(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (#1710)

  • 🔨 chore(deps): bump chainguard-dev/actions from 1.6.23 to 1.6.25 (#1709)

  • 🔨 chore(deps): bump go.mongodb.org/mongo-driver from 1.17.6 to 1.17.7 (#1708)

  • 🔨 chore(deps): bump chainguard-dev/actions from 1.6.22 to 1.6.23 (#1704)

  • 🔨 chore(deps): bump chainguard-dev/actions from 1.6.21 to 1.6.22 (#1701)

  • 🔨 chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#1700)

  • 🔨 chore(deps): bump chainguard-dev/actions from 1.6.19 to 1.6.21 (#1695)

  • 🔨 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1694)

  • 🔨 chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 (#1693)

Docs

Thanks

Thanks to these contributors who contributed to v0.28.0!

Extra shout-out for awesome release notes: