Skip to content

Tekton Operator release v0.70.2 "Spotted Dove LTS"

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 24 Apr 13:47

-Docs @ v0.70.2
-Examples @ v0.70.2

Installation one-liner

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

What's Changed

  • [release-v0.70.x] Fix Conflict between Results PreReconciler and Reconciler by @tekton-robot in #2016
  • [release-v0.70.x] Fix Results version not reflecting in certain flow by @tekton-robot in #2017
  • [release-v0.70.x] Fix the results reconciler's manifest reference by @tekton-robot in #2018
  • [release-v0.70.x] Fix filter and Transform for TektonResult by @tekton-robot in #2025
  • Revert "Added filesystem-custom-path to allowed x509 fulcio providers" by @PuneetPunamiya in #2030
  • [bot] bump payload versions by @github-actions in #2039
  • [bot] bump payload versions by @github-actions in #2045
  • [v0.70.x] prepare v0.70.1 patch release by @jkandasa in #2046
  • [bot] bump payload versions by @github-actions in #2048
  • [release-v0.70.x] update OpenShift bundle features annotations by @tekton-robot in #2055
  • [v0.70.x] prepare v0.70.2 patch release by @jkandasa in #2056
  • [bot] bump payload versions by @github-actions in #2062
  • [release-0.70.x] Update component versions in the clusterserviceversi… by @vdemeester in #2067
  • [bot] bump payload versions by @github-actions in #2070
  • [bot] bump payload versions by @github-actions in #2074
  • Bump tkn version to v0.35.2 by @piyush-garg in #2077
  • [bot] bump payload versions by @github-actions in #2088
  • [release-v0.70.x] perform manifest transformation earlier by @tekton-robot in #2090
  • [bot] bump payload versions by @github-actions in #2106
  • [release-v0.70.x] apply nodeSelector, tolerations, and priorityClassName into pipelines-console-plugin pod by @tekton-robot in #2110
  • [release-v0.70.x] HPA creation enabled via options by @tekton-robot in #2112
  • [release-v0.70.x] [2100] Reconcile a namespace again with missing rolebinding by @tekton-robot in #2113
  • [release-v0.70.x] Wrap errors with more context while creating resources in the operator by @tekton-robot in #2114
  • [0.70.0] update kubernetes release artifacts bundle by @jkandasa in #2013

Full Changelog: v0.70.0...v0.70.2

Thanks

Thanks to these contributors who contributed to v0.70.2!

Extra shout-out for awesome release notes: