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]