Skip to content

Tekton Operator release v0.67.0 "LTS"

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 25 May 09:12

-Docs @ v0.67.0
-Examples @ v0.67.0

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.67.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.67.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.67.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

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.13.0"            
tektoncd                 dashboard                "v0.35.0"           
tektoncd                 pipeline                 "v0.47.0"           
openshift-pipelines      pipelines-as-code        "0.19.1"            
tektoncd                 chains                   "v0.16.0"            
tektoncd                 results                  "v0.6.0"            
tektoncd                 triggers                 "v0.24.0"           
----------------------------------------------------------------------

Features

  • ✨ Add Results to Operator (#1410)

Add Properties to Results for configuring API server and Logging Storage.

Fixes

Misc

  • 🔨 Fix the image in config for CSV generation (#1495)
  • 🔨 Update results to v0.6.0 (#1491)
  • 🔨 Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#1489)
  • 🔨 Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#1488)
  • 🔨 Bump github.com/go-logr/zapr from 1.2.3 to 1.2.4 (#1487)
  • 🔨 Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#1483)
  • 🔨 Bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#1479)
  • 🔨 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1463)
  • 🔨 Bump github.com/sigstore/cosign/v2 from 2.0.0 to 2.0.2 (#1460)
  • 🔨 Bump golang.org/x/mod from 0.9.0 to 0.10.0 (#1438)
  • 🔨 Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#1435)
  • 🔨 Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible (#1428)
  • 🔨 Bump github.com/tektoncd/triggers from 0.23.0 to 0.23.1 (#1426)
  • 🔨 Bump github.com/openshift-pipelines/pipelines-as-code from 0.17.1 to 0.17.2 (#1414)
  • 🔨 Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 (#1413)
  • 🔨 Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#1403)
  • 🔨 Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (#1392)

Docs

Thanks

Thanks to these contributors who contributed to v0.67.0!

Extra shout-out for awesome release notes: