Tekton Dashboard v0.72.0
This Dashboard release supports Pipelines v1.15.x LTS, v1.16.x, and Triggers v0.37.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677ad434e31fcb14baca7c02a39bcfd364d7a6bb2e8c918f8f5ddfd8bb86b7ce9bde
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.72.0/release.yaml
REKOR_UUID=108e9186e8c5677ad434e31fcb14baca7c02a39bcfd364d7a6bb2e8c918f8f5ddfd8bb86b7ce9bde
# 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.72.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"
fiMisc
- π¨ Bump dompurify from 3.4.12 to 3.4.13 #5167
- π¨ Bump the all group across 3 directories with 2 updates #5169
- π¨ Bump the storybook group across 1 directory with 6 updates #5170
- π¨ Bump vite from 8.2.0 to 8.2.1 #5171
- π¨ Bump js-yaml from 4.3.0 to 4.3.1 #5168
- π¨ Bump globals from 17.8.0 to 17.9.0 #5173
- π¨ Bump @formatjs/cli from 6.16.14 to 6.16.16 #5174
- π¨ Bump step-security/harden-runner from 2.20.0 to 2.20.1 #5178
- π¨ Bump @carbon/charts-react from 1.27.16 to 1.27.18 #5175
- π¨ Bump the codeql group with 4 updates #5177
- π¨ Bump cypress from 15.19.0 to 15.20.0 in /packages/e2e #5176
- π¨ Update dependencies #5179
- π¨ Switch from SWC to Oxc #5180
- π¨ Bump the all group across 2 directories with 1 update #5181
- π¨ Bump the storybook group across 1 directory with 6 updates #5182
- π¨ Bump eslint-plugin-cypress from 6.4.3 to 6.4.4 #5186
- π¨ Bump the codeql group with 4 updates #5188
- π¨ Bump cypress from 15.20.0 to 15.20.1 in /packages/e2e #5187
- π¨ Bump sass-embedded from 1.100.0 to 1.102.0 #5185
- π¨ Bump globals from 17.9.0 to 17.11.0 #5184
- π¨ Bump @carbon/react from 1.113.0 to 1.114.0 #5183
- π¨ Bump the storybook group across 1 directory with 6 updates #5191
- π¨ Bump rollup-plugin-visualizer from 7.0.1 to 7.1.1 #5193
- π¨ Bump react-router-dom from 6.30.4 to 6.30.6 #5195
- π¨ Bump the k8s group with 2 updates #5190
- π¨ Bump @vitejs/plugin-react from 6.0.5 to 6.1.0 #5196
- π¨ Bump vite from 8.2.1 to 8.2.2 #5197
- π¨ Bump cypress from 15.20.1 to 15.21.0 in /packages/e2e #5198
- π¨ Bump @formatjs/cli from 6.16.16 to 6.16.19 #5194
- π¨ Bump step-security/harden-runner from 2.20.1 to 2.21.0 #5199
- π¨ Bump the vitest group across 1 directory with 2 updates #5192
- π¨ Update E2E tests to Triggers v0.37.0 #5200
- π¨ Bump the k8s group with 2 updates #5202
- π¨ Bump @carbon/react from 1.114.0 to 1.115.0 #5203
- π¨ Bump @formatjs/cli from 6.16.19 to 6.16.20 #5205
- π¨ Bump sass-embedded from 1.102.0 to 1.103.1 #5206
- π¨ Bump cypress from 15.21.0 to 15.21.1 in /packages/e2e #5207
- π¨ Bump the codeql group with 4 updates #5208
- π¨ Bump the all group across 3 directories with 3 updates #5204
- π¨ Update E2E tests to Pipelines v1.16.0 #5209
Docs
- π Add v0.71.0 to the releases doc and remove EOL releases #5166
Thanks
Thanks to these contributors who contributed to v0.72.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]