Skip to content

Tekton Operator release v0.54.0

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 17 Jan 11:37

-Docs @ v0.54.0
-Examples @ v0.54.0

Tekton Component Versions

Component Version
Tekton PIpeline v0.32.0
Tekton Triggers v0.18.0
Tekton Dashboard v0.23.0
Tekton Results v0.4.0

Installation one-liner

On Kubernetes

kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.54.0/release.notags.yaml

On OpenShift

oc apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.54.0/openshift-release.notags.yaml

Thanks

Thanks to these contributors who contributed to v0.54.0!

Extra shout-out for awesome release notes:

Unsorted PR List

  • Remove redundant call to MarkInstallerSetAvailable (#578)
  • Add/openshift builds (#575)
  • Fix multiple installersets for tektonaddon (#574)
  • Update dependencies (tekton, knative, k8s, …) (#573)
  • Remove gotest.tools v2 🦂 (#572)
  • Add digest for static images (#571)
  • Adds missing annotation lastAppliedHashKey in TektonInstaller Set for Tekton Dashboard (#570)
  • Fix broken link to TektonDashboard documentation (#568)
  • Skips Namespace deletion on installlerSet deletion (#565)
  • fix cronjob creation with irrelevant config change (#564)
  • Fetches the manifest for Tekton Dashboard through init Controller (#560)
  • .Update OWNERS on operator 🙃 (#559)
  • Setup OpenShift Addon payload in new location (#558)
  • Modification to enable OpenShift builds with releases (#551)