This Dashboard release supports Pipelines v1.6.x LTS, v1.7.x, and Triggers v0.34.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677a824cf2befdeca1e9a5162c0d9d52d56cfdf469169c1020d6483e606f3fd39418
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.64.0/release.yaml
REKOR_UUID=108e9186e8c5677a824cf2befdeca1e9a5162c0d9d52d56cfdf469169c1020d6483e606f3fd39418
# 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.64.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
- ✨ Add support for optional step displayName #4579
Misc
- 🔨 Update to eslint v9 #4511
- 🔨 Upgrade to React 18 #4500
- 🔨 Bump github/codeql-action from 4.31.0 to 4.31.2 #4545
- 🔨 Bump the all group across 3 directories with 2 updates #4546
- 🔨 Update to Storybook v10 #4543
- 🔨 Bump the storybook group across 1 directory with 6 updates #4555
- 🔨 Bump the all group across 2 directories with 2 updates #4558
- 🔨 Bump @eslint/js from 9.39.0 to 9.39.1 #4557
- 🔨 Bump the vitest group across 1 directory with 2 updates #4556
- 🔨 Update label checker workflow to use correct format for action reference #4560
- 🔨 Fix batch delete action on PipelineRuns, TaskRuns, and CustomRuns pages #4559 (fix released in v0.63.1)
- 🔨 Bump step-security/harden-runner from 2.13.1 to 2.13.2 #4566
- 🔨 Bump cypress/factory from
acbab6atoe2223a0in /packages/e2e/base-image in the all group across 1 directory #4567 - 🔨 Bump the storybook group across 1 directory with 6 updates #4568
- 🔨 Bump the vitest group across 1 directory with 2 updates #4569
- 🔨 Bump @uiw/react-codemirror from 4.25.2 to 4.25.3 #4575
- 🔨 Bump @vitejs/plugin-react-swc from 4.2.0 to 4.2.1 #4570
- 🔨 Bump msw from 2.11.6 to 2.12.0 #4573
- 🔨 Bump vite from 7.1.12 to 7.2.2 #4574
- 🔨 Bump cypress from 15.5.0 to 15.6.0 in /packages/e2e #4578
- 🔨 Restore label checker workflow #4580
- 🔨 Bump the all group across 2 directories with 1 update #4581
- 🔨 Bump msw from 2.12.0 to 2.12.1 #4582
- 🔨 Bump @carbon/react from 1.86.0 to 1.95.0 #4577
- 🔨 Remove option to revert to legacy run UI #4584
- 🔨 Update E2E tests to Triggers v0.34.0 #4585
- 🔨 Bump js-yaml from 4.1.0 to 4.1.1 #4586
- 🔨 Bump the k8s group with 2 updates #4587
- 🔨 Bump actions/dependency-review-action from 4.8.1 to 4.8.2 #4588
- 🔨 Bump github/codeql-action from 4.31.2 to 4.31.3 #4589
- 🔨 Bump the storybook group across 1 directory with 6 updates #4591
- 🔨 Bump the vitest group across 1 directory with 2 updates #4592
- 🔨 Bump eslint-plugin-depend from 1.3.1 to 1.4.0 #4593
- 🔨 Bump react-router-dom from 6.30.1 to 6.30.2 #4594
- 🔨 Bump the all group across 3 directories with 3 updates #4590
- 🔨 Bump msw from 2.12.1 to 2.12.2 #4596
- 🔨 Bump @eslint/compat from 1.4.1 to 2.0.0 #4595
- 🔨 Bump @vitejs/plugin-react-swc from 4.2.1 to 4.2.2 #4597
- 🔨 Bump jsdom from 27.1.0 to 27.2.0 #4598
- 🔨 Bump Storybook packages from 10.0.7 to 10.0.8 #4599
- 🔨 Bump eslint from 9.39.0 to 9.39.1 #4600
- 🔨 Bump vitest and @vitest/coverage-istanbul from 4.0.9 to 4.0.10 #4601
- 🔨 Bump @tanstack/react-query from 5.90.6 to 5.90.10 #4602
- 🔨 Bump glob from 10.4.5 to 10.5.0 #4603
- 🔨 Resolve warnings during npm publish #4605
- 🔨 Remove unused dev dependencies #4606
- 🔨 Fix nightly build #4608
- 🔨 Bump go.uber.org/zap from 1.27.0 to 1.27.1 #4609
- 🔨 Bump actions/setup-go from 6.0.0 to 6.1.0 #4610
- 🔨 Bump actions/checkout from 5.0.0 to 6.0.0 #4611
- 🔨 Bump github/codeql-action from 4.31.3 to 4.31.4 #4612
- 🔨 Bump @carbon/react from 1.95.0 to 1.96.0 #4615
- 🔨 Bump the vitest group across 1 directory with 2 updates #4614
- 🔨 Bump vite from 7.2.2 to 7.2.4 #4616
- 🔨 Bump the all group across 3 directories with 3 updates #4613
- 🔨 Bump msw from 2.12.2 to 2.12.3 #4617
- 🔨 Bump cypress from 15.6.0 to 15.7.0 in /packages/e2e #4618
- 🔨 Fix nightly build #4619
- 🔨 Update ko base image #4620
- 🔨 Fix step display name when using sidecars logs #4621
- 🔨 Bump github/codeql-action from 4.31.4 to 4.31.5 #4622
- 🔨 Bump the all group across 2 directories with 2 updates #4623
- 🔨 Bump the storybook group across 1 directory with 6 updates #4624
- 🔨 Bump the vitest group across 1 directory with 2 updates #4625
- 🔨 Bump prettier from 3.6.2 to 3.7.3 #4626
- 🔨 Bump yaml from 2.8.1 to 2.8.2 #4627
- 🔨 Update E2E tests to Pipelines v1.7.0 #4628
- 🔨 Bump github/codeql-action from 4.31.5 to 4.31.7 #4630
- 🔨 Bump step-security/harden-runner from 2.13.2 to 2.13.3 #4631
- 🔨 Bump actions/setup-node from 6.0.0 to 6.1.0 #4632
- 🔨 Bump the all group across 2 directories with 1 update #4634
- 🔨 Bump the vitest group across 1 directory with 2 updates #4636
- 🔨 Bump msw from 2.12.3 to 2.12.4 #4637
- 🔨 Bump @carbon/react from 1.96.0 to 1.97.0 #4640
- 🔨 Bump actions/checkout from 6.0.0 to 6.0.1 #4633
- 🔨 Bump prettier from 3.7.3 to 3.7.4 #4638
- 🔨 Bump vite from 7.2.4 to 7.2.6 #4639
- 🔨 Bump cypress from 15.7.0 to 15.7.1 in /packages/e2e #4641
- 🔨 Bump the storybook group across 1 directory with 6 updates #4635
- 🔨 Update release pipeline to publish to OCI buckets #4629
- 🔨 Debug nightly build failure #4642
- 🔨 Remove unused param from release pipeline #4643
- 🔨 Check curl exit code to check for existence of release file #4644
- 🔨 Fix prerelease check #4645
- 🔨 Fix usage of crane image in release pipeline #4646
- 🔨 Fix path to image credentials for nightly build #4647
- 🔨 Work around warning produced by crane image #4648
- 🔨 Fix path of files in release bucket #4649
- 🔨 Update release pipeline to v1 #4650
Docs
- 📖 Add v0.63.0 to the releases doc #4542
- 📖 Add trace log level to docs #4544
- 📖 Add v0.63.1 to the releases doc #4564
Thanks
Thanks to these contributors who contributed to v0.64.0!
- ❤️ @AlanGreene
- ❤️ @briangleeson
- ❤️ @dependabot[bot]
- ❤️ @valAndre07