chore(deps): update ghcr.io/tektoncd/dashboard/dashboard-9623576a202fe86c8b7d1bc489905f86 docker tag to v0.72.0 #233

Open
botaniker wants to merge 1 commit from renovate/ghcr.io-tektoncd-dashboard-dashboard-9623576a202fe86c8b7d1bc489905f86-0.x into main
Member

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/tektoncd/dashboard/dashboard-9623576a202fe86c8b7d1bc489905f86 minor v0.71.0v0.72.0 OpenSSF Scorecard

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tektoncd/dashboard (ghcr.io/tektoncd/dashboard/dashboard-9623576a202fe86c8b7d1bc489905f86)

v0.72.0

Compare Source

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!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [ghcr.io/tektoncd/dashboard/dashboard-9623576a202fe86c8b7d1bc489905f86](https://github.com/tektoncd/dashboard) | minor | `v0.71.0` → `v0.72.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tektoncd/dashboard/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tektoncd/dashboard) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/30) for more information. --- ### Release Notes <details> <summary>tektoncd/dashboard (ghcr.io/tektoncd/dashboard/dashboard-9623576a202fe86c8b7d1bc489905f86)</summary> ### [`v0.72.0`](https://github.com/tektoncd/dashboard/releases/tag/v0.72.0) [Compare Source](https://github.com/tektoncd/dashboard/compare/v0.71.0...v0.72.0) ##### Tekton Dashboard v0.72.0 This Dashboard release supports Pipelines v1.15.x LTS, v1.16.x, and Triggers v0.37.x LTS. <details> <summary><h3>Attestation</h3></summary> The Rekor UUID for this release is `108e9186e8c5677ad434e31fcb14baca7c02a39bcfd364d7a6bb2e8c918f8f5ddfd8bb86b7ce9bde` Verify that all container images in the release file are in the attestation: ```sh 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 ``` </details> ##### Misc - 🔨 Bump dompurify from 3.4.12 to 3.4.13 [#&#8203;5167](https://github.com/tektoncd/dashboard/pull/5167) - 🔨 Bump the all group across 3 directories with 2 updates [#&#8203;5169](https://github.com/tektoncd/dashboard/pull/5169) - 🔨 Bump the storybook group across 1 directory with 6 updates [#&#8203;5170](https://github.com/tektoncd/dashboard/pull/5170) - 🔨 Bump vite from 8.2.0 to 8.2.1 [#&#8203;5171](https://github.com/tektoncd/dashboard/pull/5171) - 🔨 Bump js-yaml from 4.3.0 to 4.3.1 [#&#8203;5168](https://github.com/tektoncd/dashboard/pull/5168) - 🔨 Bump globals from 17.8.0 to 17.9.0 [#&#8203;5173](https://github.com/tektoncd/dashboard/pull/5173) - 🔨 Bump [@&#8203;formatjs/cli](https://github.com/formatjs/cli) from 6.16.14 to 6.16.16 [#&#8203;5174](https://github.com/tektoncd/dashboard/pull/5174) - 🔨 Bump step-security/harden-runner from 2.20.0 to 2.20.1 [#&#8203;5178](https://github.com/tektoncd/dashboard/pull/5178) - 🔨 Bump [@&#8203;carbon/charts-react](https://github.com/carbon/charts-react) from 1.27.16 to 1.27.18 [#&#8203;5175](https://github.com/tektoncd/dashboard/pull/5175) - 🔨 Bump the codeql group with 4 updates [#&#8203;5177](https://github.com/tektoncd/dashboard/pull/5177) - 🔨 Bump cypress from 15.19.0 to 15.20.0 in /packages/e2e [#&#8203;5176](https://github.com/tektoncd/dashboard/pull/5176) - 🔨 Update dependencies [#&#8203;5179](https://github.com/tektoncd/dashboard/pull/5179) - 🔨 Switch from SWC to Oxc [#&#8203;5180](https://github.com/tektoncd/dashboard/pull/5180) - 🔨 Bump the all group across 2 directories with 1 update [#&#8203;5181](https://github.com/tektoncd/dashboard/pull/5181) - 🔨 Bump the storybook group across 1 directory with 6 updates [#&#8203;5182](https://github.com/tektoncd/dashboard/pull/5182) - 🔨 Bump eslint-plugin-cypress from 6.4.3 to 6.4.4 [#&#8203;5186](https://github.com/tektoncd/dashboard/pull/5186) - 🔨 Bump the codeql group with 4 updates [#&#8203;5188](https://github.com/tektoncd/dashboard/pull/5188) - 🔨 Bump cypress from 15.20.0 to 15.20.1 in /packages/e2e [#&#8203;5187](https://github.com/tektoncd/dashboard/pull/5187) - 🔨 Bump sass-embedded from 1.100.0 to 1.102.0 [#&#8203;5185](https://github.com/tektoncd/dashboard/pull/5185) - 🔨 Bump globals from 17.9.0 to 17.11.0 [#&#8203;5184](https://github.com/tektoncd/dashboard/pull/5184) - 🔨 Bump [@&#8203;carbon/react](https://github.com/carbon/react) from 1.113.0 to 1.114.0 [#&#8203;5183](https://github.com/tektoncd/dashboard/pull/5183) - 🔨 Bump the storybook group across 1 directory with 6 updates [#&#8203;5191](https://github.com/tektoncd/dashboard/pull/5191) - 🔨 Bump rollup-plugin-visualizer from 7.0.1 to 7.1.1 [#&#8203;5193](https://github.com/tektoncd/dashboard/pull/5193) - 🔨 Bump react-router-dom from 6.30.4 to 6.30.6 [#&#8203;5195](https://github.com/tektoncd/dashboard/pull/5195) - 🔨 Bump the k8s group with 2 updates [#&#8203;5190](https://github.com/tektoncd/dashboard/pull/5190) - 🔨 Bump [@&#8203;vitejs/plugin-react](https://github.com/vitejs/plugin-react) from 6.0.5 to 6.1.0 [#&#8203;5196](https://github.com/tektoncd/dashboard/pull/5196) - 🔨 Bump vite from 8.2.1 to 8.2.2 [#&#8203;5197](https://github.com/tektoncd/dashboard/pull/5197) - 🔨 Bump cypress from 15.20.1 to 15.21.0 in /packages/e2e [#&#8203;5198](https://github.com/tektoncd/dashboard/pull/5198) - 🔨 Bump [@&#8203;formatjs/cli](https://github.com/formatjs/cli) from 6.16.16 to 6.16.19 [#&#8203;5194](https://github.com/tektoncd/dashboard/pull/5194) - 🔨 Bump step-security/harden-runner from 2.20.1 to 2.21.0 [#&#8203;5199](https://github.com/tektoncd/dashboard/pull/5199) - 🔨 Bump the vitest group across 1 directory with 2 updates [#&#8203;5192](https://github.com/tektoncd/dashboard/pull/5192) - 🔨 Update E2E tests to Triggers v0.37.0 [#&#8203;5200](https://github.com/tektoncd/dashboard/pull/5200) - 🔨 Bump the k8s group with 2 updates [#&#8203;5202](https://github.com/tektoncd/dashboard/pull/5202) - 🔨 Bump [@&#8203;carbon/react](https://github.com/carbon/react) from 1.114.0 to 1.115.0 [#&#8203;5203](https://github.com/tektoncd/dashboard/pull/5203) - 🔨 Bump [@&#8203;formatjs/cli](https://github.com/formatjs/cli) from 6.16.19 to 6.16.20 [#&#8203;5205](https://github.com/tektoncd/dashboard/pull/5205) - 🔨 Bump sass-embedded from 1.102.0 to 1.103.1 [#&#8203;5206](https://github.com/tektoncd/dashboard/pull/5206) - 🔨 Bump cypress from 15.21.0 to 15.21.1 in /packages/e2e [#&#8203;5207](https://github.com/tektoncd/dashboard/pull/5207) - 🔨 Bump the codeql group with 4 updates [#&#8203;5208](https://github.com/tektoncd/dashboard/pull/5208) - 🔨 Bump the all group across 3 directories with 3 updates [#&#8203;5204](https://github.com/tektoncd/dashboard/pull/5204) - 🔨 Update E2E tests to Pipelines v1.16.0 [#&#8203;5209](https://github.com/tektoncd/dashboard/pull/5209) ##### Docs - 📖 Add v0.71.0 to the releases doc and remove EOL releases [#&#8203;5166](https://github.com/tektoncd/dashboard/pull/5166) ##### Thanks Thanks to these contributors who contributed to v0.72.0! - ❤️ [@&#8203;AlanGreene](https://github.com/AlanGreene) - ❤️ [@&#8203;dependabot](https://github.com/dependabot)\[bot] </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [SI Renovate Bot repository](https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/src/branch/main/apps/k8s01/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41MC4yIiwidXBkYXRlZEluVmVyIjoiNDQuNTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Some checks are pending
gitops-pr-validation Pipeline started
Required
Details
gitops-images
Required
Some required checks are missing.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-tektoncd-dashboard-dashboard-9623576a202fe86c8b7d1bc489905f86-0.x:renovate/ghcr.io-tektoncd-dashboard-dashboard-9623576a202fe86c8b7d1bc489905f86-0.x
git switch renovate/ghcr.io-tektoncd-dashboard-dashboard-9623576a202fe86c8b7d1bc489905f86-0.x
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
shivering-isles/infrastructure-gitops!233
No description provided.