Releases: tektoncd/dashboard
Tekton Dashboard v0.55.0
This Dashboard release supports Pipelines v0.68.x LTS, as well as Triggers v0.31.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677ace0c55e8190bca75cae335e090e8b4f7774c894932027cfe80b410419de3c031
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.55.0/release.yaml
REKOR_UUID=108e9186e8c5677ace0c55e8190bca75cae335e090e8b4f7774c894932027cfe80b410419de3c031
# 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.55.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 @carbon/react from 1.74.0 to 1.75.0 #3940
- π¨ Bump the storybook group with 11 updates #3938
- π¨ Bump react-router-dom from 6.28.2 to 6.29.0 #3939
- π¨ Bump actions/setup-node from 4.1.0 to 4.2.0 #3942
- π¨ Bump github/codeql-action from 3.28.5 to 3.28.8 #3943
- π¨ Bump google.com/cloudsdktool/cloud-sdk from 507.0.0 to 508.0.0 in /tekton in the all group across 1 directory #3941
- π¨ Bump @uiw/react-codemirror from 4.23.7 to 4.23.8 #3945
- π¨ Bump @vitest/coverage-istanbul from 3.0.4 to 3.0.5 #3946
- π¨ Add dependabot group for vitest #3947
- π¨ Bump @formatjs/cli from 6.5.1 to 6.6.0 #3948
- π¨ Bump google.com/cloudsdktool/cloud-sdk from 508.0.0 to 509.0.0 in /tekton in the all group across 1 directory #3949
- π¨ Update E2E tests to Triggers v0.31.0 #3950
- π¨ Bump vite from 6.0.11 to 6.1.0 #3951
- π¨ Bump react-intl from 7.1.5 to 7.1.6 #3955
- π¨ Bump @vitejs/plugin-react-swc from 3.7.2 to 3.8.0 #3954
- π¨ Bump the all group across 3 directories with 2 updates #3957
- π¨ Bump github/codeql-action from 3.28.8 to 3.28.9 #3958
- π¨ Bump prettier from 3.4.2 to 3.5.0 #3953
- π¨ Bump @formatjs/cli from 6.6.0 to 6.6.1 #3956
- π¨ Update stories related to Task component to include retries #3959
- π¨ Update browserslist #3960
- π¨ Bump the storybook group with 11 updates #3961
- π¨ Bump the storybook group with 11 updates #3963
- π¨ Bump sass-embedded from 1.83.4 to 1.85.0 #3964
- π¨ Bump @carbon/react from 1.75.0 to 1.76.0 #3966
- π¨ Bump @codemirror/legacy-modes from 6.4.2 to 6.4.3 #3965
- π¨ Bump prettier from 3.5.0 to 3.5.1 #3967
- π¨ Bump eslint-plugin-storybook from 0.11.2 to 0.11.3 #3968
- π¨ Bump git-url-parse from 16.0.0 to 16.0.1 #3969
- π¨ Bump the all group across 3 directories with 3 updates #3971
- π¨ Bump k8s.io/client-go from 0.32.1 to 0.32.2 #3973
- π¨ npm dedupe #3970
- π¨ Update log timestamp detection to support more formats #3962
- π¨ Update dependabot config #3974
- π¨ Fix dependabot config #3975
- π¨ Bump step-security/harden-runner from 2.10.4 to 2.11.0 #3976
- π¨ Bump @carbon/charts-react from 1.19.0 to 1.22.17 #3986
- π¨ Bump cypress from 13.16.0 to 14.0.3 in /packages/e2e #3989
- π¨ Bump the storybook group across 1 directory with 11 updates #3993
- π¨ Bump the vitest group across 1 directory with 2 updates #3994
- π¨ Bump @carbon/charts-react from 1.22.17 to 1.22.18 #3995
- π¨ Bump the storybook group across 1 directory with 11 updates #3997
- π¨ Bump vite from 6.1.0 to 6.1.1 #3999
- π¨ Bump github/codeql-action from 3.28.9 to 3.28.10 #4001
- π¨ Bump ossf/scorecard-action from 2.4.0 to 2.4.1 #4002
- π¨ Bump actions/upload-artifact from 4.6.0 to 4.6.1 #4003
- π¨ Bump msw from 2.7.0 to 2.7.1 #4006
- π¨ Bump the all group across 3 directories with 3 updates #4004
- π¨ Bump prettier from 3.5.1 to 3.5.2 #4005
- π¨ Bump the all group across 2 directories with 1 update #4007
- π¨ Bump msw from 2.7.1 to 2.7.2 #4008
- π¨ Bump the storybook group across 1 directory with 11 updates #4009
- π¨ Bump the vitest group across 1 directory with 2 updates #4010
- π¨ Bump eslint-config-prettier from 10.0.1 to 10.0.2 #4011
- π¨ Bump msw from 2.7.2 to 2.7.3 #4013
- π¨ Bump vite from 6.1.1 to 6.2.0 #4012
- π¨ Bump sass-embedded from 1.85.0 to 1.85.1 #4014
- π¨ Bump cypress from 14.0.3 to 14.1.0 in /packages/e2e #4015
- π¨ Bump react-router-dom from 6.29.0 to 6.30.0 #4017
- π¨ Bump @carbon/charts-react from 1.22.18 to 1.22.19 #4019
- π¨ Bump the storybook group across 1 directory with 11 updates #4016
- π¨ Bump @uiw/react-codemirror from 4.23.8 to 4.23.9 #4020
- π¨ Bump the all group across 2 directories with 2 updates #4021
- π¨ Bump @carbon/react from 1.76.0 to 1.77.0 #4018
- π¨ Bump tlds from 1.255.0 to 1.256.0 #4023
- π¨ Bump prettier from 3.5.2 to 3.5.3 #4024
Docs
- π Add Dashboard v0.54.0 LTS docs and remove the EOL v0.43.x LTS and v0.53.x #3937
Thanks
Thanks to these contributors who contributed to v0.55.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard v0.54.0 LTS
This Dashboard release supports Pipelines v0.68.x LTS, as well as Triggers v0.30.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a46e491fe93205e5aec1d7b27b2c53b2e6c7ff03de19166ac59e0a15cfa304675
Verify that all container images in the release file are in the attestation:
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 ht...
Tekton Dashboard release v0.53.0
This Dashboard release supports Pipelines v0.65.x LTS, and v0.66.x, as well as Triggers v0.30.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677abdcaf34cdb14d01b51c39bacb82d2cde36acd920542fbd0172c4a465381f63a1
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.53.0/release.yaml
REKOR_UUID=108e9186e8c5677abdcaf34cdb14d01b51c39bacb82d2cde36acd920542fbd0172c4a465381f63a1
# 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.53.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 google.com/cloudsdktool/cloud-sdk from 498.0.0 to 499.0.0 in /tekton #3725
- π¨ Bump sass-embedded from 1.80.4 to 1.80.6 #3728
- π¨ Bump react-intl from 6.8.4 to 6.8.5 #3729
- π¨ Bump wolfi-dev/git from
c07caa1
to7834808
in /tekton #3726 - π¨ Bump vite-plugin-svgr from 4.2.0 to 4.3.0 #3730
- π¨ Bump @formatjs/cli from 6.3.5 to 6.3.6 #3731
- π¨ Bump wolfi-dev/git from
c07caa1
to7834808
in /src/api/resources #3724 - π¨ Bump the storybook group with 11 updates #3727
- π¨ Bump eslint-plugin-storybook from 0.10.1 to 0.10.2 #3733
- π¨ Bump msw from 2.5.2 to 2.6.0 #3736
- π¨ Bump @formatjs/cli from 6.3.6 to 6.3.7 #3735
- π¨ Bump cypress/factory from
0c030c6
toae7c952
in /packages/e2e/base-image #3723 - π¨ Update vite watch config to ignore the storybook prod build #3732
- π¨ Bump react-intl from 6.8.5 to 6.8.6 #3734
- π¨ Bump @formatjs/cli from 6.3.7 to 6.3.8 #3741
- π¨ Bump react-intl from 6.8.6 to 6.8.7 #3739
- π¨ Bump the storybook group with 11 updates #3738
- π¨ Bump eslint-plugin-storybook from 0.10.2 to 0.11.0 #3742
- π¨ Update E2E tests to Pipelines v0.65.1 and Triggers v0.30.0 #3743
- π¨ npm audit fix to resolve reported issue with cookie package #3744
- π¨ Bump cypress from 13.15.1 to 13.15.2 #3745
- π¨ Bump msw from 2.6.0 to 2.6.2 #3746
- π¨ Bump react-router-dom from 6.27.0 to 6.28.0 #3748
- π¨ Bump @carbon/react from 1.69.0 to 1.70.0 #3740
- π¨ Bump @codemirror/legacy-modes from 6.4.1 to 6.4.2 #3747
- π¨ Adopt ComboBox selectedItem prop #3749
- π¨ Bump wolfi-dev/git from
7834808
to6547e65
in /src/api/resources #3750 - π¨ Bump @visx/event from 3.3.0 to 3.12.0 #3753
- π¨ Bump msw from 2.6.2 to 2.6.3 #3755
- π¨ Bump google.com/cloudsdktool/cloud-sdk from 499.0.0 to 500.0.0 in /tekton #3751
- π¨ Bump @visx/network from 3.3.0 to 3.12.0 #3754
- π¨ Bump wolfi-dev/git from
7834808
to6547e65
in /tekton #3752 - π¨ Bump msw from 2.6.3 to 2.6.4 #3758
- π¨ Group dependabot docker updates #3756
- π¨ Bump vite from 5.4.10 to 5.4.11 #3757
- π¨ Bump wolfi-dev/git from
6547e65
to27b5052
in /src/api/resources in the all group across 1 directory #3759 - π¨ Bump the all group across 2 directories with 2 updates #3760
- π¨ Bump the storybook group with 11 updates #3761
- π¨ Bump msw from 2.6.4 to 2.6.5 #3762
- π¨ Bump @vitest/coverage-istanbul from 2.1.4 to 2.1.5 #3763
- π¨ Bump sass-embedded from 1.80.6 to 1.81.0 #3764
- π¨ Bump react-intl from 6.8.7 to 6.8.8 #3765
- π¨ Run npm audit fix to resolve issue reported against cross-spawn #3766
- π¨ Bump k8s.io/client-go from 0.31.2 to 0.31.3 #3770
- π¨ Bump the storybook group with 11 updates #3771
- π¨ Bump @formatjs/cli from 6.3.8 to 6.3.11 #3773
- π¨ Bump msw from 2.6.5 to 2.6.6 #3774
- π¨ Bump the all group across 3 directories with 3 updates #3776
- π¨ Bump cypress from 13.15.2 to 13.16.0 #3775
- π¨ Remove React Query dev tools #3784
- π¨ Bump react-intl from 6.8.8 to 7.0.1 #3783
- π¨ Move remaining use of Tekton-produced images from gcr.io to ghcr.io #3785
- π¨ Bump @vitest/coverage-istanbul from 2.1.5 to 2.1.6 #3789
- π¨ Bump storybook-addon-remix-react-router from 3.0.1 to 3.0.2 #3787
- π¨ Bump prettier from 3.3.3 to 3.4.1 #3792
- π¨ Bump @vitejs/plugin-react-swc from 3.7.1 to 3.7.2 #3795
- π¨ Bump git-url-parse from 15.0.0 to 16.0.0 #3794
- π¨ Bump eslint-plugin-storybook from 0.11.0 to 0.11.1 #3798
- π¨ Bump the storybook group with 11 updates #3806
- π¨ Add dependency review workflow #3802
- π¨ Update security policy #3805
- π¨ Update CodeQL config #3801
- π¨ Add OpenSSF Scorecard workflow #3803
- π¨ Bump vite from 5.4.11 to 6.0.1 #3790
- π¨ Pin nvm version by SHA #3809
- π¨ Pin Cypress version #3810
- π¨ Remove E2E tests from npm workspaces #3813
- π¨ Bump sass-embedded from 1.81.0 to 1.81.1 #3815
- π¨ Bump dotenv from 16.4.5 to 16.4.6 #3816
- π¨ Update E2E tests to Pipelines v0.65.3 #3817
- π¨ Update E2E tests to Pipelines v0.66.0 #3822
- π¨ Bump dotenv from 16.4.6 to 16.4.7 #3819
- π¨ Bump sass-embedded from 1.81.1 to 1.82.0 #3820
- π¨ Bump prettier from 3.4.1 to 3.4.2 #3821
Docs
- π Add v0.52.0 to the releases doc #3722
Thanks
Thanks to these contributors who contributed to v0.53.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
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, 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]