Releases: tektoncd/dashboard
Tekton Dashboard release v0.52.0 LTS
This Dashboard release supports Pipelines v0.65.x LTS and Triggers v0.29.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677aecbe0e1cf4f863376bdba4bfaf7e5646de57fc2463cf257947c2c0c9441824a6
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.52.0/release.yaml
REKOR_UUID=108e9186e8c5677aecbe0e1cf4f863376bdba4bfaf7e5646de57fc2463cf257947c2c0c9441824a6
# 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.52.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
- β¨ Improve display of skipped tasks #3651
- It is now clearer to users when a task, step, or step action has been skipped through use of new status labels and icons, as well as displaying the reason when available.
Misc
- π¨ Bump the storybook group with 11 updates #3657
- π¨ Bump @vitest/coverage-istanbul from 2.1.1 to 2.1.2 #3658
- π¨ Bump @uiw/react-codemirror from 4.23.3 to 4.23.5 #3659
- π¨ Bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.1 #3661
- π¨ Bump eslint-plugin-import from 2.30.0 to 2.31.0 #3663
- π¨ Bump eslint-plugin-react from 7.37.0 to 7.37.1 #3665
- π¨ Bump msw from 2.4.9 to 2.4.11 #3666
- π¨ Bump react-intl from 6.7.0 to 6.8.0 #3664
- π¨ Bump @carbon/react from 1.65.0 to 1.68.0 #3667
- π¨ Bump react-router-dom from 6.26.2 to 6.27.0 #3668
- π¨ Bump vite from 5.4.8 to 5.4.9 #3670
- π¨ Bump eslint-plugin-cypress from 3.5.0 to 3.6.0 #3671
- π¨ Bump @formatjs/cli from 6.2.12 to 6.2.15 #3672
- π¨ Bump @vitest/coverage-istanbul from 2.1.2 to 2.1.3 #3669
- π¨ Bump sass-embedded from 1.79.4 to 1.80.1 #3673
- π¨ Bump sass-embedded from 1.80.1 to 1.80.2 #3674
- π¨ Bump sass-embedded from 1.80.2 to 1.80.3 #3676
- π¨ Bump @formatjs/cli from 6.2.15 to 6.3.0 #3677
- π¨ Bump the storybook group with 11 updates #3675
- π¨ Exclude coverage folder from vite watch config #3678
- π¨ Update Carbon Tooltip align prop to replace deprecated value #3679
- π¨ Bump eslint-plugin-storybook from 0.9.0 to 0.10.1 #3680
- π¨ Bump react-intl from 6.8.0 to 6.8.1 #3684
- π¨ Bump @formatjs/cli from 6.3.0 to 6.3.1 #3682
- π¨ Bump msw from 2.4.11 to 2.4.13 #3681
- π¨ Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 #3685
- π¨ Fix style issues in Storybook production build #3688
- π¨ Enable dependabot for GitHub Actions and include E2E base image Dockerfile #3689
- π¨ Relax the Carbon version requirement for the components package #3701
- π¨ Bump actions/checkout from 3 to 4 #3690
- π¨ Bump github/codeql-action from 2 to 3 #3691
- π¨ Bump k8s.io/client-go from 0.31.1 to 0.31.2 #3695
- π¨ Bump msw from 2.4.13 to 2.5.1 #3697
- π¨ Bump sass-embedded from 1.80.3 to 1.80.4 #3698
- π¨ Bump eslint-plugin-react from 7.37.1 to 7.37.2 #3699
- π¨ Bump vite from 5.4.9 to 5.4.10 #3700
- π¨ Bump cypress/factory from
2fd35ba
tof76d922
in /packages/e2e/base-image #3692 - π¨ Bump wolfi-dev/git from
3a11887
to97a6342
in /src/api/resources #3693 - π¨ Bump google.com/cloudsdktool/cloud-sdk from 310.0.0 to 498.0.0 in /tekton #3696
- π¨ Bump cypress/factory from
f76d922
to0c030c6
in /packages/e2e/base-image #3703 - π¨ Bump cypress from 13.15.0 to 13.15.1 #3707
- π¨ Bump @uiw/react-codemirror from 4.23.5 to 4.23.6 #3709
- π¨ Bump @formatjs/cli from 6.3.1 to 6.3.5 #3704
- π¨ Bump google.com/cloudsdktool/cloud-sdk from
cb84ef5
tof11e24c
in /tekton #3706 - π¨ Bump react-intl from 6.8.1 to 6.8.4 #3705
- π¨ Bump @carbon/react from 1.68.0 to 1.69.0 #3708
- π¨ Bump eslint-plugin-jsx-a11y from 6.10.1 to 6.10.2 #3713
- π¨ Bump google.com/cloudsdktool/cloud-sdk from
f11e24c
to02a2253
in /tekton #3712 - π¨ Bump msw from 2.5.1 to 2.5.2 #3714
- π¨ Bump @vitest/coverage-istanbul from 2.1.3 to 2.1.4 #3718
- π¨ Bump wolfi-dev/git from
97a6342
toc07caa1
in /src/api/resources #3716 - π¨ Bump google.com/cloudsdktool/cloud-sdk from
02a2253
to5e3eeb6
in /tekton #3717 - π¨ Update Node.js to 20.18 and Chrome to 130 #3719
- π¨ Update release pipeline to use Chainguard Wolfi git image #3711
- π¨ Remove vite-plugin-html #3715
- π¨ Remove stale version comment from import resources pipeline #3710
- π¨ Update E2E tests to Pipelines v0.65 #3720
- π¨ Update E2E to use new base image with Node.js 20.18 and Chrome 130 #3721
Docs
- π Update release cheat sheet with params to publish images to GHCR #3643
- π Add v0.51.0 to the releases doc #3643
Thanks
Thanks to these contributors who contributed to v0.52.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.51.0
This Dashboard release supports Pipelines v0.62.x LTS, and v0.64.x, as well as Triggers v0.29.x LTS.
Note
Starting with this release, the Dashboard container images are now published to ghcr.io
Attestation
The Rekor UUID for this release is 108e9186e8c5677acc4577be26aa16b25ebc94d6888b3acfbcc5bdbe0e5bca2476d9b56395da0662
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.51.0/release.yaml
REKOR_UUID=108e9186e8c5677acc4577be26aa16b25ebc94d6888b3acfbcc5bdbe0e5bca2476d9b56395da0662
# 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.51.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
- β¨ Sort matrix TaskRuns by display name on the PipelineRun details page #3615
- Use TaskRun display names to provide a stable sort order when displaying matrixed TaskRuns on the PipelineRun details page.
Fixes
- π fix the panic error in dashboard proxy #3581
- π Add missing API root for external logs requests #3614
- π Fix global namespaces dropdown loading styles #3624
Misc
- π¨ Move Dashboard theme definitions to the components package #3575
- π¨ Bump eslint-plugin-react from 7.35.0 to 7.35.2 #3582
- π¨ Bump vite from 5.4.2 to 5.4.3 #3584
- π¨ Bump eslint-plugin-import from 2.29.1 to 2.30.0 #3585
- π¨ Bump cypress from 13.14.1 to 13.14.2 #3586
- π¨ Update peerDependencies to allow react-router-dom v5 #3587
- π¨ Bump sass-embedded from 1.77.8 to 1.78.0 #3583
- π¨ Bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0 #3589
- π¨ Bump msw from 2.4.1 to 2.4.2 #3590
- π¨ Bump msw from 2.4.2 to 2.4.4 #3592
- π¨ Bump @uiw/react-codemirror from 4.23.0 to 4.23.1 #3591
- π¨ Bump react-router-dom from 6.26.1 to 6.26.2 #3593
- π¨ Bump body-parser and express #3594
- π¨ Bump msw from 2.4.4 to 2.4.5 #3595
- π¨ Bump @uiw/react-codemirror from 4.23.1 to 4.23.2 #3597
- π¨ Bump vite from 5.4.3 to 5.4.4 #3596
- π¨ Bump Storybook from 8.2.9 to 8.3.0 #3598
- π¨ Bump send from 0.18.0 to 0.19.0 #3599
- π¨ Bump eslint-plugin-react from 7.35.2 to 7.36.1 #3603
- π¨ Update path-to-regexp #3601
- π¨ Remove unnecessary eslint ignores #3602
- π¨ Bump vite from 5.4.4 to 5.4.5 #3604
- π¨ Bump @vitest/coverage-istanbul from 2.0.5 to 2.1.0 #3605
- π¨ Bump k8s.io/client-go from 0.31.0 to 0.31.1 #3612
- π¨ Bump @vitest/coverage-istanbul from 2.1.0 to 2.1.1 #3608
- π¨ Bump msw from 2.4.5 to 2.4.7 #3609
- π¨ Bump @carbon/react from 1.65.0 to 1.66.0 #3610
- π¨ Bump msw from 2.4.7 to 2.4.9 #3626
- π¨ Bump vite from 5.4.5 to 5.4.7 #3628
- π¨ Bump the storybook group across 1 directory with 11 updates #3629
- π¨ Bump jsdom from 25.0.0 to 25.0.1 #3627
- π¨ Bump eslint from 8.57.0 to 8.57.1 #3618
- π¨ Bump sass-embedded from 1.78.0 to 1.79.3 #3630
- π¨ Reduce flakiness in create and edit E2E tests #3621
- π¨ Pin images used for the release pipeline #3622
- π¨ Replace the deprecated
element
prop withas
in Carbon components #3625 - π¨ Update npmignore to exclude additional Storybook files #3623
- π¨ Update publish task to work with latest koparse image #3631
- π¨ Update Node.js version to 20.17 #3632
- π¨ Update E2E to use new base image with Node.js 20.17 and Chrome 129 #3633
- π¨ Bump storybook-addon-remix-react-router from 3.0.0 to 3.0.1 #3636
- π¨ Bump react-intl from 6.6.8 to 6.7.0 #3637
- π¨ Bump @uiw/react-codemirror from 4.23.2 to 4.23.3 #3635
- π¨ Bump rollup from 4.21.0 to 4.22.4 #3638
- π¨ Bump the storybook group with 11 updates #3640
- π¨ Prepare for publishing images to GHCR #3634
- π¨ Update E2E tests to latest Triggers release #3641
- π¨ Fix the installer script #3642
- π¨ Ensure common styles for app theme don't leak to consumers #3639
- π¨ Bump eslint-plugin-storybook from 0.8.0 to 0.9.0 #3644
- π¨ Bump cypress from 13.14.2 to 13.15.0 #3647
- π¨ Bump vite from 5.4.7 to 5.4.8 #3645
- π¨ Update E2E tests to Pipelines v0.64 #3648
- π¨ Revert Carbon to 1.65 due to regression introduced in 1.66 #3649
- π¨ Bump tlds from 1.254.0 to 1.255.0 #3653
- π¨ Bump sass-embedded from 1.79.3 to 1.79.4 #3654
- π¨ Bump eslint-plugin-react from 7.36.1 to 7.37.0 #3655
- π¨ Bump the storybook group with 11 updates #3652
Docs
- π Add v0.50.0 to the releases doc #3580
Thanks
Thanks to these contributors who contributed to v0.51.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @TianxiangShen
Tekton Dashboard release v0.50.0
This Dashboard release supports Pipelines v0.59.x LTS, and v0.62.x LTS, and v0.63.x, as well as Triggers v0.28.x, and v0.29.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677ae546297367682597084f696246ebe9ee036032a4f5c56bbc8b6db5bb2dbb6ea5
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.50.0/release.yaml
REKOR_UUID=108e9186e8c5677ae546297367682597084f696246ebe9ee036032a4f5c56bbc8b6db5bb2dbb6ea5
# 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("gcr.io"))|.name + ":v0.50.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
Misc
- π¨ Add optional prop to PipelineRuns component for react-router v5 compatibility #3531
- π¨ Add custom DataTableSkeleton component to support display of filters #3533
- π¨ Bump the storybook group with 11 updates #3534
- π¨ Bump @vitest/coverage-istanbul from 2.0.4 to 2.0.5 #3535
- π¨ Bump react-router-dom from 6.25.1 to 6.26.0 #3536
- π¨ Bump msw from 2.3.4 to 2.3.5 #3537
- π¨ Update E2E tests to Pipelines v0.62.1 #3539
- π¨ Update Vite to 5.4 and Carbon to 1.63 #3540
- π¨ Bump cypress from 13.13.1 to 13.13.2 #3546
- π¨ Bump Storybook from 8.2.7 to 8.2.8 #3548
- π¨ Bump the storybook group across 1 directory with 11 updates #3549
- π¨ Bump eslint-plugin-cypress from 3.4.0 to 3.5.0 #3550
- π¨ Bump @carbon/react from 1.63.2 to 1.64.0 #3552
- π¨ Bump cypress from 13.13.2 to 13.13.3 #3551
- π¨ Bump @codemirror/legacy-modes from 6.4.0 to 6.4.1 #3554
- π¨ Bump react-router-dom from 6.26.0 to 6.26.1 #3556
- π¨ Bump k8s.io/client-go from 0.30.3 to 0.31.0 #3558
- π¨ Bump vite from 5.4.0 to 5.4.1 #3555
- π¨ Update E2E tests to Triggers v0.29.0 #3559
- π¨ Resolve a11y warning on tabs #3560
- π¨ Add router decorator to Trigger stories so they load correctly #3563
- π¨ Bump @carbon/react from 1.64.0 to 1.64.1 #3566
- π¨ Bump git-url-parse from 14.1.0 to 15.0.0 #3567
- π¨ Bump vite from 5.4.1 to 5.4.2 #3564
- π¨ Bump jsdom from 24.1.1 to 25.0.0 #3571
- π¨ Replace remaining use of useState in stories with useArgs #3568
- π¨ Convert more components to functional components #3569
- π¨ Bump cypress from 13.13.3 to 13.14.0 #3573
- π¨ Update E2E tests to Pipelines v0.63.0 #3574
- π¨ Bump cypress from 13.14.0 to 13.14.1 #3576
- π¨ Bump msw from 2.3.5 to 2.4.1 #3577
- π¨ Bump @carbon/react from 1.64.1 to 1.65.0 #3578
- π¨ npm audit fix - micromatch #3579
Docs
- π Add v0.49.0 LTS to the releases doc and remove the EOL v0.38.0 #3530
- π Add warning to tutorial about usage of read-write mode. #3541
Thanks
Thanks to these contributors who contributed to v0.50.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @wlynch
Tekton Dashboard release v0.49.0 LTS
This Dashboard release supports Pipelines v0.59.x LTS, and v0.62.x LTS, as well as Triggers v0.27.x LTS, and v0.28.x.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a7f589998a634e3da3ae8b2baec8911ab5605fcfd3acea21a448da34a2e126e8e
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.49.0/release.yaml
REKOR_UUID=24296fb24b8ad77a7f589998a634e3da3ae8b2baec8911ab5605fcfd3acea21a448da34a2e126e8e
# 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("gcr.io"))|.name + ":v0.49.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 displaying StepActions #3490
- β¨ Add support for disabling resource details links on extensions list pages #3489
- π¨ Action required: The
displayname
field in resource extensions is deprecated. Please update your extensions to usedisplayName
instead. Both are supported in parallel for now with the newdisplayName
taking precedence if both are found. Support for the deprecateddisplayname
will be removed in a future release.
- π¨ Action required: The
Misc
- π¨ Use react router's route handle functionality to remove duplicate containers #3481
- π¨ Bump the storybook group with 9 updates #3482
- π¨ Bump vite from 5.3.1 to 5.3.2 #3485
- π¨ Bump react-router-dom from 6.23.1 to 6.24.0 #3486
- π¨ Bump eslint-plugin-notice from 0.9.10 to 1.0.0 #3484
- π¨ Bump cypress from 13.11.0 to 13.12.0 #3488
- π¨ Bump sass-embedded from 1.66.1 to 1.77.5 #3487
- π¨ Bump @uiw/react-codemirror from 4.22.1 to 4.22.2 #3494
- π¨ Bump react-router-dom from 6.24.0 to 6.24.1 #3495
- π¨ Bump eslint-plugin-react from 7.34.2 to 7.34.3 #3496
- π¨ Bump vite from 5.3.2 to 5.3.3 #3497
- π¨ Bump @uiw/react-codemirror from 4.22.2 to 4.23.0 #3498
- π¨ Bump cypress from 13.12.0 to 13.13.0 #3499
- π¨ Fix rerun from PipelineRun details page #3500
- π¨ Bump k8s.io/client-go from 0.30.2 to 0.30.3 #3510
- π¨ Update to Carbon 11 #3501
- π¨ Bump prettier from 3.3.2 to 3.3.3 #3504
- π¨ Bump vitest and @vitest/coverage-istanbul #3512
- π¨ Bump Storybook from 8.1.11 to 8.2.5 #3513
- π¨ Bump jsdom from 24.1.0 to 24.1.1 #3514
- π¨ Bump git-url-parse from 14.0.0 to 14.1.0 #3515
- π¨ Bump react-router-dom from 6.24.1 to 6.25.1 #3517
- π¨ Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 #3516
- π¨ Fix the Storybook production build #3520
- π¨ Update E2E tests to latest Pipelines and Triggers releases #3521
- π¨ Bump the storybook group with 11 updates #3522
- π¨ Bump vite from 5.3.3 to 5.3.5 #3523
- π¨ Bump tlds from 1.253.0 to 1.254.0 #3524
- π¨ Bump eslint-plugin-react from 7.34.3 to 7.35.0 #3525
- π¨ Bump cypress from 13.13.0 to 13.13.1 #3527
- π¨ Bump msw from 2.3.1 to 2.3.4 #3529
- π¨ Bump eslint-plugin-cypress from 3.3.0 to 3.4.0 #3528
Docs
- π Add v0.48.0 to the releases doc #3480
- π Update kind walk-through to Kubernetes 1.30 #3491
- π Update obsolete link in kind walk-through #3507
- π Update images in kind walk-through #3508
- π docs: fix logs persistence walkthrough broken url #3519
Thanks
Thanks to these contributors who contributed to v0.49.0!
- β€οΈ @AlanGreene
- β€οΈ @briangleeson
- β€οΈ @dependabot[bot]
- β€οΈ @lucianocarvalho
Tekton Dashboard release v0.48.0
This Dashboard release supports Pipelines v0.56.x LTS, v0.59.x LTS, and v0.61.x, as well as Triggers v0.26.x LTS, and v0.27.x LTS.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a380e78207331c703e3e31be18879ae9234fdc41531f48476336ab0f42402c72f
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.48.0/release.yaml
REKOR_UUID=24296fb24b8ad77a380e78207331c703e3e31be18879ae9234fdc41531f48476336ab0f42402c72f
# 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("gcr.io"))|.name + ":v0.48.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
Misc
- π¨ Bump the storybook group with 9 updates #3433
- π¨ Bump carbon-components-react from 7.59.22 to 7.59.23 #3436
- π¨ Bump @carbon/icons-react from 10.49.4 to 10.49.5 #3434
- π¨ Bump @vitejs/plugin-react-swc from 3.6.0 to 3.7.0 #3435
- π¨ Remove react-hot-loader #3437
- π¨ Bump Storybook to v8.1.4 #3438
- π¨ Resolve warnings in the integration tests #3439
- π¨ Fix tests that were intermittently failing in CI #3441
- π¨ Update E2E tests to Pipelines v0.60.1 #3442
- π¨ Refactor Header and SideNav for easier packaging as a static route #3440
- π¨ Bump the storybook group with 9 updates #3444
- π¨ Bump eslint-plugin-react from 7.34.1 to 7.34.2 #3445
- π¨ Bump @uiw/react-codemirror from 4.21.25 to 4.22.1 #3446
- π¨ Bump react-intl from 6.6.6 to 6.6.8 #3447
- π¨ Switch chainguard images to alternative Alpine-based images #3449
- π¨ Bump Storybook from v8.1.5 to v8.1.6 #3450
- π¨ Bump msw from 2.3.0 to 2.3.1 #3451
- π¨ Bump eslint-plugin-cypress from 3.1.1 to 3.3.0 #3452
- π¨ Bump @formatjs/cli from 6.2.10 to 6.2.12 #3454
- π¨ Bump jsdom from 24.0.0 to 24.1.0 #3453
- π¨ Bump braces from 3.0.2 to 3.0.3 #3455
- π¨ Bump k8s.io/client-go from 0.30.1 to 0.30.2 #3457
- π¨ Bump @carbon/elements from 10.56.5 to 10.56.6 #3460
- π¨ Bump cypress from 13.8.1 to 13.11.0 #3461
- π¨ Bump tlds from 1.252.0 to 1.253.0 #3462
- π¨ Bump ws from 8.17.0 to 8.17.1 #3464
- π¨ Bump the storybook group with 9 updates #3459
- π¨ Update Node.js to 20.14 and Chrome to 126 #3466
- π¨ Update E2E tests to use latest base image version #3467
- π¨ Bump the storybook group with 9 updates #3471
- π¨ Bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 #3473
- π¨ Bump vite from 5.2.11 to 5.3.1 #3474
- π¨ Bump prettier from 3.2.5 to 3.3.2 #3472
- π¨ Use fully qualified image names #3469
- π¨ Update to use React Router data router APIs #3465
- π¨ Pass AbortSignal to fetch to allow for cancelling in-flight requests on navigation https://github.com/tektoncd/dashboard/ll/3475
- π¨ Update E2E tests to Pipelines v0.61.0 #3479
Docs
- π Add v0.47.0 to the releases doc #3432
Thanks
Thanks to these contributors who contributed to v0.48.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.47.0
This Dashboard release supports Pipelines v0.56.x LTS, v0.59.x LTS, and v0.60.x, as well as Triggers v0.26.x LTS, and v0.27.x LTS.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a9850dc31364b21bc2858592f30a543a529e52c2a936620de714b747050100af0
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.47.0/release.yaml
REKOR_UUID=24296fb24b8ad77a9850dc31364b21bc2858592f30a543a529e52c2a936620de714b747050100af0
# 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("gcr.io"))|.name + ":v0.47.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
Misc
- π¨ Update E2E base image #3398
- π¨ Run React jsx codemod to remove unnecessary
React
import #3399 - π¨ Bump the storybook group with 9 updates #3400
- π¨ Bump cypress from 13.8.0 to 13.8.1 #3402
- π¨ Bump carbon-components-react from 7.59.21 to 7.59.22 #3403
- π¨ Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 #3404
- π¨ Update vite config to use same transpilation target for dev as prod #3405
- π¨ Adopt CSS logical properties #3406
- π¨ Update E2E tests to Triggers v0.26.2 #3407
- π¨ Bump ejs from 3.1.9 to 3.1.10 #3408
- π¨ Update react-router-dom-v5-compat to latest version #3409
- π¨ Bump react-intl from 6.6.5 to 6.6.6 #3411
- π¨ Bump eslint-plugin-cypress from 2.15.1 to 3.1.1 #3412
- π¨ Bump the storybook group with 9 updates #3410
- π¨ Bump vite from 5.2.10 to 5.2.11 #3413
- π¨ Update E2E tests to Triggers v0.27.0 #3416
- π¨ Bump eslint-plugin-formatjs from 4.13.0 to 4.13.1 #3417
- π¨ Bump @formatjs/cli from 6.2.9 to 6.2.10 #3419
- π¨ Bump @carbon/themes from 10.55.4 to 10.55.5 #3420
- π¨ Bump @vitest/coverage-istanbul from 1.5.0 to 1.6.0 #3418
- π¨ Simplify API utils for constructing URLs #3421
- π¨ Remove obsolete extensions pages and related code #3422
- π¨ Update to React Router 6 #3423
- π¨ Bump the storybook group with 9 updates #3424
- π¨ Bump k8s.io/client-go from 0.30.0 to 0.30.1 #3429
- π¨ Bump msw from 2.2.14 to 2.3.0 #3425
- π¨ Bump eslint-plugin-formatjs from 4.13.1 to 4.13.3 #3427
- π¨ Update E2E tests to Pipelines v0.60.0 #3431
Docs
- π Add v0.46.0 to the releases doc and remove v0.35.x which is now EOL #3397
Thanks
Thanks to these contributors who contributed to v0.47.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.46.0 LTS
This Dashboard release supports Pipelines v0.56.x LTS, and v0.59.x LTS, as well as Triggers v0.24.x LTS, and v0.26.x LTS.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a3c34fd187617c15cbce60e285369c1cee1e595f204942f960494c8b25022cdbc
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.46.0/release.yaml
REKOR_UUID=24296fb24b8ad77a3c34fd187617c15cbce60e285369c1cee1e595f204942f960494c8b25022cdbc
# 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("gcr.io"))|.name + ":v0.46.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
Misc
- π¨ Ensure getInstallProperties always returns a value #3363
- π¨ Bump the storybook group with 9 updates #3364
- π¨ Bump vite from 5.1.5 to 5.2.6 #3368
- π¨ Bump msw from 2.2.6 to 2.2.10 #3366
- π¨ Bump @uiw/react-codemirror from 4.21.24 to 4.21.25 #3367
- π¨ Bump @vitest/coverage-istanbul from 1.3.1 to 1.4.0 #3365
- π¨ Update to go 1.22 #3361
- π¨ Bump express from 4.18.3 to 4.19.2 #3369
- π¨ Bump the storybook group with 9 updates #3370
- π¨ Bump tlds from 1.251.0 to 1.252.0 #3372
- π¨ Bump react-intl from 6.6.2 to 6.6.4 #3374
- π¨ Bump vite from 5.2.6 to 5.2.7 #3373
- π¨ Bump @formatjs/cli from 6.2.7 to 6.2.9 #3371
- π¨ Bump the storybook group with 9 updates #3376
- π¨ Bump eslint-plugin-react from 7.34.0 to 7.34.1 #3377
- π¨ Bump msw from 2.2.10 to 2.2.13 #3380
- π¨ Bump vite from 5.2.7 to 5.2.8 #3379
- π¨ Bump react-intl from 6.6.4 to 6.6.5 #3378
- π¨ Bump the storybook group with 9 updates #3382
- π¨ Bump @codemirror/legacy-modes from 6.3.3 to 6.4.0 #3383
- π¨ Bump @vitest/coverage-istanbul from 1.4.0 to 1.5.0 #3384
- π¨ Bump eslint-plugin-formatjs from 4.12.2 to 4.13.0 #3385
- π¨ Bump cypress from 13.7.0 to 13.8.0 #3390
- π¨ Bump vite from 5.2.8 to 5.2.10 #3394
- π¨ Bump msw from 2.2.13 to 2.2.14 #3392
- π¨ Bump golang.org/x/net from 0.19.0 to 0.23.0 #3387
- π¨ Bump elkjs from 0.9.2 to 0.9.3 #3391
- π¨ Update k8s.io/client-go to 0.30.0 #3395
- π¨ Update tests to Pipelines v0.59.0 #3396
Docs
- π Add v0.45.0 to the release docs and remove EOL v0.44.0 #3358
- π Update dev docs to clarify API is for Dashboard's own use only #3362
Thanks
Thanks to these contributors who contributed to v0.46.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.45.0
This Dashboard release supports Pipelines v0.53.x LTS, v0.56.x LTS, and v0.58.x, as well as Triggers v0.24.x LTS, and v0.26.x LTS.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77aa41c61f7c07232ea24386f052cd4c8275ed2269494d7fd1dc63e7a655ceb63d8
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.45.0/release.yaml
REKOR_UUID=24296fb24b8ad77aa41c61f7c07232ea24386f052cd4c8275ed2269494d7fd1dc63e7a655ceb63d8
# 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("gcr.io"))|.name + ":v0.45.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 configuring default namespace #3334
- Add the ability to configure the default namespace selected in the UI instead of 'All Namespaces' when the user visits the application root (i.e.
/
).
- Add the ability to configure the default namespace selected in the UI instead of 'All Namespaces' when the user visits the application root (i.e.
- β¨ Add support for displayName from childReferences #3345
- Add support for matrix task display names. When a
displayName
is set on a matrix task, the Dashboard will now retrieve that value from the PipelineRun status if present and display it in the task tree instead of the pipeline task name which would be the same for all instances of that matrix task. This makes it easier for users to differentiate between instances of the task without having to inspect the params or logs. - This feature requires Pipelines v0.58.0 or newer.
- Add support for matrix task display names. When a
Misc
- π¨ Bump the storybook group with 10 updates #3328
- π¨ Bump @uiw/react-codemirror from 4.21.21 to 4.21.24 #3330
- π¨ Bump cypress from 13.6.4 to 13.6.6 #3331
- π¨ Bump dotenv from 16.4.1 to 16.4.5 #3332
- π¨ Bump go.uber.org/zap from 1.26.0 to 1.27.0 #3333
- π¨ Bump tlds from 1.248.0 to 1.250.0 #3329
- π¨ Bump @vitest/coverage-istanbul from 1.3.0 to 1.3.1 #3335
- π¨ Bump elkjs from 0.9.1 to 0.9.2 #3339
- π¨ Bump vite from 5.0.12 to 5.1.4 #3336
- π¨ Bump eslint from 8.56.0 to 8.57.0 #3338
- π¨ Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 #3337
- π¨ Bump tlds from 1.250.0 to 1.251.0 #3340
- π¨ Bump msw from 2.2.1 to 2.2.3 #3343
- π¨ Bump eslint-plugin-formatjs from 4.11.3 to 4.12.2 #3341
- π¨ Bump vite from 5.1.4 to 5.1.5 #3342
- π¨ Bump eslint-plugin-react from 7.33.2 to 7.34.0 #3344
- π¨ Update Storybook to v8.0.0 #3347
- π¨ Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #3349
- π¨ Bump msw from 2.2.3 to 2.2.6 #3351
- π¨ Bump @carbon/elements from 10.56.4 to 10.56.5 #3352
- π¨ Bump carbon-components-react from 7.59.20 to 7.59.21 #3353
- π¨ Bump cypress from 13.6.6 to 13.7.0 #3354
- π¨ Bump k8s.io/client-go from 0.29.2 to 0.29.3 #3355
- π¨ Update tests to Pipelines v0.58.0 #3357
Docs
- π Add v0.44.0 to the releases doc #3326
Thanks
Thanks to these contributors who contributed to v0.45.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.44.0
This Dashboard release supports Pipelines v0.53.x LTS, and v0.56.x LTS, and v0.57.x, as well as Triggers v0.24.x LTS, and v0.26.x LTS.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77ac717b5d5f9a8be7617822efc729f4f09ed34c26ef61ad6fb7c74fbca6ea28c6c
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.44.0/release.yaml
REKOR_UUID=24296fb24b8ad77ac717b5d5f9a8be7617822efc729f4f09ed34c26ef61ad6fb7c74fbca6ea28c6c
# 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("gcr.io"))|.name + ":v0.44.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
Breaking changes
-
π¨ Remove the deprecated single namespace mode #3299
This was deprecated in v0.39.0 and replaced with the ability to restrict the Dashboard to a list of namespaces instead of just a single one. The legacy config was planned for removal after October 2023, and is now being removed in this release.
If you're still using the legacy
--tenant-namespace
flag, rename it to--tenant-namespaces
to maintain the existing behaviour. The new flag supports a comma-separated list of namespaces.
Fixes
- π Fix for Create PipelineRun specifying ServiceAccount with v1 API #3286
Misc
- π¨ Bump cypress from 13.6.2 to 13.6.3 #3275
- π¨ Bump carbon-components-react from 7.59.19 to 7.59.20 #3276
- π¨ Bump @formatjs/cli from 6.2.4 to 6.2.7 #3277
- π¨ Bump the storybook group with 9 updates #3278
- π¨ Bump rollup-plugin-visualizer from 5.11.0 to 5.12.0 #3279
- π¨ Update prettier to latest release #3281
- π¨ Update to vite 5 #3282
- π¨ Add Dockerfile for e2e base image #3284
- π¨ Bump the storybook group with 9 updates #3287
- π¨ Bump msw from 2.1.2 to 2.1.6 #3292
- π¨ Bump react-intl from 6.6.1 to 6.6.2 #3288
- π¨ Update E2E tests to use Node.js 20 and Chrome 121 #3294
- π¨ Bump dotenv from 16.3.1 to 16.4.1 #3289
- π¨ Update to Node.js 20 #3283
- π¨ Update Storybook to latest release #3296
- π¨ Update tests to Triggers v0.26.0 #3293
- π¨ Bump the storybook group with 10 updates #3305
- π¨ Bump jsdom from 23.0.0 to 24.0.0 #3307
- π¨ Bump @carbon/elements from 10.56.3 to 10.56.4 #3308
- π¨ Bump @vitejs/plugin-react-swc from 3.5.0 to 3.6.0 #3306
- π¨ Fix year in copyright header #3298
- π¨ Fix typo in container registry auth step #3303
- π¨ Update tests to latest Triggers release #3304
- π¨ Add definitions used to release the E2E base image #3300
- π¨ Update E2E tests to latest Pipelines release #3309
- π¨ Add support for updated resourceTemplates field in future Triggers release #3310
- π¨ Bump the storybook group with 10 updates #3313
- π¨ Bump eslint-plugin-storybook from 0.6.15 to 0.8.0 #3314
- π¨ Bump @vitest/coverage-istanbul from 1.0.2 to 1.3.0 #3316
- π¨ Bump cypress from 13.6.3 to 13.6.4 #3318
- π¨ Bump k8s.io/client-go from 0.29.1 to 0.29.2 #3321
- π¨ Bump prettier from 3.2.4 to 3.2.5 #3315
- π¨ Add missing copyright headers to release YAML files #3312
- π¨ Bump msw from 2.1.6 to 2.2.1 #3319
- π¨ Bump linkify-it from 4.0.1 to 5.0.0 #3317
- π¨ Update eslint-plugin-jsx-a11y to latest version #3322
- π¨ Bump ip from 2.0.0 to 2.0.1 #3324
- π¨ Update tests to latest Pipelines release #3325
Docs
- π Add v0.43.x to the releases doc #3273
- π Add v0.43.1 LTS to the releases doc #3295
- π Update release process doc to use the cherrypicker plugin for patch releases #3301
- π Update kind walk-through to Kubernetes 1.27 #3302
- π Document process for updating the Dashboard on dogfooding #3311
Thanks
Thanks to these contributors who contributed to v0.44.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard release v0.43.1 LTS
This Dashboard LTS release supports Pipelines v0.53.x LTS, and v0.56.x LTS, as well as Triggers v0.24.x LTS, and v0.25.x.
Attestation
The Rekor UUID for this release is 24296fb24b8ad77a095cf37815542fd2091234a701df065717fa4d6609d9c6b5fd42e00014277702
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.43.1/release.yaml
REKOR_UUID=24296fb24b8ad77a095cf37815542fd2091234a701df065717fa4d6609d9c6b5fd42e00014277702
# 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("gcr.io"))|.name + ":v0.43.1@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
Fixes
- π Fix for Create PipelineRun specifying ServiceAccount with v1 API #3291
Thanks
Thanks to these contributors who contributed to v0.43.1!
- β€οΈ @AlanGreene