github tektoncd/dashboard v0.46.0
Tekton Dashboard release v0.46.0 LTS

16 days ago

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.

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!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.