This Dashboard release supports Pipelines v1.9.x LTS, v1.11.x, and Triggers v0.35.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677aa96a67db80581613a8a21191600dfa326357f85cf62fdb7cb821a93bdeff013d
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.67.0/release.yaml
REKOR_UUID=108e9186e8c5677aa96a67db80581613a8a21191600dfa326357f85cf62fdb7cb821a93bdeff013d
# 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.67.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
- π Fix display of sidecars on TaskRun details page #4843
- π Fix browser back button not working on PipelineRun detail page #4826
Misc
- π¨ Bump the k8s group with 2 updates #4784
- π¨ Bump the all group across 3 directories with 3 updates #4788
- π¨ Bump actions/upload-artifact from 6.0.0 to 7.0.0 #4785
- π¨ Bump step-security/harden-runner from 2.14.2 to 2.15.0 #4786
- π¨ Bump actions/setup-go from 6.2.0 to 6.3.0 #4787
- π¨ Bump the storybook group across 1 directory with 6 updates #4789
- π¨ Bump @uiw/react-codemirror from 4.25.4 to 4.25.5 #4790
- π¨ Bump @carbon/react from 1.101.0 to 1.102.0 #4792
- π¨ Bump cypress from 15.10.0 to 15.11.0 in /packages/e2e #4793
- π¨ Bump globals from 17.3.0 to 17.4.0 #4791
- π¨ Bump immutable from 5.1.4 to 5.1.5 #4794
- π¨ Bump github/codeql-action from 4.32.4 to 4.32.6 #4799
- π¨ Bump actions/dependency-review-action from 4.8.3 to 4.9.0 #4796
- π¨ Bump step-security/harden-runner from 2.15.0 to 2.15.1 #4797
- π¨ Bump actions/setup-node from 6.2.0 to 6.3.0 #4798
- π¨ Bump the storybook group across 1 directory with 6 updates #4801
- π¨ Bump rollup-plugin-visualizer from 7.0.0 to 7.0.1 #4802
- π¨ Bump @eslint/compat from 2.0.2 to 2.0.3 #4803
- π¨ Bump elkjs from 0.11.0 to 0.11.1 #4805
- π¨ Bump @uiw/react-codemirror from 4.25.5 to 4.25.8 #4807
- π¨ Bump the all group across 2 directories with 2 updates #4800
- π¨ Bump @eslint/js from 9.39.3 to 9.39.4 #4808
- π¨ Bump eslint-plugin-depend from 1.4.0 to 1.5.0 #4806
- π¨ Bump eslint from 9.39.3 to 9.39.4 #4804
- π¨ Move skaegi to alumni #4795
- π¨ Bump dompurify from 3.3.1 to 3.3.2 #4810
- π¨ Update to Node.js 24.14.0 #4809
- π¨ Bump the all group across 2 directories with 2 updates #4812
- π¨ Bump cypress from 15.11.0 to 15.12.0 in /packages/e2e #4813
- π¨ Temporarily disable devEngines #4814
- π¨ Bump undici from 7.21.0 to 7.24.4 #4815
- π¨ Bump the vitest group across 1 directory with 2 updates #4817
- π¨ Bump msw from 2.12.10 to 2.12.13 #4818
- π¨ Bump @carbon/react from 1.102.0 to 1.103.0 #4819
- π¨ Bump sass-embedded from 1.97.3 to 1.98.0 #4820
- π¨ Bump eslint-plugin-cypress from 6.1.0 to 6.2.0 #4823
- π¨ Bump @carbon/charts-react from 1.27.2 to 1.27.3 #4825
- π¨ Bump @vitejs/plugin-react-swc from 4.2.3 to 4.3.0 #4824
- π¨ Bump the storybook group across 1 directory with 6 updates #4816
- π¨ Bump @formatjs/cli from 6.13.0 to 6.13.3 #4821
- π¨ Update E2E tests to Pipelines v1.10.2 #4827
- π¨ Bump flatted from 3.3.3 to 3.4.2 #4828
- π¨ Bump step-security/harden-runner from 2.15.1 to 2.16.0 #4831
- π¨ Bump the k8s group with 2 updates #4832
- π¨ Bump github/codeql-action from 4.32.6 to 4.34.1 #4833
- π¨ Bump the all group across 3 directories with 3 updates #4834
- π¨ Bump jsdom from 28.1.0 to 29.0.1 #4837
- π¨ Bump eslint-plugin-import-x from 4.16.1 to 4.16.2 #4836
- π¨ Bump yaml from 2.8.2 to 2.8.3 #4839
- π¨ Bump @formatjs/cli from 6.13.3 to 6.14.0 #4841
- π¨ Bump the storybook group across 1 directory with 6 updates #4835
- π¨ Bump msw from 2.12.13 to 2.12.14 #4840
- π¨ Improve code coverage #4830
- π¨ Bump picomatch #4842
- π¨ Bump github/codeql-action from 4.34.1 to 4.35.1 #4845
- π¨ Bump the all group across 3 directories with 3 updates #4846
- π¨ Update to Vite 8 #4829
- π¨ Bump the storybook group across 1 directory with 6 updates #4847
- π¨ Bump eslint-plugin-cypress from 6.2.0 to 6.2.1 #4852
- π¨ Bump @uiw/react-codemirror from 4.25.8 to 4.25.9 #4853
- π¨ Bump @formatjs/cli from 6.14.0 to 6.14.1 #4849
- π¨ Bump vite-plugin-svgr from 4.5.0 to 5.0.0 #4850
- π¨ Bump the vitest group across 1 directory with 2 updates #4848
- π¨ Update E2E tests to Pipelines v1.11.0 #4857
- π¨ Update ko base image #4856
- π¨ Bump cypress from 15.12.0 to 15.13.0 in /packages/e2e #4855
- π¨ Run npm audit fix to update brace-expansion #4858
Docs
- π Add v0.66.0 to the releases doc #4782
Thanks
Thanks to these contributors who contributed to v0.67.0!
- β€οΈ @AlanGreene
- β€οΈ @chrism417
- β€οΈ @dependabot[bot]
- β€οΈ @vdemeester