github tektoncd/dashboard v0.43.0
Tekton Dashboard release v0.43.0 LTS

latest releases: v0.52.0, v0.51.0, v0.50.0...
9 months ago

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!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.