github tektoncd/dashboard v0.63.0
Tekton Dashboard v0.63.0 LTS

one day ago

This Dashboard release supports Pipelines v1.6.x LTS and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a4a2a1d45820d0aeaedbc2bd77d06337d0e0231de8f7412e68613c97cff026d3a

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

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.63.0/release.yaml
REKOR_UUID=108e9186e8c5677a4a2a1d45820d0aeaedbc2bd77d06337d0e0231de8f7412e68613c97cff026d3a

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

Features

  • ✨ Add support for trace log level in the log viewer #4521

Misc

  • 🔨 Bump github/codeql-action from 3.30.5 to 3.30.6 #4494
  • 🔨 Bump @formatjs/cli from 6.7.2 to 6.7.3 #4495
  • 🔨 Bump vite from 7.1.8 to 7.1.9 #4497
  • 🔨 Bump the all group across 2 directories with 1 update #4496
  • 🔨 Bump react-intl from 7.1.11 to 7.1.13 #4499
  • 🔨 Bump vite from 7.1.9 to 7.1.11 #4520
  • 🔨 Bump actions/dependency-review-action from 4.8.0 to 4.8.1 #4502
  • 🔨 Bump the all group across 2 directories with 2 updates #4503
  • 🔨 Bump react-intl from 7.1.13 to 7.1.14 #4504
  • 🔨 Bump msw from 2.11.3 to 2.11.5 #4506
  • 🔨 Bump @formatjs/cli from 6.7.3 to 6.7.4 #4507
  • 🔨 Bump actions/setup-node from 5.0.0 to 6.0.0 #4513
  • 🔨 Bump cypress from 15.3.0 to 15.5.0 in /packages/e2e #4519
  • 🔨 Bump @tanstack/react-query from 4.41.0 to 4.42.0 #4516
  • 🔨 Bump github/codeql-action from 3.30.6 to 4.30.9 #4514
  • 🔨 Bump rollup-plugin-visualizer from 6.0.4 to 6.0.5 #4522
  • 🔨 Bump tlds from 1.260.0 to 1.261.0 #4523
  • 🔨 Bump jsdom from 27.0.0 to 27.0.1 #4524
  • 🔨 Bump msw from 2.11.5 to 2.11.6 #4525
  • 🔨 Fix font style for task skipped message #4526
  • 🔨 Don't show duration for sidecar containers #4528
  • 🔨 Don't attempt to list namespaces when tenant namespaces configured #4529
  • 🔨 Update to Node.js 24 #4455
  • 🔨 Bump actions/upload-artifact from 4.6.2 to 5.0.0 #4530
  • 🔨 Bump github/codeql-action from 4.30.9 to 4.31.0 #4531
  • 🔨 Bump @vitejs/plugin-react-swc from 4.1.0 to 4.2.0 #4537
  • 🔨 Bump the all group across 3 directories with 3 updates #4535
  • 🔨 Bump vite from 7.1.11 to 7.1.12 #4533
  • 🔨 Bump the vitest group across 1 directory with 2 updates #4532
  • 🔨 Switch npm publish to use trusted publishing instead of token auth #4338
  • 🔨 Update E2E tests to Pipelines v1.6.0 LTS #4541

Docs

  • 📖 Add v0.62.0 to the releases doc #4493
  • 📖 Update docs to reference OCI storage buckets instead of GCS #4527

Thanks

Thanks to these contributors who contributed to v0.63.0!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.