Skip to content

Tekton Pipeline release v1.15.2 "Toyger Orisa" LTS

Choose a tag to compare

@tekton-robot tekton-robot released this 11 Sep 07:56

-Docs @ v1.15.2
-Examples @ v1.15.2

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/pipeline/previous/v1.15.2/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677ad57a83fb64ccefa586efb4446b591b3a2d760972ce02657eb1929896879dbb74

Obtain the attestation:

REKOR_UUID=108e9186e8c5677ad57a83fb64ccefa586efb4446b591b3a2d760972ce02657eb1929896879dbb74
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/pipeline/previous/v1.15.2/release.yaml
REKOR_UUID=108e9186e8c5677ad57a83fb64ccefa586efb4446b591b3a2d760972ce02657eb1929896879dbb74

# 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 + ":v1.15.2@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

  • πŸ”¨ [release-v1.15.x] bump google.golang.org/grpc from 1.82.1 to 1.82.2 (#10677)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/setup-kind from 1.6.31 to 1.6.32 (#10673)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/kind-diag from 1.6.31 to 1.6.32 (#10670)
  • πŸ”¨ [release-v1.15.x] bump the kubernetes group with 5 updates (#10656)
  • πŸ”¨ [release-v1.15.x] bump the kubernetes group in /test/custom-task-ctrls/wait-task-beta with 3 updates (#10654)
  • πŸ”¨ [release-v1.15.x] bump github.com/spiffe/spire-api-sdk from 1.15.2 to 1.15.3 (#10649)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/analyze from 4.37.6 to 4.37.7 (#10641)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/init from 4.37.0 to 4.37.7 (#10639)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.7 (#10637)
  • πŸ”¨ [release-v1.15.x] bump google.golang.org/protobuf from 1.36.12-0.20260120151049-f2248ac996af to 1.36.12 (#10624)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/kind-diag from 1.6.30 to 1.6.31 (#10621)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/setup-kind from 1.6.30 to 1.6.31 (#10618)
  • πŸ”¨ [release-v1.15.x] bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#10617)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/analyze from 4.37.5 to 4.37.6 (#10616)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/upload-sarif from 4.37.5 to 4.37.6 (#10603)
  • πŸ”¨ [release-v1.15.x] bump fgrosse/go-coverage-report from 1.3.0 to 1.3.1 (#10598)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/kind-diag from 1.6.27 to 1.6.30 (#10597)
  • πŸ”¨ [release-v1.15.x] bump github.com/google/go-containerregistry from 0.21.7 to 0.21.9 (#10587)
  • πŸ”¨ [release-v1.15.x] bump chainguard-dev/actions/setup-kind from 1.6.27 to 1.6.30 (#10579)
  • πŸ”¨ [release-v1.15.x] bump github/codeql-action/analyze from 4.37.0 to 4.37.5 (#10574)
  • πŸ”¨ [release-v1.15.x] bump github.com/jenkins-x/go-scm from 1.15.31 to 1.15.36 (#10572)
  • πŸ”¨ [release-v1.15.x] bump github.com/sigstore/sigstore/pkg/signature/kms/azure from 1.10.8 to 1.10.9 (#10570)
  • πŸ”¨ [release-v1.15.x] bump github.com/sigstore/sigstore/pkg/signature/kms/gcp from 1.10.8 to 1.10.9 (#10569)
  • πŸ”¨ [release-v1.15.x] bump zizmorcore/zizmor-action from 0.6.0 to 0.6.2 (#10567)
  • πŸ”¨ [release-v1.15.x] bump actions/checkout from 7.0.0 to 7.0.1 (#10566)

Docs

Thanks

Thanks to these contributors who contributed to v1.15.2!

  • ❀️ @app/dependabot

Extra shout-out for awesome release notes: