Skip to content

Tekton Operator release v0.72.0 "Masked Finfoot"

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 11 Jul 10:49

🎉 v0.72.0 🎉

-Docs @ v0.72.0
-Examples @ v0.72.0

Installation one-liner

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

Component Org Version
Pipeline tektoncd v0.61.1
Dashboard tektoncd v0.48.0
Triggers tektoncd v0.28.0
Hub tektoncd v1.17.0
Chains tektoncd v0.21.1
Results tektoncd v0.11.0
Pipeline-as-code openshift-pipelines v0.27.2
Manual Approval Gate openshift-pipelines v0.2.2

Features

  • ✨ Add webhookconfiguration options to tektonConfig additional options (#2129)

  • ✨ Add versioned task for resolver task (#2227)

  • ✨ Upgrade ConsoleYAMLSample apiVersion to Pipelines v1 (#2170)

  • ✨ Update triggers default configmap for runAsUser and runAsGroup to handle restricted securityContext for Triggers (#2125)

Fixes

  • 🐛 [main] update default logger options for production environment (#2241)

default logger options updated to production mode. Now the default log level is info and fixed the logger overrides names

  • 🐛 Update helm charts with manual approvalgate CR (#2230)

Update helm charts with manual approvalgate CR

  • 🐛 Fix validation for additionalPacController settings (#2208)

Fix validation for additionalPacController settings

  • 🐛 Support for disconnected environments for resolverTasks (#2174)

Added support for using tasks supported by resolverTasks in tektonconfig to be used in disconnected environments as well.

  • 🐛 Fix cvp issue by removing internal registry from relatedImages (#2204)

  • 🐛 Fix PAC config not handling hub catalogs (#2201)

  • 🐛 ArtifactsPipelineRunEnableDeepInspection making this field to accept both bool and string (#2179)

Misc

  • 🔨 Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#2243)
  • 🔨 Bump golang.org/x/mod from 0.18.0 to 0.19.0 (#2238)
  • 🔨 Bump github.com/tektoncd/triggers from 0.27.0 to 0.28.0 (#2237)
  • 🔨 Bump github.com/openshift-pipelines/pipelines-as-code from 0.27.1 to 0.27.2 (#2236)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.60.2 to 0.61.0 (#2225)
  • 🔨 Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#2221)
  • 🔨 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2214)
  • 🔨 Bump github.com/openshift-pipelines/pipelines-as-code from 0.27.0 to 0.27.1 (#2199)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.60.1 to 0.60.2 (#2198)
  • 🔨 Bump golang.org/x/mod from 0.17.0 to 0.18.0 (#2197)
  • 🔨 Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#2186)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.60.0 to 0.60.1 (#2185)
  • 🔨 Bump github.com/tektoncd/pipeline from 0.59.0 to 0.60.0 (#2175)
  • 🔨 Bump charts version and image sha (#2246)
  • 🔨 Fix devel version replacement (#2245)
  • 🔨 Bump k8s deps to v0.29 (#2240)
  • 🔨 Update ManualApprovalGate.md (#2220)
  • 🔨 skip ManualApprovalgate tests on s390x/ppc64le arch (#2219)
  • 🔨 bump go dependencies (#2217)
  • 🔨 Update task-git version to 0.3.1 (#2232)
  • 🔨 Update task versions for s2i and tkn (#2215)
  • 🔨 Add missing manualapprovalgate CR (#2209)
  • 🔨 Fix codeql workflow (#2166)
  • 🔨 Add support for using nightly release (#2161)
  • 🔨 bump go version to 1.21 in GH actions (#2159)
  • 🔨 Remove unused variable tknVersion (#2200)
  • 🔨 remove unsupported versions from bump payload (#2190)
  • 🔨 update relesase details as table (#2189)
  • 🔨 Bump components version of pipeline and dashboard (#2188)
  • 🔨 Update install.md to reflect the correct installation behaviour (#2187)
  • 🔨 add jkhelil to owners file (#2122)

Docs

  • 📝 docs: remove unsupported feature flag scope-when-expressions-to-task (#2223)

Thanks

Thanks to these contributors who contributed to v0.72.0!

Extra shout-out for awesome release notes: