Skip to content

Tekton Dashboard release v0.43.0 LTS

Compare
Choose a tag to compare
@AlanGreene AlanGreene released this 23 Jan 11:48
· 399 commits to main since this release

This Dashboard LTS release supports Pipelines v0.53.x LTS, and v0.56.x LTS, as well as Triggers v0.24.x LTS, and v0.25.x.

Attestation

The Rekor UUID for this release is 24296fb24b8ad77acff35b405b0899cd6b13574a8e68d8d75e427db47d0e90acb7a156f2d26425f1

Verify that all container images in the release file are in the attestation:

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.43.0/release.yaml
REKOR_UUID=24296fb24b8ad77acff35b405b0899cd6b13574a8e68d8d75e427db47d0e90acb7a156f2d26425f1

# 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.43.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

  • πŸ”¨ Bump rollup-plugin-visualizer from 5.9.2 to 5.10.0 #3228
  • πŸ”¨ Bump tlds from 1.244.0 to 1.247.0 #3227
  • πŸ”¨ Bump eslint-config-prettier from 9.0.0 to 9.1.0 #3226
  • πŸ”¨ Update Storybook to 7.6.3 #3229
  • πŸ”¨ Bump vite from 4.5.0 to 4.5.1 #3230
  • πŸ”¨ Update vitest to v1 #3231
  • πŸ”¨ Resolve issue with MDX rendering in Storybook dev mode #3236
  • πŸ”¨ Bump the storybook group with 9 updates #3232
  • πŸ”¨ Bump rollup-plugin-visualizer from 5.10.0 to 5.11.0 #3234
  • πŸ”¨ Bump react-window from 1.8.9 to 1.8.10 #3233
  • πŸ”¨ Bump react-intl from 6.5.1 to 6.5.5 #3235
  • πŸ”¨ Bump tlds from 1.247.0 to 1.248.0 #3240
  • πŸ”¨ Bump vitest from 1.0.2 to 1.1.1 #3245
  • πŸ”¨ Bump cypress from 13.6.0 to 13.6.2 #3246
  • πŸ”¨ Bump the storybook group with 9 updates #3244
  • πŸ”¨ Bump k8s.io/client-go from 0.28.4 to 0.29.0 #3238
  • πŸ”¨ Bump the storybook group with 9 updates #3247
  • πŸ”¨ Bump @formatjs/cli from 6.2.1 to 6.2.4 #3249
  • πŸ”¨ Bump eslint from 8.54.0 to 8.56.0 #3250
  • πŸ”¨ Bump msw from 2.0.9 to 2.0.12 #3251
  • πŸ”¨ Add support for optional pipeline prop in PipelineRun component #3252
  • πŸ”¨ Bump the storybook group with 9 updates #3254
  • πŸ”¨ Bump eslint-plugin-import from 2.29.0 to 2.29.1 #3257
  • πŸ”¨ Bump carbon-components-react from 7.59.17 to 7.59.19 #3256
  • πŸ”¨ Bump git-url-parse from 13.1.1 to 14.0.0 #3255
  • πŸ”¨ Revert unintended change from previous update to matrix display #3258
  • πŸ”¨ Bump vite from 4.5.1 to 4.5.2 #3260
  • πŸ”¨ Bump @uiw/react-codemirror from 4.21.20 to 4.21.21 #3262
  • πŸ”¨ Bump elkjs from 0.8.2 to 0.9.1 #3263
  • πŸ”¨ Bump msw from 2.0.12 to 2.1.2 #3264
  • πŸ”¨ Bump the storybook group with 9 updates #3261
  • πŸ”¨ Bump react-intl from 6.5.5 to 6.6.1 #3265
  • πŸ”¨ Bump @modyfi/vite-plugin-yaml from 1.0.4 to 1.1.0 #3266
  • πŸ”¨ Bump k8s.io/client-go from 0.29.0 to 0.29.1 #3269
  • πŸ”¨ Update transitive dependencies on vite to resolve npm audit warnings #3270
  • πŸ”¨ Update tests to latest Pipelines and Triggers releases #3271
  • πŸ”¨ Update vite-plugin-html for compatibility with vite 5 #3272

Docs

  • πŸ“– Add v0.42.x to the releases doc #3223

Thanks

Thanks to these contributors who contributed to v0.43.0!