github tektoncd/dashboard v0.56.0
Tekton Dashboard v0.56.0

6 days ago

This Dashboard release supports Pipelines v0.68.x LTS and v0.70.x, as well as Triggers v0.31.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a10aea04a70e30db583d00eb99dfd9fe2fed4cd26d827211d11df085e58268afb

Verify that all container images in the release file are in the attestation:

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.56.0/release.yaml
REKOR_UUID=108e9186e8c5677a10aea04a70e30db583d00eb99dfd9fe2fed4cd26d827211d11df085e58268afb

# 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.56.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

  • 🔨 Fix dashboard-utils import issue #4031
  • 🔨 Bump @uiw/react-codemirror from 4.23.9 to 4.23.10 #4026
  • 🔨 Bump the storybook group across 1 directory with 11 updates #4027
  • 🔨 Bump @carbon/charts-react from 1.22.19 to 1.23.0 #4028
  • 🔨 Bump eslint-plugin-storybook from 0.11.3 to 0.11.4 #4029
  • 🔨 Update E2E tests to Pipelines v0.69 #4030
  • 🔨 Bump github/codeql-action from 3.28.10 to 3.28.11 #4032
  • 🔨 Bump the all group across 2 directories with 2 updates #4033
  • 🔨 Bump the vitest group across 1 directory with 2 updates #4034
  • 🔨 Bump eslint-config-prettier from 10.0.2 to 10.1.1 #4035
  • 🔨 Bump vite from 6.2.0 to 6.2.1 #4036
  • 🔨 Reduce manual steps required to publish npm packages #4037
  • 🔨 Bump golang.org/x/net from 0.33.0 to 0.36.0 #4038
  • 🔨 Bump the all group across 3 directories with 3 updates #4041
  • 🔨 Bump vite from 6.2.1 to 6.2.2 #4044
  • 🔨 Bump @codemirror/legacy-modes from 6.4.3 to 6.5.0 #4045
  • 🔨 Bump elkjs from 0.9.3 to 0.10.0 #4046
  • 🔨 Bump the storybook group across 1 directory with 11 updates #4042
  • 🔨 npm audit fix #4049
  • 🔨 Update GitHub Actions to use go.mod to identify correct go version #4051
  • 🔨 Update E2E tests to Pipelines v0.69.1 #4052
  • 🔨 Bump @carbon/react from 1.77.0 to 1.78.2 #4050
  • 🔨 Update to golang 1.24 #4053
  • 🔨 Bump the k8s group with 2 updates #4048
  • 🔨 Bump the vitest group across 1 directory with 2 updates #4054
  • 🔨 Bump sass-embedded from 1.85.1 to 1.86.0 #4056
  • 🔨 Bump eslint-plugin-storybook from 0.11.4 to 0.11.6 #4057
  • 🔨 Bump cypress from 14.1.0 to 14.2.0 in /packages/e2e #4058
  • 🔨 Bump @vitejs/plugin-react-swc from 3.8.0 to 3.8.1 #4055
  • 🔨 Bump golang.org/x/oauth2 from v0.23.0 to v0.28.0 #4059
  • 🔨 Bump the all group across 3 directories with 4 updates #4060
  • 🔨 Bump actions/setup-go from 5.3.0 to 5.4.0 #4061
  • 🔨 Bump actions/setup-node from 4.2.0 to 4.3.0 #4062
  • 🔨 Bump github/codeql-action from 3.28.11 to 3.28.12 #4063
  • 🔨 Bump actions/upload-artifact from 4.6.1 to 4.6.2 #4064
  • 🔨 Bump the storybook group across 1 directory with 11 updates #4065
  • 🔨 Bump @formatjs/cli from 6.6.1 to 6.6.2 #4067
  • 🔨 Bump eslint-plugin-prettier from 5.2.3 to 5.2.4 #4068
  • 🔨 Bump vite from 6.2.2 to 6.2.3 #4069
  • 🔨 Bump the storybook group across 1 directory with 11 updates #4072
  • 🔨 Bump eslint-plugin-prettier from 5.2.4 to 5.2.5 #4075
  • 🔨 Bump @formatjs/cli from 6.6.2 to 6.6.3 #4073
  • 🔨 Bump eslint-plugin-storybook from 0.11.6 to 0.12.0 #4076
  • 🔨 Bump typescript from 5.2.2 to 5.7.3 #4077
  • 🔨 Bump react-intl from 7.1.6 to 7.1.10 #4074
  • 🔨 Fix image SHA used in release pipeline check-github-release step #4078
  • 🔨 Update release pipeline to use remote resolution #4079
  • 🔨 Consume gcs-upload bundle from GHCR instead of GCR #4080
  • 🔨 Bump the storybook group across 1 directory with 11 updates #4081
  • 🔨 Bump cypress from 14.2.0 to 14.2.1 in /packages/e2e #4083
  • 🔨 Bump @carbon/react from 1.78.2 to 1.79.0 #4082
  • 🔨 Update E2E tests to Pipelines v0.70.0 #4084

Docs

  • 📖 Add v0.55.0 to the releases doc #4025

Thanks

Thanks to these contributors who contributed to v0.56.0!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.