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
108e9186e8c5677a77256f9116b9f57119e231bbb5a3cbab20156bffc84038a5ba1c87c604866dd7
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.59.0/release.yaml
REKOR_UUID=108e9186e8c5677a77256f9116b9f57119e231bbb5a3cbab20156bffc84038a5ba1c87c604866dd7
# 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.59.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
Warning
Changes to ARM support starting in Dashboard v0.60.0
Starting with the Dashboard v0.60.0 release in July we'll be stopping official support and shipping of linux/arm
images (affecting armv5, armv6, armv7). Images for linux/arm64
(also known as aarch64
) are unaffected, these will still be produced and supported.
See the announcement on the tekton-users mailing list for more details.
Misc
- 🔨 Bump the all group across 2 directories with 2 updates #4217
- 🔨 Bump @carbon/react from 1.83.0 to 1.84.0 #4221
- 🔨 Bump the storybook group across 1 directory with 5 updates #4218
- 🔨 Bump the vitest group across 1 directory with 2 updates #4219
- 🔨 Bump msw from 2.9.0 to 2.10.1 #4222
- 🔨 Bump github/codeql-action from 3.28.18 to 3.28.19 #4223
- 🔨 Bump rollup-plugin-visualizer from 6.0.1 to 6.0.3 #4220
- 🔨 Bump the vitest group across 1 directory with 2 updates #4224
- 🔨 Bump msw from 2.10.1 to 2.10.2 #4225
- 🔨 Bump @tanstack/react-query from 4.39.1 to 4.39.2 #4226
- 🔨 Bump eslint-plugin-storybook from 9.0.4 to 9.0.6 #4227
- 🔨 Bump cypress from 14.4.0 to 14.4.1 in /packages/e2e #4228
- 🔨 Bump the storybook group across 1 directory with 5 updates #4229
- 🔨 Bump eslint-plugin-storybook from 9.0.6 to 9.0.8 #4231
- 🔨 Bump @vitejs/plugin-react-swc from 3.10.1 to 3.10.2 #4232
- 🔨 Bump sass-embedded from 1.89.1 to 1.89.2 #4230
- 🔨 Add eslint-plugin-storybook to the storybook group in dependabot #4233
- 🔨 Bump @uiw/react-codemirror from 4.23.12 to 4.23.13 #4234
- 🔨 Bump the all group across 2 directories with 2 updates #4235
- 🔨 Bump brace-expansion from 1.1.11 to 1.1.12 and 2.0.1 to 2.0.2 #4236
- 🔨 Bump the storybook group across 1 directory with 6 updates #4237
- 🔨 Bump step-security/harden-runner from 2.12.0 to 2.12.1 #4238
- 🔨 Bump github/codeql-action from 3.28.19 to 3.29.0 #4239
- 🔨 Bump the storybook group across 1 directory with 6 updates #4241
- 🔨 Bump the all group across 2 directories with 2 updates #4240
- 🔨 Bump @formatjs/cli from 6.7.1 to 6.7.2 #4242
- 🔨 Enable Storybook code panel #4243
- 🔨 Bump the storybook group across 1 directory with 6 updates #4244
- 🔨 Bump the vitest group across 1 directory with 2 updates #4245
- 🔨 Bump @tanstack/react-query from 4.39.2 to 4.40.0 #4248
- 🔨 Bump @carbon/charts-react from 1.23.10 to 1.23.12 #4247
- 🔨 Bump eslint-plugin-prettier from 5.4.1 to 5.5.0 #4246
- 🔨 bump golangci-lint to v2 config #4249
- 🔨 Bump @carbon/react from 1.84.0 to 1.85.0 #4250
- 🔨 Bump cypress from 14.4.1 to 14.5.0 in /packages/e2e #4251
- 🔨 Bump eslint-plugin-import from 2.31.0 to 2.32.0 #4255
- 🔨 Bump the all group across 3 directories with 4 updates #4252
- 🔨 Bump the k8s group with 2 updates #4253
- 🔨 Bump @carbon/charts-react from 1.23.12 to 1.23.13 #4254
- 🔨 Bump prettier from 3.5.3 to 3.6.0 #4256
- 🔨 Bump the storybook group across 1 directory with 6 updates #4257
Docs
- 📖 Add v0.58.0 to the release docs #4216
Thanks
Thanks to these contributors who contributed to v0.59.0!
- ❤️ @AlanGreene
- ❤️ @dependabot[bot]
- ❤️ @tylerauerbeck