github tektoncd/dashboard v0.53.0
Tekton Dashboard release v0.53.0

15 days ago

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 to 7834808 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 to 7834808 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 to ae7c952 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 to 6547e65 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 to 6547e65 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 to 27b5052 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!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.