This Dashboard release supports Pipelines v1.9.x LTS, v1.11.x, and Triggers v0.35.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677aa96a67db80581613a8a21191600dfa326357f85cf62fdb7cb821a93bdeff013d
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