This Dashboard release supports Pipelines v0.68.x LTS, as well as Triggers v0.31.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677ace0c55e8190bca75cae335e090e8b4f7774c894932027cfe80b410419de3c031
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.55.0/release.yaml
REKOR_UUID=108e9186e8c5677ace0c55e8190bca75cae335e090e8b4f7774c894932027cfe80b410419de3c031
# 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.55.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
Misc
- 🔨 Bump @carbon/react from 1.74.0 to 1.75.0 #3940
- 🔨 Bump the storybook group with 11 updates #3938
- 🔨 Bump react-router-dom from 6.28.2 to 6.29.0 #3939
- 🔨 Bump actions/setup-node from 4.1.0 to 4.2.0 #3942
- 🔨 Bump github/codeql-action from 3.28.5 to 3.28.8 #3943
- 🔨 Bump google.com/cloudsdktool/cloud-sdk from 507.0.0 to 508.0.0 in /tekton in the all group across 1 directory #3941
- 🔨 Bump @uiw/react-codemirror from 4.23.7 to 4.23.8 #3945
- 🔨 Bump @vitest/coverage-istanbul from 3.0.4 to 3.0.5 #3946
- 🔨 Add dependabot group for vitest #3947
- 🔨 Bump @formatjs/cli from 6.5.1 to 6.6.0 #3948
- 🔨 Bump google.com/cloudsdktool/cloud-sdk from 508.0.0 to 509.0.0 in /tekton in the all group across 1 directory #3949
- 🔨 Update E2E tests to Triggers v0.31.0 #3950
- 🔨 Bump vite from 6.0.11 to 6.1.0 #3951
- 🔨 Bump react-intl from 7.1.5 to 7.1.6 #3955
- 🔨 Bump @vitejs/plugin-react-swc from 3.7.2 to 3.8.0 #3954
- 🔨 Bump the all group across 3 directories with 2 updates #3957
- 🔨 Bump github/codeql-action from 3.28.8 to 3.28.9 #3958
- 🔨 Bump prettier from 3.4.2 to 3.5.0 #3953
- 🔨 Bump @formatjs/cli from 6.6.0 to 6.6.1 #3956
- 🔨 Update stories related to Task component to include retries #3959
- 🔨 Update browserslist #3960
- 🔨 Bump the storybook group with 11 updates #3961
- 🔨 Bump the storybook group with 11 updates #3963
- 🔨 Bump sass-embedded from 1.83.4 to 1.85.0 #3964
- 🔨 Bump @carbon/react from 1.75.0 to 1.76.0 #3966
- 🔨 Bump @codemirror/legacy-modes from 6.4.2 to 6.4.3 #3965
- 🔨 Bump prettier from 3.5.0 to 3.5.1 #3967
- 🔨 Bump eslint-plugin-storybook from 0.11.2 to 0.11.3 #3968
- 🔨 Bump git-url-parse from 16.0.0 to 16.0.1 #3969
- 🔨 Bump the all group across 3 directories with 3 updates #3971
- 🔨 Bump k8s.io/client-go from 0.32.1 to 0.32.2 #3973
- 🔨 npm dedupe #3970
- 🔨 Update log timestamp detection to support more formats #3962
- 🔨 Update dependabot config #3974
- 🔨 Fix dependabot config #3975
- 🔨 Bump step-security/harden-runner from 2.10.4 to 2.11.0 #3976
- 🔨 Bump @carbon/charts-react from 1.19.0 to 1.22.17 #3986
- 🔨 Bump cypress from 13.16.0 to 14.0.3 in /packages/e2e #3989
- 🔨 Bump the storybook group across 1 directory with 11 updates #3993
- 🔨 Bump the vitest group across 1 directory with 2 updates #3994
- 🔨 Bump @carbon/charts-react from 1.22.17 to 1.22.18 #3995
- 🔨 Bump the storybook group across 1 directory with 11 updates #3997
- 🔨 Bump vite from 6.1.0 to 6.1.1 #3999
- 🔨 Bump github/codeql-action from 3.28.9 to 3.28.10 #4001
- 🔨 Bump ossf/scorecard-action from 2.4.0 to 2.4.1 #4002
- 🔨 Bump actions/upload-artifact from 4.6.0 to 4.6.1 #4003
- 🔨 Bump msw from 2.7.0 to 2.7.1 #4006
- 🔨 Bump the all group across 3 directories with 3 updates #4004
- 🔨 Bump prettier from 3.5.1 to 3.5.2 #4005
- 🔨 Bump the all group across 2 directories with 1 update #4007
- 🔨 Bump msw from 2.7.1 to 2.7.2 #4008
- 🔨 Bump the storybook group across 1 directory with 11 updates #4009
- 🔨 Bump the vitest group across 1 directory with 2 updates #4010
- 🔨 Bump eslint-config-prettier from 10.0.1 to 10.0.2 #4011
- 🔨 Bump msw from 2.7.2 to 2.7.3 #4013
- 🔨 Bump vite from 6.1.1 to 6.2.0 #4012
- 🔨 Bump sass-embedded from 1.85.0 to 1.85.1 #4014
- 🔨 Bump cypress from 14.0.3 to 14.1.0 in /packages/e2e #4015
- 🔨 Bump react-router-dom from 6.29.0 to 6.30.0 #4017
- 🔨 Bump @carbon/charts-react from 1.22.18 to 1.22.19 #4019
- 🔨 Bump the storybook group across 1 directory with 11 updates #4016
- 🔨 Bump @uiw/react-codemirror from 4.23.8 to 4.23.9 #4020
- 🔨 Bump the all group across 2 directories with 2 updates #4021
- 🔨 Bump @carbon/react from 1.76.0 to 1.77.0 #4018
- 🔨 Bump tlds from 1.255.0 to 1.256.0 #4023
- 🔨 Bump prettier from 3.5.2 to 3.5.3 #4024
Docs
- 📖 Add Dashboard v0.54.0 LTS docs and remove the EOL v0.43.x LTS and v0.53.x #3937
Thanks
Thanks to these contributors who contributed to v0.55.0!
- ❤️ @AlanGreene
- ❤️ @dependabot[bot]