Tekton Dashboard v0.56.0
This Dashboard release supports Pipelines v0.68.x LTS and v0.70.x, as well as Triggers v0.31.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a10aea04a70e30db583d00eb99dfd9fe2fed4cd26d827211d11df085e58268afb
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.56.0/release.yaml
REKOR_UUID=108e9186e8c5677a10aea04a70e30db583d00eb99dfd9fe2fed4cd26d827211d11df085e58268afb
# 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.56.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
- π¨ Fix dashboard-utils import issue #4031
- π¨ Bump @uiw/react-codemirror from 4.23.9 to 4.23.10 #4026
- π¨ Bump the storybook group across 1 directory with 11 updates #4027
- π¨ Bump @carbon/charts-react from 1.22.19 to 1.23.0 #4028
- π¨ Bump eslint-plugin-storybook from 0.11.3 to 0.11.4 #4029
- π¨ Update E2E tests to Pipelines v0.69 #4030
- π¨ Bump github/codeql-action from 3.28.10 to 3.28.11 #4032
- π¨ Bump the all group across 2 directories with 2 updates #4033
- π¨ Bump the vitest group across 1 directory with 2 updates #4034
- π¨ Bump eslint-config-prettier from 10.0.2 to 10.1.1 #4035
- π¨ Bump vite from 6.2.0 to 6.2.1 #4036
- π¨ Reduce manual steps required to publish npm packages #4037
- π¨ Bump golang.org/x/net from 0.33.0 to 0.36.0 #4038
- π¨ Bump the all group across 3 directories with 3 updates #4041
- π¨ Bump vite from 6.2.1 to 6.2.2 #4044
- π¨ Bump @codemirror/legacy-modes from 6.4.3 to 6.5.0 #4045
- π¨ Bump elkjs from 0.9.3 to 0.10.0 #4046
- π¨ Bump the storybook group across 1 directory with 11 updates #4042
- π¨ npm audit fix #4049
- π¨ Update GitHub Actions to use go.mod to identify correct go version #4051
- π¨ Update E2E tests to Pipelines v0.69.1 #4052
- π¨ Bump @carbon/react from 1.77.0 to 1.78.2 #4050
- π¨ Update to golang 1.24 #4053
- π¨ Bump the k8s group with 2 updates #4048
- π¨ Bump the vitest group across 1 directory with 2 updates #4054
- π¨ Bump sass-embedded from 1.85.1 to 1.86.0 #4056
- π¨ Bump eslint-plugin-storybook from 0.11.4 to 0.11.6 #4057
- π¨ Bump cypress from 14.1.0 to 14.2.0 in /packages/e2e #4058
- π¨ Bump @vitejs/plugin-react-swc from 3.8.0 to 3.8.1 #4055
- π¨ Bump golang.org/x/oauth2 from v0.23.0 to v0.28.0 #4059
- π¨ Bump the all group across 3 directories with 4 updates #4060
- π¨ Bump actions/setup-go from 5.3.0 to 5.4.0 #4061
- π¨ Bump actions/setup-node from 4.2.0 to 4.3.0 #4062
- π¨ Bump github/codeql-action from 3.28.11 to 3.28.12 #4063
- π¨ Bump actions/upload-artifact from 4.6.1 to 4.6.2 #4064
- π¨ Bump the storybook group across 1 directory with 11 updates #4065
- π¨ Bump @formatjs/cli from 6.6.1 to 6.6.2 #4067
- π¨ Bump eslint-plugin-prettier from 5.2.3 to 5.2.4 #4068
- π¨ Bump vite from 6.2.2 to 6.2.3 #4069
- π¨ Bump the storybook group across 1 directory with 11 updates #4072
- π¨ Bump eslint-plugin-prettier from 5.2.4 to 5.2.5 #4075
- π¨ Bump @formatjs/cli from 6.6.2 to 6.6.3 #4073
- π¨ Bump eslint-plugin-storybook from 0.11.6 to 0.12.0 #4076
- π¨ Bump typescript from 5.2.2 to 5.7.3 #4077
- π¨ Bump react-intl from 7.1.6 to 7.1.10 #4074
- π¨ Fix image SHA used in release pipeline check-github-release step #4078
- π¨ Update release pipeline to use remote resolution #4079
- π¨ Consume gcs-upload bundle from GHCR instead of GCR #4080
- π¨ Bump the storybook group across 1 directory with 11 updates #4081
- π¨ Bump cypress from 14.2.0 to 14.2.1 in /packages/e2e #4083
- π¨ Bump @carbon/react from 1.78.2 to 1.79.0 #4082
- π¨ Update E2E tests to Pipelines v0.70.0 #4084
Docs
- π Add v0.55.0 to the releases doc #4025
Thanks
Thanks to these contributors who contributed to v0.56.0!
- β€οΈ @AlanGreene
- β€οΈ @briangleeson
- β€οΈ @dependabot[bot]