Tekton Dashboard v0.70.0
This Dashboard release supports Pipelines v1.12.x LTS, v1.14.x, and Triggers v0.36.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a4be6642e64440ed8203f71834b4ff7cae7d2dc509429416d8fec09f53767f943
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.70.0/release.yaml
REKOR_UUID=108e9186e8c5677a4be6642e64440ed8203f71834b4ff7cae7d2dc509429416d8fec09f53767f943
# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGE=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|select(.name | startswith("ghcr.io"))|.name + ":v0.70.0@sha256:" + .digest.sha256')
# Download the release file
curl -s -L "$RELEASE_FILE" -o release.yaml
# Match the image used in the release file to an image in the attestation
DASHBOARD_IMAGE=$(cat release.yaml | grep image: | awk -F' ' '{print $2}')
echo
printf $DASHBOARD_IMAGE
if [[ "${REKOR_ATTESTATION_IMAGE}" = "${DASHBOARD_IMAGE}" ]]; then
echo " ===> ok"
else
echo " ===> no match"
fiFixes
- π AVT enhance date and duration format #5019
Misc
- π¨ Bump the all group across 2 directories with 2 updates #5022
- π¨ Bump the storybook group across 1 directory with 6 updates #5023
- π¨ Bump github/codeql-action from 4.36.0 to 4.36.2 #5020
- π¨ Bump actions/checkout from 6.0.2 to 6.0.3 #5021
- π¨ Bump the vitest group across 1 directory with 2 updates #5024
- π¨ Bump @formatjs/cli from 6.16.6 to 6.16.10 #5025
- π¨ Bump vite from 8.0.14 to 8.0.16 #5026
- π¨ Bump @carbon/react from 1.108.0 to 1.109.0 #5027
- π¨ Bump the k8s group with 2 updates #5029
- π¨ Bump prettier from 3.8.3 to 3.8.4 #5033
- π¨ Bump cypress from 15.16.0 to 15.17.0 in /packages/e2e #5036
- π¨ Bump @formatjs/cli from 6.16.10 to 6.16.11 #5035
- π¨ Bump the storybook group across 1 directory with 6 updates #5031
- π¨ Bump the all group across 2 directories with 2 updates #5030
- π¨ Add visx group to dependabot config #5039
- π¨ Bump @visx/event and @visx/network to v4.0.0 #5040
- π¨ Fix the release installer used in the nightly ppc64le tests #5041
- π¨ Bump the all group across 2 directories with 1 update #5042
- π¨ Bump the vitest group across 1 directory with 2 updates #5045
- π¨ Bump the storybook group across 1 directory with 6 updates #5043
- π¨ Bump tmp from 0.2.6 to 0.2.7 in /packages/e2e #5046
- π¨ Bump form-data from 4.0.5 to 4.0.6 in /packages/e2e #5047
- π¨ Bump js-yaml from 4.1.1 to 4.2.0 #5048
- π¨ Bump dompurify from 3.4.3 to 3.4.10 #5054
- π¨ Remove legacy auto-scroll code #5049
- π¨ Add missing tests for logs and toolbars #5050
- π¨ Update E2E to Pipelines v1.13.1 #5051
- π¨ Limit concurrency of label checker workflow #5053
- π¨ Update @babel/core, esbuild, brace-expansion, and ws #5052
- π¨ Bump @carbon/charts-react from 1.27.11 to 1.27.12 #5059
- π¨ Bump the storybook group across 1 directory with 6 updates #5057
- π¨ Bump @carbon/react from 1.109.0 to 1.110.0 #5058
- π¨ Bump esbuild from 0.27.7 to 0.28.1 #5063
- π¨ Bump undici from 7.25.0 to 7.28.0 #5064
- π¨ Fix styling of date and duration on resource details pages #5061
- π¨ Remove vite-plugin-svgr #5062
- π¨ Adopt standard OCI image labels on published images #5065
- π¨ Bump Node.js from 24.14.0 to 24.16.0 #5066
- π¨ Bump actions/checkout from 6.0.3 to 7.0.0 #5069
- π¨ Remove legacy Cypress config #5060
- π¨ Bump the all group across 2 directories with 2 updates #5070
- π¨ Bump actions/setup-go from 6.4.0 to 6.5.0 #5072
- π¨ Bump the all group across 2 directories with 2 updates #5073
- π¨ Bump globals from 17.6.0 to 17.7.0 #5075
- π¨ Bump prettier from 3.8.4 to 3.9.1 #5074
- π¨ Bump eslint-plugin-import-x from 4.16.2 to 4.17.1 #5077
- π¨ Bump cypress from 15.17.0 to 15.18.0 in /packages/e2e #5079
- π¨ Bump @carbon/charts-react from 1.27.12 to 1.27.16 #5076
- π¨ Bump prettier from 3.9.1 to 3.9.4 #5081
- π¨ Bump golang.org/x/net from 0.49.0 to 0.55.0 #5086
- π¨ Fix LABEL instructions in E2E base image #5080
- π¨ Fix nightly build issue caused by failed Pipelines install #5084
- π¨ Update E2E tests to Pipelines v1.14.0 #5085
- π¨ Bump eslint-plugin-cypress from 6.4.1 to 6.4.2 #5082
- π¨ Bump vite from 8.0.16 to 8.1.3 #5096
- π¨ Bump docker/build-push-action from 7.2.0 to 7.3.0 #5088
- π¨ Bump docker/login-action from 4.2.0 to 4.4.0 #5091
- π¨ Bump docker/metadata-action from 6.1.0 to 6.2.0 #5090
- π¨ Bump github/codeql-action/upload-sarif from 4.36.2 to 4.36.3 #5092
- π¨ Bump the all group across 3 directories with 3 updates #5093
- π¨ Bump linkify-it from 5.0.1 to 5.0.2 #5094
- π¨ Bump @carbon/react from 1.110.0 to 1.111.0 #5095
- π¨ Update E2E to Node.js 24.16 and Chrome 149 #5087
Docs
- π Add v0.69.0 to the releases doc #5017
Thanks
Thanks to these contributors who contributed to v0.70.0!
- β€οΈ @Agrawal-Anamika
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]