This Dashboard release supports Pipelines v1.3.x LTS, v1.5.x, and Triggers v0.33.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677aa96143cddaa604d70cb484833dad562def95536284bd79bcc0b569cd7ab72cea
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.62.0/release.yaml
REKOR_UUID=108e9186e8c5677aa96143cddaa604d70cb484833dad562def95536284bd79bcc0b569cd7ab72cea
# 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.62.0@sha256:" + .digest.sha256')
# Download the release file
curl -s "$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
- 🐛 Guard against missing TaskRun status when rendering logs toolbar #4445
Misc
- 🔨 Bump actions/setup-go from 5.5.0 to 6.0.0 #4422
- 🔨 Bump actions/setup-node from 4.4.0 to 5.0.0 #4423
- 🔨 Bump github/codeql-action from 3.29.11 to 3.30.1 #4424
- 🔨 Bump the storybook group across 1 directory with 6 updates #4426
- 🔨 Bump the all group across 1 directory with 2 updates #4425
- 🔨 nightly leveraging action from plumbing #4414
- 🔨 Bump sass-embedded from 1.92.0 to 1.92.1 #4427
- 🔨 Fix image path for GHA nightly builds #4430
- 🔨 Update the length of the abbreviated commit used in nightly release tags #4432
- 🔨 Bump vite from 7.1.3 to 7.1.5 #4433
- 🔨 Harden the nightly build workflow #4434
- 🔨 Bump the k8s group with 2 updates #4436
- 🔨 Bump step-security/harden-runner from 2.13.0 to 2.13.1 #4437
- 🔨 Bump github/codeql-action from 3.30.1 to 3.30.3 #4438
- 🔨 Bump dotenv from 17.2.1 to 17.2.2 #4439
- 🔨 Bump the all group across 3 directories with 4 updates #4440
- 🔨 Bump msw from 2.11.1 to 2.11.2 #4442
- 🔨 Disable the harden runner step of the nightly build #4446
- 🔨 Bump the all group across 2 directories with 3 updates #4448
- 🔨 Bump the storybook group across 1 directory with 6 updates #4449
- 🔨 Bump @carbon/charts-react from 1.23.17 to 1.25.1 #4450
- 🔨 Bump the storybook group across 1 directory with 6 updates #4453
- 🔨 Bump @uiw/react-codemirror from 4.25.1 to 4.25.2 #4456
- 🔨 Bump @vitejs/plugin-react-swc from 4.0.1 to 4.1.0 #4457
- 🔨 Bump @tanstack/react-query from 4.40.1 to 4.41.0 #4458
- 🔨 Bump elkjs from 0.10.0 to 0.11.0 #4459
- 🔨 Bump jsdom from 26.1.0 to 27.0.0 #4454
- 🔨 Bump msw from 2.11.2 to 2.11.3 #4461
- 🔨 Bump @carbon/charts-react from 1.25.1 to 1.27.0 #4464
- 🔨 Bump sass-embedded from 1.92.1 to 1.93.2 #4463
- 🔨 Bump actions/dependency-review-action from 4.7.3 to 4.8.0 #4465
- 🔨 Bump github/codeql-action from 3.30.3 to 3.30.5 #4466
- 🔨 Bump the all group across 3 directories with 4 updates #4467
- 🔨 Bump vite from 7.1.5 to 7.1.7 #4470
- 🔨 Bump cypress from 15.0.0 to 15.3.0 in /packages/e2e #4472
- 🔨 Bump @carbon/react from 1.85.1 to 1.86.0 #4473
- 🔨 Increase number of PRs dependabot can open for npm package updates #4474
- 🔨 Fix typo in comment #4475
- 🔨 Add link to OSSF Scorecard viewer #4476
- 🔨 Bump the storybook group across 1 directory with 6 updates #4482
- 🔨 Bump dotenv from 17.2.2 to 17.2.3 #4483
- 🔨 Bump the all group across 2 directories with 3 updates #4484
- 🔨 Bump @codemirror/legacy-modes from 6.5.1 to 6.5.2 #4485
- 🔨 Bump vite from 7.1.7 to 7.1.8 #4488
- 🔨 Bump rollup-plugin-visualizer from 6.0.3 to 6.0.4 #4487
- 🔨 Bump ossf/scorecard-action from 2.4.2 to 2.4.3 #4481
- 🔨 Replace lodash.clonedeep with native equivalent #4478
- 🔨 Replace lodash.keyBy #4479
- 🔨 Replace js-yaml #4480
- 🔨 Add eslint depend plugin #4477
- 🔨 Update E2E tests to Pipelines v1.5.0 #4490
- 🔨 Update nightly workflow to pin Ubuntu version #4491
- 🔨 Add workflow to check PRs have a kind label #4492
Docs
- 📖 Add v0.61.0 to the releases doc #4420
- 📖 Update release cheat sheet to reflect use of new OCI cluster #4421
Thanks
Thanks to these contributors who contributed to v0.62.0!
- ❤️ @AlanGreene
- ❤️ @anithapriyanatarajan
- ❤️ @dependabot[bot]