✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryAdds a Restore button on log containers to open raw logs in a new tab or download them as a file.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds restore button on log containers to open raw logs or download as file. Adds restore button on log containers to open raw logs or download as file. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Feature | Low |
Supports Pipelines v1.12.x LTS, v1.13.x and Triggers v0.36.x LTS. Supports Pipelines v1.12.x LTS, v1.13.x and Triggers v0.36.x LTS. Source: granite4.1:30b@2026-06-02-audit Confidence: low |
— |
| Dependency | Low |
Bumps step-security/harden-runner from 2.13.1 to 2.19.4. Bumps step-security/harden-runner from 2.13.1 to 2.19.4. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Updates E2E tests to support Pipelines v1.13 and Triggers v0.36. Updates E2E tests to support Pipelines v1.13 and Triggers v0.36. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Bumps vite from 8.0.13 to 8.0.14. Bumps vite from 8.0.13 to 8.0.14. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Bumps @carbon/react from 1.107.1 to 1.108.0. Bumps @carbon/react from 1.107.1 to 1.108.0. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Bumps github/codeql-action from 4.35.5 to 4.36.0. Bumps github/codeql-action from 4.35.5 to 4.36.0. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Bumps docker/login-action from 4.1.0 to 4.2.0. Bumps docker/login-action from 4.1.0 to 4.2.0. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Dependency | Low |
Bumps docker/metadata-action from 6.0.0 to 6.1.0. Bumps docker/metadata-action from 6.0.0 to 6.1.0. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Fixes spacing between labels in resource details view. Fixes spacing between labels in resource details view. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Improves accessibility by avoiding animation rotation. Improves accessibility by avoiding animation rotation. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
This Dashboard release supports Pipelines v1.12.x LTS, v1.13.x, and Triggers v0.36.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a2dda5a24a9eec59afbf7be768c747f1b0a0b99e65d1e0ed78f24575e24fd7489
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.69.0/release.yaml
REKOR_UUID=108e9186e8c5677a2dda5a24a9eec59afbf7be768c747f1b0a0b99e65d1e0ed78f24575e24fd7489
# 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.69.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
Features
- ✨ Restore button on log containers to open raw logs in new tab or download logs as a file https://github.com/tektoncd/dashboard/pull/4966
Misc
- 🔨 Add kaushalnavneet as a reviewer https://github.com/tektoncd/dashboard/pull/4938
- 🔨 Bump @carbon/charts-react from 1.27.8 to 1.27.10 https://github.com/tektoncd/dashboard/pull/4948
- 🔨 Bump @formatjs/cli from 6.14.4 to 6.14.5 https://github.com/tektoncd/dashboard/pull/4943
- 🔨 Bump msw from 2.14.3 to 2.14.5 https://github.com/tektoncd/dashboard/pull/4944
- 🔨 Bump eslint-plugin-cypress from 6.4.0 to 6.4.1 https://github.com/tektoncd/dashboard/pull/4946
- 🔨 Bump vite from 8.0.10 to 8.0.11 https://github.com/tektoncd/dashboard/pull/4947
- 🔨 Bump @carbon/react from 1.106.0 to 1.107.1 https://github.com/tektoncd/dashboard/pull/4941
- 🔨 Bump github/codeql-action from 4.35.3 to 4.35.4 https://github.com/tektoncd/dashboard/pull/4940
- 🔨 Bump actions/dependency-review-action from 4.9.0 to 5.0.0 https://github.com/tektoncd/dashboard/pull/4939
- 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4942
- 🔨 Bump @eslint/compat from 2.0.5 to 2.1.0 https://github.com/tektoncd/dashboard/pull/4945
- 🔨 Bump the k8s group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4911
- 🔨 Bump systeminformation from 5.31.1 to 5.31.6 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4952
- 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/4955
- 🔨 Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4956
- 🔨 Bump @codemirror/legacy-modes from 6.5.2 to 6.5.3 https://github.com/tektoncd/dashboard/pull/4960
- 🔨 Bump msw from 2.14.5 to 2.14.6 https://github.com/tektoncd/dashboard/pull/4959
- 🔨 Bump @carbon/charts-react from 1.27.10 to 1.27.11 https://github.com/tektoncd/dashboard/pull/4962
- 🔨 Bump cypress from 15.14.2 to 15.15.0 in /packages/e2e https://github.com/tektoncd/dashboard/pull/4964
- 🔨 Bump yaml from 2.8.4 to 2.9.0 https://github.com/tektoncd/dashboard/pull/4957
- 🔨 Bump @vitejs/plugin-react-swc from 4.3.0 to 4.3.1 https://github.com/tektoncd/dashboard/pull/4958
- 🔨 Bump vite from 8.0.11 to 8.0.13 https://github.com/tektoncd/dashboard/pull/4961
- 🔨 Bump @formatjs/cli from 6.14.5 to 6.16.0 https://github.com/tektoncd/dashboard/pull/4963
- 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4970
- 🔨 Bump the k8s group with 2 updates https://github.com/tektoncd/dashboard/pull/4968
- 🔨 Bump step-security/harden-runner from 2.19.1 to 2.19.3 https://github.com/tektoncd/dashboard/pull/4967
- 🔨 Bump github/codeql-action from 4.35.4 to 4.35.5 https://github.com/tektoncd/dashboard/pull/4969
- 🔨 Bump eslint-import-resolver-node from 0.3.10 to 0.4.0 https://github.com/tektoncd/dashboard/pull/4971
- 🔨 Output release manifest URLs in release pipeline logs https://github.com/tektoncd/dashboard/pull/4953
- 🔨 Enable installer debug logs to investigate Power nightly test failures https://github.com/tektoncd/dashboard/pull/4954
- 🔨 Fix: Add spacing between labels in resource details https://github.com/tektoncd/dashboard/pull/4979
- 🔨 chore: re-enable harden-runner in nightly build https://github.com/tektoncd/dashboard/pull/4983
- 🔨 Bump docker/build-push-action from 7.1.0 to 7.2.0 https://github.com/tektoncd/dashboard/pull/4985
- 🔨 Bump step-security/harden-runner from 2.13.1 to 2.19.4 https://github.com/tektoncd/dashboard/pull/4986
- 🔨 Refactor TaskRunTabPanels to split components https://github.com/tektoncd/dashboard/pull/4965
- 🔨 Cleanup some minor issues in LabelsWithOverflow styles https://github.com/tektoncd/dashboard/pull/4980
- 🔨 Remove tab layout feature flag and unused code https://github.com/tektoncd/dashboard/pull/4966
- 🔨 Bump the all group across 2 directories with 2 updates https://github.com/tektoncd/dashboard/pull/4987
- 🔨 Accessibility fix: avoid animation rotation https://github.com/tektoncd/dashboard/pull/4982
- 🔨 chore: print tool versions while installing https://github.com/tektoncd/dashboard/pull/4984
- 🔨 Disable harden-runner step for nightly build https://github.com/tektoncd/dashboard/pull/4988
- 🔨 Add kaushalnavneet as an approver https://github.com/tektoncd/dashboard/pull/4989
- 🔨 Bump vite from 8.0.13 to 8.0.14 https://github.com/tektoncd/dashboard/pull/5001
- 🔨 Bump the storybook group across 1 directory with 6 updates https://github.com/tektoncd/dashboard/pull/4994
- 🔨 Bump docker/metadata-action from 6.0.0 to 6.1.0 https://github.com/tektoncd/dashboard/pull/4990
- 🔨 Bump docker/login-action from 4.1.0 to 4.2.0 https://github.com/tektoncd/dashboard/pull/4991
- 🔨 Bump github/codeql-action from 4.35.5 to 4.36.0 https://github.com/tektoncd/dashboard/pull/4992
- 🔨 Bump chainguard/crane from
47d17b6to35fe6b5in /tekton in the all group across 1 directory https://github.com/tektoncd/dashboard/pull/4993 - 🔨 Bump @uiw/react-codemirror from 4.25.9 to 4.25.10 https://github.com/tektoncd/dashboard/pull/4996
- 🔨 Bump linkify-it from 5.0.0 to 5.0.1 https://github.com/tektoncd/dashboard/pull/5000
- 🔨 Bump @formatjs/cli from 6.16.0 to 6.16.3 https://github.com/tektoncd/dashboard/pull/4998
- 🔨 Bump sass-embedded from 1.99.0 to 1.100.0 https://github.com/tektoncd/dashboard/pull/4997
- 🔨 Bump the vitest group across 1 directory with 2 updates https://github.com/tektoncd/dashboard/pull/4995
- 🔨 Bump cypress from 15.15.0 to 15.16.0 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5004
- 🔨 Bump tmp from 0.2.4 to 0.2.6 in /packages/e2e https://github.com/tektoncd/dashboard/pull/5005
- 🔨 Bump @carbon/react from 1.107.1 to 1.108.0 https://github.com/tektoncd/dashboard/pull/4999
- 🔨 Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 https://github.com/tektoncd/dashboard/pull/5006
- 🔨 Bump @formatjs/cli from 6.16.3 to 6.16.6 https://github.com/tektoncd/dashboard/pull/5007
- 🔨 Bump react-router-dom from 6.30.3 to 6.30.4 https://github.com/tektoncd/dashboard/pull/5009
- 🔨 Bump @rollup/plugin-yaml from 4.1.2 to 5.0.0 https://github.com/tektoncd/dashboard/pull/5008
- 🔨 Bump qs and @cypress/request in /packages/e2e https://github.com/tektoncd/dashboard/pull/5010
- 🔨 Bump the all group across 3 directories with 3 updates https://github.com/tektoncd/dashboard/pull/5014
- 🔨 Update E2E tests to Pipelines v1.13 and Triggers v0.36 https://github.com/tektoncd/dashboard/pull/5011
- 🔨 Update isRunning util to handle Pipelines v1.13 fix https://github.com/tektoncd/dashboard/pull/5012
- 🔨 Additional debug output for ppc64le nightly tests https://github.com/tektoncd/dashboard/pull/5015
- 🔨 Output k8s version info to debug ppc64le nightly test failure https://github.com/tektoncd/dashboard/pull/5016
Docs
- 📖 Add v0.68.0 to the releases doc https://github.com/tektoncd/dashboard/pull/4937
- 📖 Update docs for nightly builds https://github.com/tektoncd/dashboard/pull/4949
- 📖 Add release notes template https://github.com/tektoncd/dashboard/pull/4950
- 📖 Update npm release instructions to omit PRs from release notes https://github.com/tektoncd/dashboard/pull/4951
Thanks
Thanks to these contributors who contributed to v0.69.0!
- ❤️ @AlanGreene
- ❤️ @dependabot[bot]
- ❤️ @kaushalnavneet
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]