Skip to content

Releases: tektoncd/operator

Tekton Operator release v0.67.0 "LTS"

25 May 09:12
Compare
Choose a tag to compare

-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:

Tekton Operator release v0.66.0 ""

20 Mar 14:49
Compare
Choose a tag to compare

-Docs @ v0.66.0
-Examples @ v0.66.0

Installation one-liner

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

Changes

----------------------------------------------------------------------
org                      component                version             
----------------------------------------------------------------------
tektoncd                 hub                      "v1.12.0"            
tektoncd                 dashboard                "v0.33.0"           
tektoncd                 pipeline                 "v0.45.0"           
openshift-pipelines      pipelines-as-code        "0.17.1"            
tektoncd                 chains                   "v0.15.0"            
tektoncd                 results                  "v0.5.0"            
tektoncd                 triggers                 "v0.23.0"           
----------------------------------------------------------------------

Thanks

Thanks to these contributors who contributed to v0.66.0!

Extra shout-out for awesome release notes:

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