Skip to content

Releases: tektoncd/operator

Tekton Operator release v0.65.1 ""

10 Mar 10:34
a7ddf6e
Compare
Choose a tag to compare

-Docs @ v0.65.1
-Examples @ v0.65.1

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.12.0"            
tektoncd                 dashboard                "v0.33.0"           
tektoncd                 pipeline                 "v0.44.0"           
openshift-pipelines      pipelines-as-code        "0.17.1"            
tektoncd                 chains                   "v0.15.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.22.2"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.65.1!

Extra shout-out for awesome release notes:

Tekton Operator release v0.65.0 ""

09 Mar 15:56
Compare
Choose a tag to compare

-Docs @ v0.65.0
-Examples @ v0.65.0

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.12.0"            
tektoncd                 dashboard                "v0.33.0"           
tektoncd                 pipeline                 "v0.44.0"           
openshift-pipelines      pipelines-as-code        "0.17.1"            
tektoncd                 chains                   "v0.15.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.22.2"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.65.0!

Extra shout-out for awesome release notes:

Tekton Operator release v0.64.0

04 Jan 13:31
Compare
Choose a tag to compare

-Docs @ v0.64.0
-Examples @ v0.64.0

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.11.1"            
tektoncd                 dashboard                "v0.31.0"           
tektoncd                 pipeline                 "v0.42.0"           
openshift-pipelines      pipelines-as-code        "0.15.0"            
tektoncd                 chains                   "v0.14.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.22.0"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.64.0!

Extra shout-out for awesome release notes:

Tekton Operator release v0.63.0

25 Nov 14:06
Compare
Choose a tag to compare

-Docs @ v0.63.0
-Examples @ v0.63.0

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.11.1"            
tektoncd                 dashboard                "v0.30.0"           
tektoncd                 pipeline                 "v0.41.0"           
openshift-pipelines      pipelines-as-code        "0.14.2"            
tektoncd                 chains                   "v0.13.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.22.0"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.63.0!

Extra shout-out for awesome release notes:

Tekton Operator release v0.62.0

20 Sep 16:29
Compare
Choose a tag to compare

-Docs @ v0.62.0
-Examples @ v0.62.0

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.10.0"            
tektoncd                 dashboard                "v0.29.2"           
tektoncd                 pipeline                 "v0.40.0"           
openshift-pipelines      pipelines-as-code        "0.12.0"            
tektoncd                 chains                   "v0.12.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.21.0"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.62.0!

Extra shout-out for awesome release notes:

tekton-operator-0.61.0

25 Aug 08:34
Compare
Choose a tag to compare

A Helm chart to deploy the Tekton Operator and its CRDs

Component Versions

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.9.0"            
tektoncd                 dashboard                "v0.28.0"           
tektoncd                 pipeline                 "v0.39.0"           
tektoncd                 chains                   "v0.11.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.20.2"           
----------------------------------------------------------------------

Installation:

helm install tekton-operator https://github.com/tektoncd/operator/releases/download/tekton-operator-0.61.0/tekton-operator-0.61.0.tgz \
  -n tekton-operator \
  --create-namespace \
  --set installCRDs=true

NOTE: not supported on OpenShift Platform

Tekton Operator release v0.61.0

25 Aug 05:58
Compare
Choose a tag to compare

-Docs @ v0.61.0
-Examples @ v0.61.0

Installation one-liner

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

Component Versions

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.9.0"            
tektoncd                 dashboard                "v0.28.0"           
tektoncd                 pipeline                 "v0.39.0"           
openshift-pipelines      pipelines-as-code        "0.10.2"            
tektoncd                 chains                   "v0.11.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.20.2"           
----------------------------------------------------------------------

In current release:

  • 🔨 .github/workflows : trying to use sign-off (#1007)
  • 🔨 .github/workflows: re-add token to bump-payload-on-releases (#1002)
  • 🔨 .github/workflows: fixing committer & author (#1001)
  • 🔨 Fixing bump-payloads github workflows (#992)
  • 🔨 Bump golangci-lint to v1.47.2 to support Go 1.18 (#983)
  • 🔨 Add a bump (and bump-bugfix) command to operator-tool (#932)
  • 🔨 Add a components.nightly.yaml for nightlies build (#928)
  • 🔨 Components file as source of truth + tooling (#898)

Thanks

Thanks to these contributors who contributed to v0.61.0!

Extra shout-out for awesome release notes:

tekton-operator-0.1.0

22 Aug 07:20
Compare
Choose a tag to compare

A Helm chart to deploy the Tekton Operator and its CRDs

Tekton Operator release v0.60.1

28 Jul 13:53
Compare
Choose a tag to compare

-Docs @ v0.60.1
-Examples @ v0.60.1

Installation one-liner

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

Component Versions

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.8.0"            
tektoncd                 dashboard                "v0.27.0"           
tektoncd                 pipeline                 "v0.37.2"           
openshift-pipelines      pipelines-as-code        "0.10.1"            
tektoncd                 chains                   "v0.9.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.20.2"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.60.1!

Extra shout-out for awesome release notes:

PR List

  • [Cherry-pick] Increasing QPS limit to 50 to improve installation (#941)
  • [Cherry-pick] Add env to replace the s2i-java env step (#938)
  • [Cherry-pick] Adds missing MetricsDomain env for operator container (#937)
  • Update version in manifest to 0.60.1 for release (#931)
  • [Cherry-pick] Add job replacement transform in tekton hub (#913)
  • [Cherry-pick] Removes PropagationPolicy for resource deletion (#911)
  • [v0.60.x] Bump tektoncd/pipeline to 0.37.2 (#897)
  • [Cherry-pick] OpenShift: Update links in CSV (#895)
  • [cherry pick] Bump tkn to 0.24.0 in ConsoleCLIDownload (#889)
  • Update pac version to 0.10.1 (#886)
  • [release-v0.60.x] Update tkn download URLs, add arm64 (#884)
  • Rename Rolebinding and Roles for metrics (#878)
  • Fix component versions in OperatorHub description (#874)

Tekton Operator release v0.60.0

28 Jun 09:05
Compare
Choose a tag to compare

Tekton Operator release v0.60.0

-Docs @ v0.60.0
-Examples @ v0.60.0

Installation one-liner

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

Component Versions

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.8.0"            
tektoncd                 dashboard                "v0.27.0"           
tektoncd                 pipeline                 "v0.37.0"           
openshift-pipelines      pipelines-as-code        "0.10.0"            
tektoncd                 chains                   "v0.9.0"            
tektoncd                 results                  "v0.4.0"            
tektoncd                 triggers                 "v0.20.1"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.60.0!

Extra shout-out for awesome release notes:

Unsorted PR List

  • [Openshift] Updates Hub pre-reconciler to manage Auth Url (#866)
  • Update git-clone task version to 0.7 (#865)
  • Fix chains secret getting overwritten on upgrade (#863)
  • Update Red Hat images (s2i, ubi, buildah..) (#862)
  • Updates hub with new release (#861)
  • Update git-clone version to 0.6 (#860)
  • Fix pipelines-as-code image replacement naming (#859)
  • [OpenShit] Skip RBAC setup in namespaces which are being deleted (#858)
  • Create PAC pipelinerun templates for console to access (#857)
  • Bump go.uber.org/zap from 1.19.1 to 1.21.0 (#856)
  • Bump github.com/hashicorp/vault/sdk from 0.2.1 to 0.5.2 (#854)
  • Bump github.com/go-logr/logr from 1.2.2 to 1.2.3 (#853)
  • Bump github.com/tektoncd/pipeline from 0.36.0 to 0.37.0 (#852)
  • Add graceful termination to webhook pods (#850)
  • .github/workflows: remove pull_request from it (#847)
  • Adds Tekton Hub ownerRef for Hub components (#846)
  • Run pac deployments on infra node (#843)
  • Add script for upgrade tests (#842)
  • Refactors update logic for TektonPipeline reconciler (#841)
  • Skip Tekton Chain tests for Z and Power platforms (#840)
  • Fix buid-test errors (#836)
  • Fixes the duplication of Hub installerset when there is an operator upgrade (#834)
  • Bump go to 1.17 and k8s and knative dependencies (#833)
  • Set version in TektonConfig status in main reconciler (#830)
  • Checks and updates ownerRef of Hub-db pvc if Hub instance is already created (#827)
  • Improve bundle generation mechanism (#824)
  • Add a projects workflow 🧑‍⚕️ (#822)
  • Adds infrastructure for generalizing the creation of installerset and updates creation of TektonPipeline installerset (#819)
  • allow running buildah on newer nodes (#806)
  • [TektonConfig] Allows user to set priorityClassName parameter (#797)
  • Fixes Hub version to latest in Makefile (#788)
  • Add mechanism to enable/disable supported reconcilers (#710)
  • This will fix scheduling the cron jobs pod on infra node if configured (#708)