github tektoncd/dashboard v0.61.0
Tekton Dashboard v0.61.0

23 hours ago

This Dashboard release supports Pipelines v1.3.x LTS, v1.4.x, and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a9bcba5a8d5737e6fccfdac1e9926971a5a5d0673de322a6680988629cec7f7d0

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

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

# 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.61.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 full screen TaskRun view in new PipelineRun layout #4369

  • ✨ Add support for multiline strings in create TaskRun / PipelineRun form #4366

  • ✨ Add support for batch stopping runs #4374

  • ✨ Enable new layout preview for TaskRun details #4398

  • ✨ Enable new PipelineRun and TaskRun details UI by default #4401

    The toggle to enable the new UI is now enabled by default, but can still be disabled from the settings page. It will be removed in v0.62.0 along with the legacy UI.

    This update includes a number of improvements to the scroll behaviour and styles.

Misc

  • 🔨 Update layer used for sticky headers #4347
  • 🔨 Bump tmp from 0.2.3 to 0.2.4 in /packages/e2e #4349
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4351
  • 🔨 Bump github/codeql-action from 3.29.5 to 3.29.6 #4354
  • 🔨 Bump vite from 7.0.6 to 7.1.0 #4353
  • 🔨 Bump sass-embedded from 1.89.2 to 1.90.0 #4352
  • 🔨 Bump vite from 7.1.0 to 7.1.1 #4356
  • 🔨 Bump cypress from 14.5.3 to 14.5.4 in /packages/e2e #4359
  • 🔨 Bump eslint-plugin-prettier from 5.5.3 to 5.5.4 #4358
  • 🔨 Bump @vitejs/plugin-react-swc from 3.11.0 to 4.0.0 #4357
  • 🔨 Bump the all group across 2 directories with 2 updates #4361
  • 🔨 Bump github/codeql-action from 3.29.6 to 3.29.8 #4362
  • 🔨 Include space character after log level when copying content to another context #4350
  • 🔨 Wait for videos of successful tests to be deleted #4355
  • 🔨 Increase vertical space available for viewing logs #4364
  • 🔨 Update E2E tests to Triggers v0.33 #4363
  • 🔨 Preserve sidecar status #4367
  • 🔨 Prevent local package builds inadvertently being committed #4373
  • 🔨 Bump actions/checkout from 4.2.2 to 5.0.0 #4375
  • 🔨 Bump github/codeql-action from 3.29.8 to 3.29.9 #4376
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4378
  • 🔨 Bump @uiw/react-codemirror from 4.24.2 to 4.25.1 #4379
  • 🔨 Bump the all group across 3 directories with 3 updates #4383
  • 🔨 Bump msw from 2.10.4 to 2.10.5 #4380
  • 🔨 Bump vite from 7.1.1 to 7.1.2 #4382
  • 🔨 Bump @carbon/charts-react from 1.23.15 to 1.23.17 #4384
  • 🔨 Bump the k8s group with 2 updates #4377
  • 🔨 Improve scroll behaviour in new PipelineRun layout #4385
  • 🔨 Ensure code snippets are always full width #4386
  • 🔨 Increase specificity of selector for sticky vertical tabs #4388
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4390
  • 🔨 Bump cypress from 14.5.4 to 15.0.0 in /packages/e2e #4393
  • 🔨 Bump vite from 7.1.2 to 7.1.3 #4391
  • 🔨 Bump @vitejs/plugin-react-swc from 4.0.0 to 4.0.1 #4392
  • 🔨 Bump actions/dependency-review-action from 4.7.1 to 4.7.2 #4394
  • 🔨 Bump the all group across 2 directories with 3 updates #4397
  • 🔨 Bump vite-plugin-svgr from 4.3.0 to 4.5.0 #4396
  • 🔨 Bump github/codeql-action from 3.29.9 to 3.29.11 #4395
  • 🔨 Minor adjustments to TaskRun tab styles #4400
  • 🔨 Bump sass-embedded from 1.90.0 to 1.91.0 #4403
  • 🔨 Bump tlds from 1.259.0 to 1.260.0 #4404
  • 🔨 Bump the k8s group with 2 updates #4407
  • 🔨 Bump actions/dependency-review-action from 4.7.2 to 4.7.3 #4408
  • 🔨 Bump msw from 2.10.5 to 2.11.1 #4410
  • 🔨 Bump the all group across 3 directories with 4 updates #4412
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4415
  • 🔨 Bump sass-embedded from 1.91.0 to 1.92.0 #4416
  • 🔨 Update E2E tests to Pipelines v1.4.0 #4419

Docs

  • 📖 Add v0.60.0 to the releases doc #4346

Thanks

Thanks to these contributors who contributed to v0.61.0!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.