This Dashboard release supports Pipelines v1.0.x LTS, v1.1.x, and Triggers v0.32.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a0dba88b7d3ce11d6621b18386bc8bffb73cac0e33a83bcb5ecb4e31149ec6896
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.58.0/release.yaml
REKOR_UUID=108e9186e8c5677a0dba88b7d3ce11d6621b18386bc8bffb73cac0e33a83bcb5ecb4e31149ec6896
# 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.58.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
Note
This release removes support for displaying or interacting with ClusterTask
resources which were removed in Pipelines v1.0.0
Misc
- π¨ Bump eslint-plugin-prettier from 5.2.6 to 5.3.1 #4151
- π¨ Bump github/codeql-action from 3.28.16 to 3.28.17 #4152
- π¨ Bump the all group across 1 directory with 2 updates #4153
- π¨ Bump the vitest group across 1 directory with 2 updates #4154
- π¨ Bump eslint-plugin-prettier from 5.3.1 to 5.4.0 #4155
- π¨ Bump @formatjs/cli from 6.6.4 to 6.7.1 #4158
- π¨ Bump vite from 6.3.4 to 6.3.5 #4156
- π¨ Bump msw from 2.7.5 to 2.7.6 #4157
- π¨ pipelineRun details page header changes #4145
- π¨ Remove support for ClusterTasks #4159
- π¨ Bump the all group across 2 directories with 2 updates #4161
- π¨ Bump eslint-config-prettier from 10.1.2 to 10.1.5 #4162
- π¨ Bump @carbon/charts-react from 1.23.6 to 1.23.7 #4163
- π¨ Bump msw from 2.7.6 to 2.8.2 #4164
- π¨ Bump actions/dependency-review-action from 4.6.0 to 4.7.0 #4167
- π¨ Bump actions/setup-go from 5.4.0 to 5.5.0 #4168
- π¨ Bump sass-embedded from 1.87.0 to 1.88.0 #4165
- π¨ Bump @carbon/react from 1.81.0 to 1.82.1 #4166
- π¨ Bump cypress from 14.3.2 to 14.3.3 in /packages/e2e #4170
- π¨ Remove Storybook addon storysource #4169
- π¨ Bump the storybook group across 1 directory with 10 updates #4171
- π¨ Bump sass-embedded from 1.88.0 to 1.89.0 #4172
- π¨ Bump msw from 2.8.2 to 2.8.3 #4173
- π¨ Bump actions/dependency-review-action from 4.7.0 to 4.7.1 #4174
- π¨ Bump github/codeql-action from 3.28.17 to 3.28.18 #4175
- π¨ Bump the all group across 3 directories with 4 updates #4176
- π¨ Bump the k8s group with 2 updates #4177
- π¨ Bump @carbon/charts-react from 1.23.7 to 1.23.8 #4179
- π¨ Bump msw from 2.8.3 to 2.8.4 #4180
- π¨ Bump tlds from 1.258.0 to 1.259.0 #4181
- π¨ Bump the vitest group across 1 directory with 2 updates #4178
- π¨ Fix subpath capitalisation #4182
- π¨ Bump react-router-dom from 6.30.0 to 6.30.1 #4183
- π¨ Bump @carbon/react from 1.82.1 to 1.83.0 #4184
- π¨ Bump @vitejs/plugin-react-swc from 3.9.0 to 3.10.0 #4186
- π¨ Bump @carbon/charts-react from 1.23.8 to 1.23.9 #4187
- π¨ Bump the all group across 2 directories with 3 updates #4188
- π¨ Bump rollup-plugin-visualizer from 5.14.0 to 6.0.0 #4185
- π¨ Bump @carbon/charts-react from 1.23.9 to 1.23.10 #4189
- π¨ Bump msw from 2.8.4 to 2.8.6 #4194
- π¨ Bump cypress from 14.3.3 to 14.4.0 in /packages/e2e #4197
- π¨ Bump rollup-plugin-visualizer from 6.0.0 to 6.0.1 #4196
- π¨ Upgrade to Storybook v9 #4195
- π¨ Bump the storybook group across 1 directory with 5 updates #4199
- π¨ Bump eslint-plugin-storybook from 9.0.0 to 9.0.1 #4191
- π¨ Bump the storybook group across 1 directory with 5 updates #4200
- π¨ Bump msw from 2.8.6 to 2.8.7 #4201
- π¨ Bump @tanstack/react-query from 4.36.1 to 4.39.1 #4202
- π¨ Bump eslint-plugin-storybook from 9.0.1 to 9.0.2 #4204
- π¨ Bump sass-embedded from 1.89.0 to 1.89.1 #4203
- π¨ Bump the storybook group across 1 directory with 5 updates #4205
- π¨ Bump eslint-plugin-storybook from 9.0.2 to 9.0.3 #4206
- π¨ Bump ossf/scorecard-action from 2.4.1 to 2.4.2 #4208
- π¨ Bump the all group across 3 directories with 4 updates #4209
- π¨ Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 #4207
- π¨ Bump the vitest group across 1 directory with 2 updates #4211
- π¨ Bump eslint-plugin-storybook from 9.0.3 to 9.0.4 #4212
- π¨ Bump the storybook group across 1 directory with 5 updates #4210
- π¨ Bump msw from 2.8.7 to 2.9.0 #4213
- π¨ Bump @vitejs/plugin-react-swc from 3.10.0 to 3.10.1 #4214
- π¨ Update E2E tests to Pipelines v1.1.0 and Triggers v0.32.0 #4215
Docs
- π Add v0.57.0 to the releases doc and remove EOL releases #4150
Thanks
Thanks to these contributors who contributed to v0.58.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @LyndseyBu