This Dashboard release supports Pipelines v1.9.x LTS and Triggers v0.34.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a1dd0f85db501a0dec999eb48f44934da5803d3232c7a49e78688a08da03b8e34
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.65.0/release.yaml
REKOR_UUID=108e9186e8c5677a1dd0f85db501a0dec999eb48f44934da5803d3232c7a49e78688a08da03b8e34
# 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.65.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
Features
β¨ Add scroll to top/bottom buttons to all pages https://github.com/tektoncd/dashboard/pull/4607
Misc
π¨ Output summary of failures at end of Node.js tests https://github.com/tektoncd/dashboard/pull/4652
π¨ Bump the k8s group with 2 updates https://github.com/tektoncd/dashboard/pull/4655
π¨ Bump github/codeql-action from 4.31.7 to 4.31.8 https://github.com/tektoncd/dashboard/pull/4656
π¨ Bump actions/upload-artifact from 5.0.0 to 6.0.0 https://github.com/tektoncd/dashboard/pull/4657
π¨ Bump step-security/harden-runner from 2.13.3 to 2.14.0 https://github.com/tektoncd/dashboard/pull/4658
π¨ Bump the all group across 3 directories with 3 updates https://github.com/tektoncd/dashboard/pull/4659
π¨ Bump sass-embedded from 1.93.3 to 1.96.0 https://github.com/tektoncd/dashboard/pull/4662
π¨ Bump @uiw/react-codemirror from 4.25.3 to 4.25.4 https://github.com/tektoncd/dashboard/pull/4661
π¨ Bump jsdom from 27.2.0 to 27.3.0 https://github.com/tektoncd/dashboard/pull/4663
π¨ Bump @eslint/js from 9.39.1 to 9.39.2 https://github.com/tektoncd/dashboard/pull/4665
π¨ Bump vite from 7.2.6 to 7.3.0 https://github.com/tektoncd/dashboard/pull/4664
π¨ Bump Storybook from 10.1.4 to 10.1.9 https://github.com/tektoncd/dashboard/pull/4666
π¨ Remove GHCR migration notice from the readme https://github.com/tektoncd/dashboard/pull/4667
π¨ Bump cypress from 15.7.1 to 15.8.0 https://github.com/tektoncd/dashboard/pull/4668
π¨ Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/4673
π¨ Bump github/codeql-action from 4.31.8 to 4.31.9 https://github.com/tektoncd/dashboard/pull/4671
π¨ Bump the all group across 2 directories with 1 update https://github.com/tektoncd/dashboard/pull/4672
π¨ Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4674
π¨ Bump sass-embedded from 1.96.0 to 1.97.1 https://github.com/tektoncd/dashboard/pull/4677
π¨ Bump @formatjs/cli from 6.7.4 to 6.8.4 https://github.com/tektoncd/dashboard/pull/4679
π¨ Bump cypress from 15.8.0 to 15.8.1 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4680
π¨ Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4681
π¨ Bump jsdom from 27.3.0 to 27.4.0 https://github.com/tektoncd/dashboard/pull/4684
π¨ Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/4687
π¨ Bump @formatjs/cli from 6.8.4 to 6.9.0 https://github.com/tektoncd/dashboard/pull/4690
π¨ Bump msw from 2.12.4 to 2.12.7 https://github.com/tektoncd/dashboard/pull/4685
π¨ Bump globals from 16.5.0 to 17.0.0 https://github.com/tektoncd/dashboard/pull/4691
Docs
π Add v0.64.0 to the releases doc https://github.com/tektoncd/dashboard/pull/4651
π Recommend use of npm ci instead of install for local dev https://github.com/tektoncd/dashboard/pull/4654
Thanks
Thanks to these contributors who contributed to v0.65.0!
β€οΈ @AlanGreene
β€οΈ @dependabot[bot]
β€οΈ @LyndseyBu
β€οΈ @vdemeester
π¨ Remove override for systeminformation version https://github.com/tektoncd/dashboard/pull/4692
π¨ Bump golangci-lint from 2.1.6 to 2.7.2 https://github.com/tektoncd/dashboard/pull/4693
π¨ Bump the k8s group with 2 updates https://github.com/tektoncd/dashboard/pull/4670
π¨ Bump @remix-run/router and react-router-dom https://github.com/tektoncd/dashboard/pull/4695
π¨ Add support for hiding the Tekton log results sidecar https://github.com/tektoncd/dashboard/pull/4694
π¨ Bump cypress from 15.8.1 to 15.8.2 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4702
π¨ Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4696
π¨ Bump @formatjs/cli from 6.9.0 to 6.10.0 https://github.com/tektoncd/dashboard/pull/4697
π¨ Bump vite from 7.3.0 to 7.3.1 https://github.com/tektoncd/dashboard/pull/4698
π¨ Bump @carbon/charts-react from 1.27.0 to 1.27.2 https://github.com/tektoncd/dashboard/pull/4699
π¨ Bump sass-embedded from 1.97.1 to 1.97.2 https://github.com/tektoncd/dashboard/pull/4700
π¨ Bump @eslint/compat from 2.0.0 to 2.0.1 https://github.com/tektoncd/dashboard/pull/4701
π¨ Publish v0.65.0-alpha.0 of the @tektoncd/dashboard-* packages https://github.com/tektoncd/dashboard/pull/4703
π¨ Publish v0.65.0-alpha.1 of the @tektoncd/dashboard-* packages https://github.com/tektoncd/dashboard/pull/4705
π¨ Bump actions/setup-node from 6.1.0 to 6.2.0 https://github.com/tektoncd/dashboard/pull/4706
π¨ Bump cypress from 15.8.2 to 15.9.0 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4715
π¨ Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4710
π¨ Bump github/codeql-action from 4.31.9 to 4.31.10 https://github.com/tektoncd/dashboard/pull/4707
π¨ Bump actions/setup-go from 6.1.0 to 6.2.0 https://github.com/tektoncd/dashboard/pull/4708
π¨ Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4709
π¨ Bump prettier from 3.7.4 to 3.8.0 https://github.com/tektoncd/dashboard/pull/4714
π¨ Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 https://github.com/tektoncd/dashboard/pull/4711
π¨ Bump @formatjs/cli from 6.10.0 to 6.11.0 https://github.com/tektoncd/dashboard/pull/4713
π¨ Bump @carbon/react from 1.97.0 to 1.99.0 https://github.com/tektoncd/dashboard/pull/4712
π¨ Update pagination labels to match latest Carbon guidelines https://github.com/tektoncd/dashboard/pull/4716
π¨ Wrap chains logs in collapsible group for nightly builds https://github.com/tektoncd/dashboard/pull/4717
π¨ Bump lodash from 4.17.21 to 4.17.23 https://github.com/tektoncd/dashboard/pull/4719
π¨ Bump lodash from 4.17.21 to 4.17.23 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4718
π¨ allow the scroll button thresholds to be configurable https://github.com/tektoncd/dashboard/pull/4720
π¨ Bump github/codeql-action from 4.31.10 to 4.31.11 https://github.com/tektoncd/dashboard/pull/4721
π¨ Bump actions/checkout from 6.0.1 to 6.0.2 https://github.com/tektoncd/dashboard/pull/4722
π¨ Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4723
π¨ Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/4724
π¨ Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4725
π¨ Bump globals from 17.0.0 to 17.1.0 https://github.com/tektoncd/dashboard/pull/4726
π¨ Bump @formatjs/cli from 6.11.0 to 6.12.0 https://github.com/tektoncd/dashboard/pull/4727
π¨ Bump sass-embedded from 1.97.2 to 1.97.3 https://github.com/tektoncd/dashboard/pull/4729
π¨ Bump prettier from 3.8.0 to 3.8.1 https://github.com/tektoncd/dashboard/pull/4728
π¨ Publish v0.65.0-alpha.2 of the @tektoncd/dashboard-* packages https://github.com/tektoncd/dashboard/pull/4730