Tekton Dashboard release v0.40.0
This Dashboard release supports Pipelines v0.47.x LTS, v0.50.x LTS, and v0.52.x, as well as Triggers v0.24.x LTS, and v0.25.x.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a0b0490e1990b8e9ace311b37a6be656818db8429e69d59f2c8148c858e76871e
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.40.0/release.yaml
REKOR_UUID=24296fb24b8ad77a0b0490e1990b8e9ace311b37a6be656818db8429e69d59f2c8148c858e76871e
# 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("gcr.io"))|.name + ":v0.40.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
- π¨ Check for invalid start date #3092
- π¨ Update to Cypress v13 #3095
- π¨ Reduce noise in log output #3096
- π¨ Fail early if nvm fails to install Node.js binary #3097
- π¨ Add some Portuguese translations #3098
- π¨ Update Storybook to v7.4 #3100
- π¨ Add theme selector to Storybook #3099
- π¨ Bump eslint-plugin-react from 7.33.1 to 7.33.2 #3102
- π¨ Bump prettier from 3.0.2 to 3.0.3 #3105
- π¨ Bump @vitest/coverage-istanbul from 0.34.1 to 0.34.3 #3103
- π¨ Remove unused package #3106
- π¨ Update copyright headers #3107
- π¨ Bump @tanstack/react-query-devtools from 4.32.0 to 4.35.0 #3111
- π¨ Bump eslint-plugin-cypress from 2.13.3 to 2.14.0 #3112
- π¨ Bump react-intl from 6.4.3 to 6.4.6 #3113
- π¨ Bump eslint-plugin-formatjs from 4.10.3 to 4.10.5 #3114
- π¨ Bump @uiw/react-codemirror from 4.21.11 to 4.21.13 #3115
- π¨ Switch to new k8s package repositories #3110
- π¨ Bump cypress from 13.0.0 to 13.2.0 #3117
- π¨ Bump vitest from 0.34.3 to 0.34.4 #3118
- π¨ Bump msw from 1.2.1 to 1.3.1 #3119
- π¨ Bump go.uber.org/zap from 1.25.0 to 1.26.0 #3121
- π¨ Bump eslint from 8.48.0 to 8.49.0 #3120
- π¨ Update Storybook to latest release #3124
- π¨ Update tests to latest Pipelines release #3125
- π¨ Bump carbon-components-react from 7.59.12 to 7.59.14 #3127
- π¨ Bump vitest from 0.34.4 to 0.34.5 #3129
- π¨ Bump @formatjs/cli from 6.1.3 to 6.2.0 #3130
- π¨ Bump eslint-config-prettier from 8.8.0 to 9.0.0 #3132
- π¨ Bump react-intl from 6.4.6 to 6.4.7 #3133
Docs
- π Add v0.39.0 to the releases doc #3094
Thanks
Thanks to these contributors who contributed to v0.40.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @FaahdSolano
- β€οΈ @jisoolee