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

3 hours ago

This Dashboard release supports Pipelines v1.12.x LTS, v1.13.x, and Triggers v0.36.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a2dda5a24a9eec59afbf7be768c747f1b0a0b99e65d1e0ed78f24575e24fd7489

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.69.0/release.yaml
REKOR_UUID=108e9186e8c5677a2dda5a24a9eec59afbf7be768c747f1b0a0b99e65d1e0ed78f24575e24fd7489

# 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.69.0@sha256:" + .digest.sha256')

# Download the release file
curl -s -L "$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

  • ✨ Restore button on log containers to open raw logs in new tab or download logs as a file #4966

Misc

  • 🔨 Add kaushalnavneet as a reviewer #4938
  • 🔨 Bump @carbon/charts-react from 1.27.8 to 1.27.10 #4948
  • 🔨 Bump @formatjs/cli from 6.14.4 to 6.14.5 #4943
  • 🔨 Bump msw from 2.14.3 to 2.14.5 #4944
  • 🔨 Bump eslint-plugin-cypress from 6.4.0 to 6.4.1 #4946
  • 🔨 Bump vite from 8.0.10 to 8.0.11 #4947
  • 🔨 Bump @carbon/react from 1.106.0 to 1.107.1 #4941
  • 🔨 Bump github/codeql-action from 4.35.3 to 4.35.4 #4940
  • 🔨 Bump actions/dependency-review-action from 4.9.0 to 5.0.0 #4939
  • 🔨 Bump the all group across 2 directories with 2 updates #4942
  • 🔨 Bump @eslint/compat from 2.0.5 to 2.1.0 #4945
  • 🔨 Bump the k8s group across 1 directory with 2 updates #4911
  • 🔨 Bump systeminformation from 5.31.1 to 5.31.6 in /packages/e2e #4952
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4955
  • 🔨 Bump the vitest group across 1 directory with 2 updates #4956
  • 🔨 Bump @codemirror/legacy-modes from 6.5.2 to 6.5.3 #4960
  • 🔨 Bump msw from 2.14.5 to 2.14.6 #4959
  • 🔨 Bump @carbon/charts-react from 1.27.10 to 1.27.11 #4962
  • 🔨 Bump cypress from 15.14.2 to 15.15.0 in /packages/e2e #4964
  • 🔨 Bump yaml from 2.8.4 to 2.9.0 #4957
  • 🔨 Bump @vitejs/plugin-react-swc from 4.3.0 to 4.3.1 #4958
  • 🔨 Bump vite from 8.0.11 to 8.0.13 #4961
  • 🔨 Bump @formatjs/cli from 6.14.5 to 6.16.0 #4963
  • 🔨 Bump the all group across 2 directories with 2 updates #4970
  • 🔨 Bump the k8s group with 2 updates #4968
  • 🔨 Bump step-security/harden-runner from 2.19.1 to 2.19.3 #4967
  • 🔨 Bump github/codeql-action from 4.35.4 to 4.35.5 #4969
  • 🔨 Bump eslint-import-resolver-node from 0.3.10 to 0.4.0 #4971
  • 🔨 Output release manifest URLs in release pipeline logs #4953
  • 🔨 Enable installer debug logs to investigate Power nightly test failures #4954
  • 🔨 Fix: Add spacing between labels in resource details #4979
  • 🔨 chore: re-enable harden-runner in nightly build #4983
  • 🔨 Bump docker/build-push-action from 7.1.0 to 7.2.0 #4985
  • 🔨 Bump step-security/harden-runner from 2.13.1 to 2.19.4 #4986
  • 🔨 Refactor TaskRunTabPanels to split components #4965
  • 🔨 Cleanup some minor issues in LabelsWithOverflow styles #4980
  • 🔨 Remove tab layout feature flag and unused code #4966
  • 🔨 Bump the all group across 2 directories with 2 updates #4987
  • 🔨 Accessibility fix: avoid animation rotation #4982
  • 🔨 chore: print tool versions while installing #4984
  • 🔨 Disable harden-runner step for nightly build #4988
  • 🔨 Add kaushalnavneet as an approver #4989
  • 🔨 Bump vite from 8.0.13 to 8.0.14 #5001
  • 🔨 Bump the storybook group across 1 directory with 6 updates #4994
  • 🔨 Bump docker/metadata-action from 6.0.0 to 6.1.0 #4990
  • 🔨 Bump docker/login-action from 4.1.0 to 4.2.0 #4991
  • 🔨 Bump github/codeql-action from 4.35.5 to 4.36.0 #4992
  • 🔨 Bump chainguard/crane from 47d17b6 to 35fe6b5 in /tekton in the all group across 1 directory #4993
  • 🔨 Bump @uiw/react-codemirror from 4.25.9 to 4.25.10 #4996
  • 🔨 Bump linkify-it from 5.0.0 to 5.0.1 #5000
  • 🔨 Bump @formatjs/cli from 6.16.0 to 6.16.3 #4998
  • 🔨 Bump sass-embedded from 1.99.0 to 1.100.0 #4997
  • 🔨 Bump the vitest group across 1 directory with 2 updates #4995
  • 🔨 Bump cypress from 15.15.0 to 15.16.0 in /packages/e2e #5004
  • 🔨 Bump tmp from 0.2.4 to 0.2.6 in /packages/e2e #5005
  • 🔨 Bump @carbon/react from 1.107.1 to 1.108.0 #4999
  • 🔨 Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 #5006
  • 🔨 Bump @formatjs/cli from 6.16.3 to 6.16.6 #5007
  • 🔨 Bump react-router-dom from 6.30.3 to 6.30.4 #5009
  • 🔨 Bump @rollup/plugin-yaml from 4.1.2 to 5.0.0 #5008
  • 🔨 Bump qs and @cypress/request in /packages/e2e #5010
  • 🔨 Bump the all group across 3 directories with 3 updates #5014
  • 🔨 Update E2E tests to Pipelines v1.13 and Triggers v0.36 #5011
  • 🔨 Update isRunning util to handle Pipelines v1.13 fix #5012
  • 🔨 Additional debug output for ppc64le nightly tests #5015
  • 🔨 Output k8s version info to debug ppc64le nightly test failure #5016

Docs

  • 📖 Add v0.68.0 to the releases doc #4937
  • 📖 Update docs for nightly builds #4949
  • 📖 Add release notes template #4950
  • 📖 Update npm release instructions to omit PRs from release notes #4951

Thanks

Thanks to these contributors who contributed to v0.69.0!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.