Skip to content

v0.70.0

Latest

Choose a tag to compare

@AlanGreene AlanGreene released this 08 Jul 11:44

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 #5019

Misc

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

Docs

  • πŸ“– Add v0.69.0 to the releases doc #5017

Thanks

Thanks to these contributors who contributed to v0.70.0!