-Docs @ v0.68.0
-Examples @ v0.68.0
Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.68.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.68.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.68.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.14.0"
tektoncd dashboard "v0.39.0"
tektoncd pipeline "v0.50.1"
openshift-pipelines pipelines-as-code "0.21.0"
tektoncd chains "v0.17.0"
tektoncd results "v0.8.0"
tektoncd triggers "v0.25.0"
----------------------------------------------------------------------
Features
-
✨ Enable TektonResults access by system:authenticated user (#1680)
-
✨ Add informer for statefulset workloads (#1664)
- statefulSets watches any changes to statefulSet workload
-
✨ Introduce additional field options to components (#1656)
- Includes additional field called options into each components. That will allow user to take more control on configMap, deployments and statefulSets.
- pipeline controller replicas count can be handled under
pipeline.performance.replicas
. - action required: deployments replicas count control is taken into operator. If you have modified replicas count in your deployment, you have to update the same via TektonConfig CR, under options.
-
✨ Add Google Creds for Results (#1652)
- Pass Google creds for GCS to Results using the following properties:
gcs_creds_secret_name
gcs_creds_secret_key
- Pass Google creds for GCS to Results using the following properties:
-
✨ Add Metrics for TektonResult (#1599)
- Metrics
results_reconciled
added which haslog_type
which tells us logging type used during installtion of results.
- Metrics
-
✨ Add Metrics for TektonChains (#1598)
- Metrics
chains_reconciled
added which has {oci/pipelinerun/taskrun}_{storage/format/signer} information as metrics tags.
- Metrics
-
✨ Access to Results Service and Route for system:authenticated user (#1682)
-
✨ Add support for External DB in Tekton Results (#1654)
Fixes
-
🐛 Changing Shell Image from UBI-minimal to shell image (#1637)
- Changing Shell Image from UBI-minimal to shell image.
-
🐛 Fix Getting Kubeclient in OpenShift Extension of Pipeline (#1544)
-
🐛 Fix Transformers for Results Configuration (#1539)
-
🐛 [main] [0.67.x] Fix Image Transforms for Results (#1532)
-
🐛 add openshift monitoring label to targetNamespace (#1530)
Misc
-
🔨 Bump Results and Dashboard (#1678)
-
🔨 Updated CRS for for Result (#1573)
-
🔨 Bump github.com/tektoncd/triggers from 0.24.1 to 0.25.0 (#1662)
-
🔨 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (#1648)
-
🔨 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (#1645)
-
🔨 Bump github.com/openshift-pipelines/pipelines-as-code from 0.19.2 to 0.19.4 (#1644)
-
🔨 Bump golang.org/x/mod from 0.11.0 to 0.12.0 (#1605)
-
🔨 Bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#1603)
-
🔨 Bump golang.org/x/sync from 0.1.0 to 0.3.0 (#1585)
-
🔨 Bump golang.org/x/mod from 0.10.0 to 0.11.0 (#1577)
-
🔨 Bump github.com/openshift-pipelines/pipelines-as-code from 0.19.1 to 0.19.2 (#1551)
-
🔨 Bump github.com/tektoncd/triggers from 0.24.0 to 0.24.1 (#1550)
-
🔨 Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#1538)
-
🔨 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1537)
-
🔨 Update Chains and Add Results to CSV (#1519)
-
🔨 Remove Third Party folder (#1515)
-
🔨 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1501)
-
🔨 Bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.3.0 (#1500)
Docs
- 📖 Update Doc for TektonResult (Logging and DB) (#1572)
Thanks
Thanks to these contributors who contributed to v0.68.0!
- ❤️ @PuneetPunamiya
- ❤️ @charlesmorin
- ❤️ @concaf
- ❤️ @dependabot[bot]
- ❤️ @github-actions[bot]
- ❤️ @jimmyjones2
- ❤️ @jkandasa
- ❤️ @kahirokunn
- ❤️ @khrm
- ❤️ @piyush-garg
- ❤️ @savitaashture
- ❤️ @sm43
- ❤️ @tekton-robot
- ❤️ @vdemeester
- ❤️ @vicoooo26
- ❤️ @wolfdate25
Extra shout-out for awesome release notes:
- 😍 @PuneetPunamiya
- 😍 @concaf
- 😍 @jimmyjones2
- 😍 @jkandasa
- 😍 @kahirokunn
- 😍 @khrm
- 😍 @piyush-garg
- 😍 @savitaashture
- 😍 @sm43
- 😍 @tekton-robot
- 😍 @vdemeester
- 😍 @vicoooo26