This Dashboard release supports Pipelines v0.68.x LTS, as well as Triggers v0.30.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677a46e491fe93205e5aec1d7b27b2c53b2e6c7ff03de19166ac59e0a15cfa304675
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.54.0/release.yaml
REKOR_UUID=108e9186e8c5677a46e491fe93205e5aec1d7b27b2c53b2e6c7ff03de19166ac59e0a15cfa304675
# 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.54.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 / action required
-
π¨ Improve release process and structure of release manifests #3841
Renamed and updated a number of ClusterRole and related ClusterRoleBinding or RoleBinding resources for improved clarity and to reduce unnecessary differences between the read-only and read-write installs.Action required: If upgrading from a previous Dashboard release, please remove the following resources after upgrade:
clusterrole/tekton-dashboard-backend
clusterrole/tekton-dashboard-tenant
clusterrolebinding/tekton-dashboard-backend
clusterrolebinding/tekton-dashboard-tenant
and if the Dashboard was installed with limited namespace visibility (i.e. using the
--tenant-namespaces
installer flag, or directly via the--namespaces
deployment arg):rolebinding/tekton-dashboard-tenant
in each of the tenant namespaces
These are no longer included in the install and should be removed to avoid unexpected behaviour or inadvertently granting unexpected permissions to the Dashboard's
ServiceAccount
. -
π¨ Remove the deprecated displayname field from Dashboard extensions #3920
Action required: Thedisplayname
field in Dashboard extensions is no longer supported, please rename todisplayName
. It was first deprecated in v0.49.0 LTS released in July 2024 and support is now removed.
Features
-
β¨ Improve log display #3768
Add timestamp toggle and log level filtering to the log viewer.
The log viewer now supports workflow command-style log levels in log output (e.g.::warning::This is an important messageβ¦
), allowing for filtering logs to hide unwanted noise, e.g. debug logs, by default. If no log level is detected, the line is treated asinfo
by default, but only lines with an explicitly set log level display the badge.Supported commands are:
::error::
,::warning::
,::notice::
,::info::
, and::debug::
-
β¨ Add support for log groups #3908
Add support for collapsible groups in the log viewer.
Log groups can be created using the::group::
and::endgroup::
commands.
Misc
- π¨ Bump the storybook group with 11 updates #3824
- π¨ Bump github/codeql-action from 3.24.9 to 3.27.6 #3826
- π¨ Bump @carbon/react from 1.70.0 to 1.72.0 #3825
- π¨ Bump @formatjs/cli from 6.3.11 to 6.3.12 #3827
- π¨ Bump msw from 2.6.6 to 2.6.8 #3828
- π¨ Bump react-intl from 7.0.1 to 7.0.2 #3829
- π¨ Bump cypress/factory from
18e5520
toece75e6
in /packages/e2e/base-image in the all group across 1 directory #3830 - π¨ Bump react-intl from 7.0.2 to 7.0.4 #3832
- π¨ Bump @formatjs/cli from 6.3.12 to 6.3.14 #3831
- π¨ Opt-in to Ubuntu 24.04 image for GitHub Actions #3833
- π¨ Add GitHub Actions workflow for E2E tests #3834
- π¨ Opt-in to Ubuntu 24.04 for E2E workflow #3835
- π¨ Remove unnecessary env files for E2E tests #3837
- π¨ Bump github/codeql-action from 3.27.6 to 3.27.7 #3838
- π¨ Bump sass-embedded from 1.82.0 to 1.83.0 #3845
- π¨ Bump the all group across 2 directories with 3 updates #3847
- π¨ Bump github/codeql-action from 3.27.7 to 3.27.9 #3846
- π¨ Update E2E tests to Triggers v0.30.1 #3863
- π¨ Update concurrency settings for E2E to cancel old PR-triggered runs #3836
- π¨ Ensure E2E test artifacts are uploaded on failure #3842
- π¨ Add GitHub Action for the PR build tests #3839
- π¨ Update PR workflow to include unit tests job #3840
- π¨ Add retest slash command #3849
- π¨ Fix retest slash command #3864
- π¨ Fix release task #3865
- π¨ Bump golang.org/x/net from v0.26.0 to v0.33.0 #3851
- π¨ Restrict permissions of the retest slash command #3866
- π¨ Bump msw from 2.6.8 to 2.7.0 #3853
- π¨ Bump react-window from 1.8.10 to 1.8.11 #3854
- π¨ Bump react-router-dom from 6.28.0 to 6.28.1 #3855
- π¨ Bump @uiw/react-codemirror from 4.23.6 to 4.23.7 #3856
- π¨ Bump the all group across 2 directories with 2 updates #3857
- π¨ Bump rollup-plugin-visualizer from 5.12.0 to 5.14.0 #3867
- π¨ Bump github/codeql-action from 3.27.9 to 3.28.0 #3859
- π¨ Bump actions/upload-artifact from 4.4.3 to 4.5.0 #3858
- π¨ Consolidate the CI workflows into a single workflow #3869
- π¨ Remove
followLogs
function #3870 - π¨ Make CHATOPS_TOKEN available to the reusable slash command workflows #3868
- π¨ Bump golangci-lint from 1.56.2 to 1.62.2 #3848
- π¨ Bump k8s.io/client-go from 0.31.3 to 0.32.0 #3843
- π¨ Bump @formatjs/cli from 6.3.14 to 6.3.15 #3871
- π¨ Bump react-intl from 7.0.4 to 7.1.0 #3872
- π¨ Bump sass-embedded from 1.83.0 to 1.83.1 #3873
- π¨ Bump the all group across 2 directories with 2 updates #3876
- π¨ Bump eslint-plugin-storybook from 0.11.1 to 0.11.2 #3875
- π¨ Bump eslint-plugin-react from 7.37.2 to 7.37.3 #3877
- π¨ Bump storybook-addon-remix-react-router from 3.0.2 to 3.1.0 #3878
- π¨ Bump jsdom from 25.0.1 to 26.0.0 #3879
- π¨ Bump the all group across 3 directories with 2 updates #3882
- π¨ Bump eslint-plugin-react from 7.37.3 to 7.37.4 #3883
- π¨ Re-enable golangci-lint #3884
- π¨ Run CodeQL workflow on all pushes #3885
- π¨ Bump the storybook group with 11 updates #3887
- π¨ Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 #3889
- π¨ Bump vitest and @vitest/coverage-istanbul #3890
- π¨ Bump sass-embedded from 1.83.1 to 1.83.4 #3891
- π¨ Bump react-router-dom from 6.28.1 to 6.28.2 #3888
- π¨ Bump eslint-config-prettier from 9.1.0 to 10.0.1 #3892
- π¨ Bump @carbon/react from 1.73.0 to 1.74.0 #3893
- π¨ Bump actions/upload-artifact from 4.5.0 to 4.6.0 #3894
- π¨ Bump the all group across 3 directories with 3 updates #3897
- π¨ Bump step-security/harden-runner from 2.10.2 to 2.10.3 #3896
- π¨ Bump @formatjs/cli from 6.3.15 to 6.4.0 #3898
- π¨ Bump github/codeql-action from 3.28.0 to 3.28.1 #3895
- π¨ Bump @vitest/coverage-istanbul from 3.0.1 to 3.0.2 #3899
- π¨ Bump react-intl from 7.1.0 to 7.1.1 #3900
- π¨ Bump @formatjs/cli from 6.4.0 to 6.4.2 #3902
- π¨ Bump k8s.io/client-go from 0.32.0 to 0.32.1 #3905
- π¨ Bump eslint-plugin-prettier from 5.2.2 to 5.2.3 #3904
- π¨ Add workflow to publish npm packages #3850
- π¨ Avoid script injection from PR head ref in publish workflow #3907
- π¨ Bump @formatjs/cli from 6.4.2 to 6.5.0 #3910
- π¨ Bump react-intl from 7.1.1 to 7.1.3 #3911
- π¨ Explicitly point at the public npm registry in the publish workflow #3913
- π¨ Bump @vitest/coverage-istanbul from 3.0.2 to 3.0.3 #3915
- π¨ Bump @formatjs/cli from 6.5.0 to 6.5.1 #3916
- π¨ Bump react-intl from 7.1.3 to 7.1.4 #3917
- π¨ npm dedupe #3919
- π¨ Define custom categories for the auto-generated release notes #3921
- π¨ Bump vite from 6.0.1 to 6.0.11 #3923
- π¨ Remove redundant category in generated release notes #3922
- π¨ Bump the storybook group with 11 updates #3924
- π¨ Bump @vitest/coverage-istanbul from 3.0.3 to 3.0.4 #3926
- π¨ Bump the all group across 3 directories with 3 updates #3929
- π¨ Bump react-intl from 7.1.4 to 7.1.5 #3928
- π¨ Bump the all group across 2 directories with 1 update #3931
- π¨ Bump actions/setup-go from 5.2.0 to 5.3.0 #3932
- π¨ Bump step-security/harden-runner from 2.10.2 to 2.10.4 #3933
- π¨ Bump github/codeql-action from 3.28.1 to 3.28.5 #3934
- π¨ Run slash command action on PR comments only #3930
- π¨ Bump the storybook group with 11 updates #3935
- π¨ Update E2E tests to Pipelines v0.68 #3936
Docs
- π Add v0.53.0 to the releases doc #3823
Thanks
Thanks to these contributors who contributed to v0.54.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]