Skip to content

Tekton Dashboard release v0.53.0

Latest
Compare
Choose a tag to compare
@AlanGreene AlanGreene released this 05 Dec 13:23
· 18 commits to main since this release

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!