Skip to content

Tekton Dashboard v0.58.0

Latest
Compare
Choose a tag to compare
@AlanGreene AlanGreene released this 05 Jun 09:39
· 33 commits to main since this release

This Dashboard release supports Pipelines v1.0.x LTS, v1.1.x, and Triggers v0.32.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a0dba88b7d3ce11d6621b18386bc8bffb73cac0e33a83bcb5ecb4e31149ec6896

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

RELEASE_FILE=https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.58.0/release.yaml
REKOR_UUID=108e9186e8c5677a0dba88b7d3ce11d6621b18386bc8bffb73cac0e33a83bcb5ecb4e31149ec6896

# 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.58.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

Note

This release removes support for displaying or interacting with ClusterTask resources which were removed in Pipelines v1.0.0

Misc

  • πŸ”¨ Bump eslint-plugin-prettier from 5.2.6 to 5.3.1 #4151
  • πŸ”¨ Bump github/codeql-action from 3.28.16 to 3.28.17 #4152
  • πŸ”¨ Bump the all group across 1 directory with 2 updates #4153
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4154
  • πŸ”¨ Bump eslint-plugin-prettier from 5.3.1 to 5.4.0 #4155
  • πŸ”¨ Bump @formatjs/cli from 6.6.4 to 6.7.1 #4158
  • πŸ”¨ Bump vite from 6.3.4 to 6.3.5 #4156
  • πŸ”¨ Bump msw from 2.7.5 to 2.7.6 #4157
  • πŸ”¨ pipelineRun details page header changes #4145
  • πŸ”¨ Remove support for ClusterTasks #4159
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4161
  • πŸ”¨ Bump eslint-config-prettier from 10.1.2 to 10.1.5 #4162
  • πŸ”¨ Bump @carbon/charts-react from 1.23.6 to 1.23.7 #4163
  • πŸ”¨ Bump msw from 2.7.6 to 2.8.2 #4164
  • πŸ”¨ Bump actions/dependency-review-action from 4.6.0 to 4.7.0 #4167
  • πŸ”¨ Bump actions/setup-go from 5.4.0 to 5.5.0 #4168
  • πŸ”¨ Bump sass-embedded from 1.87.0 to 1.88.0 #4165
  • πŸ”¨ Bump @carbon/react from 1.81.0 to 1.82.1 #4166
  • πŸ”¨ Bump cypress from 14.3.2 to 14.3.3 in /packages/e2e #4170
  • πŸ”¨ Remove Storybook addon storysource #4169
  • πŸ”¨ Bump the storybook group across 1 directory with 10 updates #4171
  • πŸ”¨ Bump sass-embedded from 1.88.0 to 1.89.0 #4172
  • πŸ”¨ Bump msw from 2.8.2 to 2.8.3 #4173
  • πŸ”¨ Bump actions/dependency-review-action from 4.7.0 to 4.7.1 #4174
  • πŸ”¨ Bump github/codeql-action from 3.28.17 to 3.28.18 #4175
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4176
  • πŸ”¨ Bump the k8s group with 2 updates #4177
  • πŸ”¨ Bump @carbon/charts-react from 1.23.7 to 1.23.8 #4179
  • πŸ”¨ Bump msw from 2.8.3 to 2.8.4 #4180
  • πŸ”¨ Bump tlds from 1.258.0 to 1.259.0 #4181
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4178
  • πŸ”¨ Fix subpath capitalisation #4182
  • πŸ”¨ Bump react-router-dom from 6.30.0 to 6.30.1 #4183
  • πŸ”¨ Bump @carbon/react from 1.82.1 to 1.83.0 #4184
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 3.9.0 to 3.10.0 #4186
  • πŸ”¨ Bump @carbon/charts-react from 1.23.8 to 1.23.9 #4187
  • πŸ”¨ Bump the all group across 2 directories with 3 updates #4188
  • πŸ”¨ Bump rollup-plugin-visualizer from 5.14.0 to 6.0.0 #4185
  • πŸ”¨ Bump @carbon/charts-react from 1.23.9 to 1.23.10 #4189
  • πŸ”¨ Bump msw from 2.8.4 to 2.8.6 #4194
  • πŸ”¨ Bump cypress from 14.3.3 to 14.4.0 in /packages/e2e #4197
  • πŸ”¨ Bump rollup-plugin-visualizer from 6.0.0 to 6.0.1 #4196
  • πŸ”¨ Upgrade to Storybook v9 #4195
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4199
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.0 to 9.0.1 #4191
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4200
  • πŸ”¨ Bump msw from 2.8.6 to 2.8.7 #4201
  • πŸ”¨ Bump @tanstack/react-query from 4.36.1 to 4.39.1 #4202
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.1 to 9.0.2 #4204
  • πŸ”¨ Bump sass-embedded from 1.89.0 to 1.89.1 #4203
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4205
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.2 to 9.0.3 #4206
  • πŸ”¨ Bump ossf/scorecard-action from 2.4.1 to 2.4.2 #4208
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4209
  • πŸ”¨ Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 #4207
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4211
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.3 to 9.0.4 #4212
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4210
  • πŸ”¨ Bump msw from 2.8.7 to 2.9.0 #4213
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 3.10.0 to 3.10.1 #4214
  • πŸ”¨ Update E2E tests to Pipelines v1.1.0 and Triggers v0.32.0 #4215

Docs

  • πŸ“– Add v0.57.0 to the releases doc and remove EOL releases #4150

Thanks

Thanks to these contributors who contributed to v0.58.0!