This Dashboard release supports Pipelines v1.9.x LTS, v1.10.x, and Triggers v0.34.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677aac5f53502c463c06f272b666c61721f3368ba5798ee7d6c33dfee1ba71859b8c
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.66.0/release.yaml
REKOR_UUID=108e9186e8c5677aac5f53502c463c06f272b666c61721f3368ba5798ee7d6c33dfee1ba71859b8c
# 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.66.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 step-security/harden-runner from 2.14.0 to 2.14.1 #4733
- 🔨 Bump github/codeql-action from 4.31.11 to 4.32.0 #4734
- 🔨 Bump the all group across 3 directories with 3 updates #4735
- 🔨 Bump @formatjs/cli from 6.12.0 to 6.12.1 #4737
- 🔨 Bump the storybook group across 1 directory with 6 updates #4736
- 🔨 Bump @carbon/react from 1.99.0 to 1.100.0 #4740
- 🔨 Bump @eslint/compat from 2.0.1 to 2.0.2 #4739
- 🔨 Bump globals from 17.1.0 to 17.3.0 #4738
- 🔨 Update use of actions from plumbing to specify branch in comment #4742
- 🔨 Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 #4743
- 🔨 Bump github/codeql-action from 4.32.0 to 4.32.2 #4744
- 🔨 Bump the all group across 2 directories with 2 updates #4745
- 🔨 Bump step-security/harden-runner from 2.14.1 to 2.14.2 #4746
- 🔨 Bump the storybook group across 1 directory with 6 updates #4747
- 🔨 Bump @vitejs/plugin-react-swc from 4.2.2 to 4.2.3 #4749
- 🔨 Bump msw from 2.12.7 to 2.12.9 #4750
- 🔨 Bump @formatjs/cli from 6.12.1 to 6.12.2 #4753
- 🔨 Bump jsdom from 27.4.0 to 28.0.0 #4751
- 🔨 Bump cypress from 15.9.0 to 15.10.0 in /packages/e2e #4754
- 🔨 Use buildx version from GitHub Actions runner image #4758
- 🔨 Update E2E tests to Triggers v0.35.0 #4756
- 🔨 Bump qs from 6.14.1 to 6.14.2 in /packages/e2e #4757
- 🔨 Bump the k8s group with 2 updates #4759
- 🔨 Bump github/codeql-action from 4.32.2 to 4.32.3 #4760
- 🔨 Bump the all group across 2 directories with 2 updates #4761
- 🔨 Bump msw from 2.12.9 to 2.12.10 #4763
- 🔨 Bump @carbon/react from 1.100.0 to 1.101.0 #4766
- 🔨 Bump the storybook group across 1 directory with 6 updates #4762
- 🔨 Bump eslint from 9.39.1 to 9.39.2 #4764
- 🔨 Bump jsdom from 28.0.0 to 28.1.0 #4765
- 🔨 Bump systeminformation from 5.29.1 to 5.31.1 in /packages/e2e #4767
- 🔨 Bump github/codeql-action from 4.32.3 to 4.32.4 #4768
- 🔨 Bump actions/dependency-review-action from 4.8.2 to 4.8.3 #4769
- 🔨 Bump the all group across 2 directories with 2 updates #4770
- 🔨 Bump the storybook group across 1 directory with 6 updates #4771
- 🔨 Bump eslint-plugin-cypress from 5.2.0 to 6.1.0 #4772
- 🔨 Bump @formatjs/cli from 6.12.2 to 6.13.0 #4775
- 🔨 Bump eslint from 9.39.2 to 9.39.3 #4774
- 🔨 Update E2E tests to Pipelines v1.9.1 #4777
- 🔨 Update rollup-plugin-visualizer to v7.0.0 #4778
- 🔨 ci: replace individual fan-in with unified CI summary job #4779
- 🔨 Update rollup and minimatch #4780
- 🔨 Update E2E tests to Pipelines v1.10.0 #4781
Docs
- 📖 Add v0.65.0 to the releases doc #4741
Thanks
Thanks to these contributors who contributed to v0.66.0!
- ❤️ @AlanGreene
- ❤️ @dependabot[bot]
- ❤️ @vdemeester