This Dashboard release supports Pipelines v1.0.x LTS and Triggers v0.31.x LTS.
The Rekor UUID for this release is Verify that all container images in the release file are in the attestation:
Attestation
108e9186e8c5677adbe35fc4c639a455a763ed7e220b6a6be07e3333b38be200c15f21588e5a95aa
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.57.0/release.yaml
REKOR_UUID=108e9186e8c5677adbe35fc4c639a455a763ed7e220b6a6be07e3333b38be200c15f21588e5a95aa
# 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.57.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
- 🔨 Bump github/codeql-action from 3.28.12 to 3.28.13 #4086
- 🔨 Bump the all group across 2 directories with 3 updates #4088
- 🔨 Bump the storybook group across 1 directory with 11 updates #4087
- 🔨 Bump vite from 6.2.3 to 6.2.4 #4089
- 🔨 Bump vite from 6.2.4 to 6.2.5 #4090
- 🔨 Bump actions/dependency-review-action from 4.5.0 to 4.6.0 #4091
- 🔨 Bump step-security/harden-runner from 2.11.0 to 2.11.1 #4092
- 🔨 Bump the all group across 2 directories with 3 updates #4093
- 🔨 Bump eslint-plugin-prettier from 5.2.5 to 5.2.6 #4096
- 🔨 Bump the vitest group across 1 directory with 2 updates #4095
- 🔨 Bump the storybook group across 1 directory with 11 updates #4094
- 🔨 Bump @carbon/charts-react from 1.23.0 to 1.23.2 #4097
- 🔨 Bump eslint-plugin-react from 7.37.4 to 7.37.5 #4099
- 🔨 Bump sass-embedded from 1.86.0 to 1.86.3 #4101
- 🔨 Bump cypress from 14.2.1 to 14.3.0 in /packages/e2e #4102
- 🔨 Bump @carbon/react from 1.79.0 to 1.80.0 #4100
- 🔨 Remove the
icon
prop from theRunHeader
component #4098 - 🔨 Switch to stable export for Carbon FeatureFlags #4104
- 🔨 Bump vite from 6.2.5 to 6.2.6 #4105
- 🔨 Bump eslint-config-prettier from 10.1.1 to 10.1.2 #4106
- 🔨 Bump github/codeql-action from 3.28.13 to 3.28.15 #4107
- 🔨 Bump the all group across 2 directories with 2 updates #4108
- 🔨 Bump msw from 2.7.3 to 2.7.4 #4109
- 🔨 Bump dotenv from 16.4.7 to 16.5.0 #4110
- 🔨 Bump jsdom from 26.0.0 to 26.1.0 #4111
- 🔨 Bump git-url-parse from 16.0.1 to 16.0.3 #4112
- 🔨 Bump the all group across 2 directories with 2 updates #4113
- 🔨 Remove dependency on setup-kind script from pipeline repo #4115
- 🔨 Bump golang.org/x/net from 0.37.0 to 0.38.0 #4116
- 🔨 Bump vite from 6.2.6 to 6.3.2 #4119
- 🔨 Bump @carbon/charts-react from 1.23.2 to 1.23.5 #4120
- 🔨 Bump @carbon/react from 1.80.0 to 1.80.1 #4122
- 🔨 Bump git-url-parse from 16.0.3 to 16.1.0 #4123
- 🔨 Bump @vitejs/plugin-react-swc from 3.8.1 to 3.9.0 #4121
- 🔨 Bump cypress from 14.3.0 to 14.3.1 in /packages/e2e #4124
- 🔨 Bump actions/setup-node from 4.3.0 to 4.4.0 #4126
- 🔨 Bump @formatjs/cli from 6.6.3 to 6.6.4 #4127
- 🔨 Bump react-intl from 7.1.10 to 7.1.11 #4128
- 🔨 Bump the all group across 1 directory with 3 updates #4129
- 🔨 Bump msw from 2.7.4 to 2.7.5 #4125
- 🔨 Bump the vitest group across 1 directory with 2 updates #4130
- 🔨 Update CI jobs to remove unnecessary npm config and use of setup-node #4117
- 🔨 Bump github/codeql-action from 3.28.15 to 3.28.16 #4133
- 🔨 Bump step-security/harden-runner from 2.11.1 to 2.12.0 #4134
- 🔨 Bump the all group across 3 directories with 4 updates #4135
- 🔨 Bump the k8s group with 2 updates #4136
- 🔨 Bump vite from 6.3.2 to 6.3.3 #4137
- 🔨 Bump @codemirror/legacy-modes from 6.5.0 to 6.5.1 #4138
- 🔨 Bump @carbon/charts-react from 1.23.5 to 1.23.6 #4139
- 🔨 Bump sass-embedded from 1.86.3 to 1.87.0 #4141
- 🔨 Bump tlds from 1.256.0 to 1.257.0 #4140
- 🔨 Bump cypress from 14.3.1 to 14.3.2 in /packages/e2e #4144
- 🔨 Bump @carbon/react from 1.80.1 to 1.81.0 #4143
- 🔨 Bump vite from 6.3.3 to 6.3.4 #4146
- 🔨 Update E2E tests to Pipelines v1.0.0 #4147
- 🔨 Bump tlds from 1.257.0 to 1.258.0 #4148
- 🔨 Bump @uiw/react-codemirror from 4.23.10 to 4.23.12 #4149
Docs
Thanks
Thanks to these contributors who contributed to v0.57.0!
- ❤️ @AlanGreene
- ❤️ @dependabot[bot]
- ❤️ @twoGiants