Tekton Dashboard v0.70.0
This Dashboard release supports Pipelines v1.12.x LTS, v1.14.x, and Triggers v0.36.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677a4be6642e64440ed8203f71834b4ff7cae7d2dc509429416d8fec09f53767f943
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"
fi
Fixes
- 🐛 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]