github tektoncd/dashboard v0.72.0

5 hours ago

Tekton Dashboard v0.72.0

This Dashboard release supports Pipelines v1.15.x LTS, v1.16.x, and Triggers v0.37.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677ad434e31fcb14baca7c02a39bcfd364d7a6bb2e8c918f8f5ddfd8bb86b7ce9bde

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.72.0/release.yaml
REKOR_UUID=108e9186e8c5677ad434e31fcb14baca7c02a39bcfd364d7a6bb2e8c918f8f5ddfd8bb86b7ce9bde

# 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.72.0@sha256:" + .digest.sha256')

# Download the release file
curl -s -L "$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 dompurify from 3.4.12 to 3.4.13 #5167
  • 🔨 Bump the all group across 3 directories with 2 updates #5169
  • 🔨 Bump the storybook group across 1 directory with 6 updates #5170
  • 🔨 Bump vite from 8.2.0 to 8.2.1 #5171
  • 🔨 Bump js-yaml from 4.3.0 to 4.3.1 #5168
  • 🔨 Bump globals from 17.8.0 to 17.9.0 #5173
  • 🔨 Bump @formatjs/cli from 6.16.14 to 6.16.16 #5174
  • 🔨 Bump step-security/harden-runner from 2.20.0 to 2.20.1 #5178
  • 🔨 Bump @carbon/charts-react from 1.27.16 to 1.27.18 #5175
  • 🔨 Bump the codeql group with 4 updates #5177
  • 🔨 Bump cypress from 15.19.0 to 15.20.0 in /packages/e2e #5176
  • 🔨 Update dependencies #5179
  • 🔨 Switch from SWC to Oxc #5180
  • 🔨 Bump the all group across 2 directories with 1 update #5181
  • 🔨 Bump the storybook group across 1 directory with 6 updates #5182
  • 🔨 Bump eslint-plugin-cypress from 6.4.3 to 6.4.4 #5186
  • 🔨 Bump the codeql group with 4 updates #5188
  • 🔨 Bump cypress from 15.20.0 to 15.20.1 in /packages/e2e #5187
  • 🔨 Bump sass-embedded from 1.100.0 to 1.102.0 #5185
  • 🔨 Bump globals from 17.9.0 to 17.11.0 #5184
  • 🔨 Bump @carbon/react from 1.113.0 to 1.114.0 #5183
  • 🔨 Bump the storybook group across 1 directory with 6 updates #5191
  • 🔨 Bump rollup-plugin-visualizer from 7.0.1 to 7.1.1 #5193
  • 🔨 Bump react-router-dom from 6.30.4 to 6.30.6 #5195
  • 🔨 Bump the k8s group with 2 updates #5190
  • 🔨 Bump @vitejs/plugin-react from 6.0.5 to 6.1.0 #5196
  • 🔨 Bump vite from 8.2.1 to 8.2.2 #5197
  • 🔨 Bump cypress from 15.20.1 to 15.21.0 in /packages/e2e #5198
  • 🔨 Bump @formatjs/cli from 6.16.16 to 6.16.19 #5194
  • 🔨 Bump step-security/harden-runner from 2.20.1 to 2.21.0 #5199
  • 🔨 Bump the vitest group across 1 directory with 2 updates #5192
  • 🔨 Update E2E tests to Triggers v0.37.0 #5200
  • 🔨 Bump the k8s group with 2 updates #5202
  • 🔨 Bump @carbon/react from 1.114.0 to 1.115.0 #5203
  • 🔨 Bump @formatjs/cli from 6.16.19 to 6.16.20 #5205
  • 🔨 Bump sass-embedded from 1.102.0 to 1.103.1 #5206
  • 🔨 Bump cypress from 15.21.0 to 15.21.1 in /packages/e2e #5207
  • 🔨 Bump the codeql group with 4 updates #5208
  • 🔨 Bump the all group across 3 directories with 3 updates #5204
  • 🔨 Update E2E tests to Pipelines v1.16.0 #5209

Docs

  • 📖 Add v0.71.0 to the releases doc and remove EOL releases #5166

Thanks

Thanks to these contributors who contributed to v0.72.0!

Don't miss a new dashboard release

NewReleases is sending notifications on new releases.