This Dashboard release supports Pipelines v1.0.x LTS, v1.1.x, and Triggers v0.32.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677a0dba88b7d3ce11d6621b18386bc8bffb73cac0e33a83bcb5ecb4e31149ec6896
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