Skip to content

dashboard

v0.70.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 18d Pipelines
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

web pipeline tekton ui

Affected surfaces

deps

Summary

AI summary

Fixes styling of date and duration on resource details pages.

Full changelog

Tekton Dashboard v0.70.0

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

Attestation

The Rekor UUID for this release is 108e9186e8c5677a4be6642e64440ed8203f71834b4ff7cae7d2dc509429416d8fec09f53767f943

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

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

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

Fixes

  • 🐛 AVT enhance date and duration format https://github.com/tektoncd/dashboard/pull/5019

Misc

  • 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/5022
  • 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/5023
  • 🔨 Bump github/codeql-action from 4.36.0 to 4.36.2 https://github.com/tektoncd/dashboard/pull/5020
  • 🔨 Bump actions/checkout from 6.0.2 to 6.0.3 https://github.com/tektoncd/dashboard/pull/5021
  • 🔨 Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/5024
  • 🔨 Bump @formatjs/cli from 6.16.6 to 6.16.10 https://github.com/tektoncd/dashboard/pull/5025
  • 🔨 Bump vite from 8.0.14 to 8.0.16 https://github.com/tektoncd/dashboard/pull/5026
  • 🔨 Bump @carbon/react from 1.108.0 to 1.109.0 https://github.com/tektoncd/dashboard/pull/5027
  • 🔨 Bump the k8s group with 2 updates https://github.com/tektoncd/dashboard/pull/5029
  • 🔨 Bump prettier from 3.8.3 to 3.8.4 https://github.com/tektoncd/dashboard/pull/5033
  • 🔨 Bump cypress from 15.16.0 to 15.17.0 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5036
  • 🔨 Bump @formatjs/cli from 6.16.10 to 6.16.11 https://github.com/tektoncd/dashboard/pull/5035
  • 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/5031
  • 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/5030
  • 🔨 Add visx group to dependabot config https://github.com/tektoncd/dashboard/pull/5039
  • 🔨 Bump @visx/event and @visx/network to v4.0.0 https://github.com/tektoncd/dashboard/pull/5040
  • 🔨 Fix the release installer used in the nightly ppc64le tests https://github.com/tektoncd/dashboard/pull/5041
  • 🔨 Bump the all group across 2 directories with 1 update https://github.com/tektoncd/dashboard/pull/5042
  • 🔨 Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/5045
  • 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/5043
  • 🔨 Bump tmp from 0.2.6 to 0.2.7 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5046
  • 🔨 Bump form-data from 4.0.5 to 4.0.6 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5047
  • 🔨 Bump js-yaml from 4.1.1 to 4.2.0 https://github.com/tektoncd/dashboard/pull/5048
  • 🔨 Bump dompurify from 3.4.3 to 3.4.10 https://github.com/tektoncd/dashboard/pull/5054
  • 🔨 Remove legacy auto-scroll code https://github.com/tektoncd/dashboard/pull/5049
  • 🔨 Add missing tests for logs and toolbars https://github.com/tektoncd/dashboard/pull/5050
  • 🔨 Update E2E to Pipelines v1.13.1 https://github.com/tektoncd/dashboard/pull/5051
  • 🔨 Limit concurrency of label checker workflow https://github.com/tektoncd/dashboard/pull/5053
  • 🔨 Update @babel/core, esbuild, brace-expansion, and ws https://github.com/tektoncd/dashboard/pull/5052
  • 🔨 Bump @carbon/charts-react from 1.27.11 to 1.27.12 https://github.com/tektoncd/dashboard/pull/5059
  • 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/5057
  • 🔨 Bump @carbon/react from 1.109.0 to 1.110.0 https://github.com/tektoncd/dashboard/pull/5058
  • 🔨 Bump esbuild from 0.27.7 to 0.28.1 https://github.com/tektoncd/dashboard/pull/5063
  • 🔨 Bump undici from 7.25.0 to 7.28.0 https://github.com/tektoncd/dashboard/pull/5064
  • 🔨 Fix styling of date and duration on resource details pages https://github.com/tektoncd/dashboard/pull/5061
  • 🔨 Remove vite-plugin-svgr https://github.com/tektoncd/dashboard/pull/5062
  • 🔨 Adopt standard OCI image labels on published images https://github.com/tektoncd/dashboard/pull/5065
  • 🔨 Bump Node.js from 24.14.0 to 24.16.0 https://github.com/tektoncd/dashboard/pull/5066
  • 🔨 Bump actions/checkout from 6.0.3 to 7.0.0 https://github.com/tektoncd/dashboard/pull/5069
  • 🔨 Remove legacy Cypress config https://github.com/tektoncd/dashboard/pull/5060
  • 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/5070
  • 🔨 Bump actions/setup-go from 6.4.0 to 6.5.0 https://github.com/tektoncd/dashboard/pull/5072
  • 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/5073
  • 🔨 Bump globals from 17.6.0 to 17.7.0 https://github.com/tektoncd/dashboard/pull/5075
  • 🔨 Bump prettier from 3.8.4 to 3.9.1 https://github.com/tektoncd/dashboard/pull/5074
  • 🔨 Bump eslint-plugin-import-x from 4.16.2 to 4.17.1 https://github.com/tektoncd/dashboard/pull/5077
  • 🔨 Bump cypress from 15.17.0 to 15.18.0 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5079
  • 🔨 Bump @carbon/charts-react from 1.27.12 to 1.27.16 https://github.com/tektoncd/dashboard/pull/5076
  • 🔨 Bump prettier from 3.9.1 to 3.9.4 https://github.com/tektoncd/dashboard/pull/5081
  • 🔨 Bump golang.org/x/net from 0.49.0 to 0.55.0 https://github.com/tektoncd/dashboard/pull/5086
  • 🔨 Fix LABEL instructions in E2E base image https://github.com/tektoncd/dashboard/pull/5080
  • 🔨 Fix nightly build issue caused by failed Pipelines install https://github.com/tektoncd/dashboard/pull/5084
  • 🔨 Update E2E tests to Pipelines v1.14.0 https://github.com/tektoncd/dashboard/pull/5085
  • 🔨 Bump eslint-plugin-cypress from 6.4.1 to 6.4.2 https://github.com/tektoncd/dashboard/pull/5082
  • 🔨 Bump vite from 8.0.16 to 8.1.3 https://github.com/tektoncd/dashboard/pull/5096
  • 🔨 Bump docker/build-push-action from 7.2.0 to 7.3.0 https://github.com/tektoncd/dashboard/pull/5088
  • 🔨 Bump docker/login-action from 4.2.0 to 4.4.0 https://github.com/tektoncd/dashboard/pull/5091
  • 🔨 Bump docker/metadata-action from 6.1.0 to 6.2.0 https://github.com/tektoncd/dashboard/pull/5090
  • 🔨 Bump github/codeql-action/upload-sarif from 4.36.2 to 4.36.3 https://github.com/tektoncd/dashboard/pull/5092
  • 🔨 Bump the all group across 3 directories with 3 updates https://github.com/tektoncd/dashboard/pull/5093
  • 🔨 Bump linkify-it from 5.0.1 to 5.0.2 https://github.com/tektoncd/dashboard/pull/5094
  • 🔨 Bump @carbon/react from 1.110.0 to 1.111.0 https://github.com/tektoncd/dashboard/pull/5095
  • 🔨 Update E2E to Node.js 24.16 and Chrome 149 https://github.com/tektoncd/dashboard/pull/5087

Docs

  • 📖 Add v0.69.0 to the releases doc https://github.com/tektoncd/dashboard/pull/5017

Thanks

Thanks to these contributors who contributed to v0.70.0!

  • ❤️ @Agrawal-Anamika
  • ❤️ @AlanGreene
  • ❤️ @dependabot[bot]

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track dashboard

Get notified when new releases ship.

Sign up free

About dashboard

A dashboard for Tekton!

All releases →

Related context

Beta — feedback welcome: [email protected]