Skip to content

Releases: tektoncd/dashboard

Tekton Dashboard v0.64.0

09 Dec 18:17

Choose a tag to compare

This Dashboard release supports Pipelines v1.6.x LTS, v1.7.x, and Triggers v0.34.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a824cf2befdeca1e9a5162c0d9d52d56cfdf469169c1020d6483e606f3fd39418

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.64.0/release.yaml
REKOR_UUID=108e9186e8c5677a824cf2befdeca1e9a5162c0d9d52d56cfdf469169c1020d6483e606f3fd39418

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

  • ✨ Add support for optional step displayName #4579

Misc

  • πŸ”¨ Update to eslint v9 #4511
  • πŸ”¨ Upgrade to React 18 #4500
  • πŸ”¨ Bump github/codeql-action from 4.31.0 to 4.31.2 #4545
  • πŸ”¨ Bump the all group across 3 directories with 2 updates #4546
  • πŸ”¨ Update to Storybook v10 #4543
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4555
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4558
  • πŸ”¨ Bump @eslint/js from 9.39.0 to 9.39.1 #4557
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4556
  • πŸ”¨ Update label checker workflow to use correct format for action reference #4560
  • πŸ”¨ Fix batch delete action on PipelineRuns, TaskRuns, and CustomRuns pages #4559 (fix released in v0.63.1)
  • πŸ”¨ Bump step-security/harden-runner from 2.13.1 to 2.13.2 #4566
  • πŸ”¨ Bump cypress/factory from acbab6a to e2223a0 in /packages/e2e/base-image in the all group across 1 directory #4567
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4568
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4569
  • πŸ”¨ Bump @uiw/react-codemirror from 4.25.2 to 4.25.3 #4575
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 4.2.0 to 4.2.1 #4570
  • πŸ”¨ Bump msw from 2.11.6 to 2.12.0 #4573
  • πŸ”¨ Bump vite from 7.1.12 to 7.2.2 #4574
  • πŸ”¨ Bump cypress from 15.5.0 to 15.6.0 in /packages/e2e #4578
  • πŸ”¨ Restore label checker workflow #4580
  • πŸ”¨ Bump the all group across 2 directories with 1 update #4581
  • πŸ”¨ Bump msw from 2.12.0 to 2.12.1 #4582
  • πŸ”¨ Bump @carbon/react from 1.86.0 to 1.95.0 #4577
  • πŸ”¨ Remove option to revert to legacy run UI #4584
  • πŸ”¨ Update E2E tests to Triggers v0.34.0 #4585
  • πŸ”¨ Bump js-yaml from 4.1.0 to 4.1.1 #4586
  • πŸ”¨ Bump the k8s group with 2 updates #4587
  • πŸ”¨ Bump actions/dependency-review-action from 4.8.1 to 4.8.2 #4588
  • πŸ”¨ Bump github/codeql-action from 4.31.2 to 4.31.3 #4589
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4591
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4592
  • πŸ”¨ Bump eslint-plugin-depend from 1.3.1 to 1.4.0 #4593
  • πŸ”¨ Bump react-router-dom from 6.30.1 to 6.30.2 #4594
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4590
  • πŸ”¨ Bump msw from 2.12.1 to 2.12.2 #4596
  • πŸ”¨ Bump @eslint/compat from 1.4.1 to 2.0.0 #4595
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 4.2.1 to 4.2.2 #4597
  • πŸ”¨ Bump jsdom from 27.1.0 to 27.2.0 #4598
  • πŸ”¨ Bump Storybook packages from 10.0.7 to 10.0.8 #4599
  • πŸ”¨ Bump eslint from 9.39.0 to 9.39.1 #4600
  • πŸ”¨ Bump vitest and @vitest/coverage-istanbul from 4.0.9 to 4.0.10 #4601
  • πŸ”¨ Bump @tanstack/react-query from 5.90.6 to 5.90.10 #4602
  • πŸ”¨ Bump glob from 10.4.5 to 10.5.0 #4603
  • πŸ”¨ Resolve warnings during npm publish #4605
  • πŸ”¨ Remove unused dev dependencies #4606
  • πŸ”¨ Fix nightly build #4608
  • πŸ”¨ Bump go.uber.org/zap from 1.27.0 to 1.27.1 #4609
  • πŸ”¨ Bump actions/setup-go from 6.0.0 to 6.1.0 #4610
  • πŸ”¨ Bump actions/checkout from 5.0.0 to 6.0.0 #4611
  • πŸ”¨ Bump github/codeql-action from 4.31.3 to 4.31.4 #4612
  • πŸ”¨ Bump @carbon/react from 1.95.0 to 1.96.0 #4615
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4614
  • πŸ”¨ Bump vite from 7.2.2 to 7.2.4 #4616
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4613
  • πŸ”¨ Bump msw from 2.12.2 to 2.12.3 #4617
  • πŸ”¨ Bump cypress from 15.6.0 to 15.7.0 in /packages/e2e #4618
  • πŸ”¨ Fix nightly build #4619
  • πŸ”¨ Update ko base image #4620
  • πŸ”¨ Fix step display name when using sidecars logs #4621
  • πŸ”¨ Bump github/codeql-action from 4.31.4 to 4.31.5 #4622
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4623
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4624
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4625
  • πŸ”¨ Bump prettier from 3.6.2 to 3.7.3 #4626
  • πŸ”¨ Bump yaml from 2.8.1 to 2.8.2 #4627
  • πŸ”¨ Update E2E tests to Pipelines v1.7.0 #4628
  • πŸ”¨ Bump github/codeql-action from 4.31.5 to 4.31.7 #4630
  • πŸ”¨ Bump step-security/harden-runner from 2.13.2 to 2.13.3 #4631
  • πŸ”¨ Bump actions/setup-node from 6.0.0 to 6.1.0 #4632
  • πŸ”¨ Bump the all group across 2 directories with 1 update #4634
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4636
  • πŸ”¨ Bump msw from 2.12.3 to 2.12.4 #4637
  • πŸ”¨ Bump @carbon/react from 1.96.0 to 1.97.0 #4640
  • πŸ”¨ Bump actions/checkout from 6.0.0 to 6.0.1 #4633
  • πŸ”¨ Bump prettier from 3.7.3 to 3.7.4 #4638
  • πŸ”¨ Bump vite from 7.2.4 to 7.2.6 #4639
  • πŸ”¨ Bump cypress from 15.7.0 to 15.7.1 in /packages/e2e #4641
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4635
  • πŸ”¨ Update release pipeline to publish to OCI buckets #4629
  • πŸ”¨ Debug nightly build failure #4642
  • πŸ”¨ Remove unused param from release pipeline #4643
  • πŸ”¨ Check curl exit code to check for existence of release file #4644
  • πŸ”¨ Fix prerelease check #4645
  • πŸ”¨ Fix usage of crane image in release pipeline #4646
  • πŸ”¨ Fix path to image credentials for nightly build #4647
  • πŸ”¨ Work around warning produced by crane image #4648
  • πŸ”¨ Fix path of files in release bucket #4649
  • πŸ”¨ Update release pipeline to v1 https://github.com/tektoncd/dashboard...
Read more

Tekton Dashboard v0.63.1 LTS

07 Nov 13:47

Choose a tag to compare

This Dashboard release supports Pipelines v1.6.x LTS and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a12fc7bf8df7322fd4041d9232c3110daf0990e596b05f7d957a1690cd3cb290f

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.63.1/release.yaml
REKOR_UUID=108e9186e8c5677a12fc7bf8df7322fd4041d9232c3110daf0990e596b05f7d957a1690cd3cb290f

# 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.63.1@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

Fixes

  • πŸ› Fix batch delete action on PipelineRuns, TaskRuns, and CustomRuns pages #4562
    Selecting resources from the table using the checkboxes on the table rows then selecting the delete option in the table toolbar resulted in an error. This is now addressed and the batch delete action is working as expected.

Thanks

Thanks to these contributors who contributed to v0.63.1!

Tekton Dashboard v0.63.0 LTS

31 Oct 12:32

Choose a tag to compare

This Dashboard release supports Pipelines v1.6.x LTS and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a4a2a1d45820d0aeaedbc2bd77d06337d0e0231de8f7412e68613c97cff026d3a

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.63.0/release.yaml
REKOR_UUID=108e9186e8c5677a4a2a1d45820d0aeaedbc2bd77d06337d0e0231de8f7412e68613c97cff026d3a

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

  • ✨ Add support for trace log level in the log viewer #4521

Misc

  • πŸ”¨ Bump github/codeql-action from 3.30.5 to 3.30.6 #4494
  • πŸ”¨ Bump @formatjs/cli from 6.7.2 to 6.7.3 #4495
  • πŸ”¨ Bump vite from 7.1.8 to 7.1.9 #4497
  • πŸ”¨ Bump the all group across 2 directories with 1 update #4496
  • πŸ”¨ Bump react-intl from 7.1.11 to 7.1.13 #4499
  • πŸ”¨ Bump vite from 7.1.9 to 7.1.11 #4520
  • πŸ”¨ Bump actions/dependency-review-action from 4.8.0 to 4.8.1 #4502
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4503
  • πŸ”¨ Bump react-intl from 7.1.13 to 7.1.14 #4504
  • πŸ”¨ Bump msw from 2.11.3 to 2.11.5 #4506
  • πŸ”¨ Bump @formatjs/cli from 6.7.3 to 6.7.4 #4507
  • πŸ”¨ Bump actions/setup-node from 5.0.0 to 6.0.0 #4513
  • πŸ”¨ Bump cypress from 15.3.0 to 15.5.0 in /packages/e2e #4519
  • πŸ”¨ Bump @tanstack/react-query from 4.41.0 to 4.42.0 #4516
  • πŸ”¨ Bump github/codeql-action from 3.30.6 to 4.30.9 #4514
  • πŸ”¨ Bump rollup-plugin-visualizer from 6.0.4 to 6.0.5 #4522
  • πŸ”¨ Bump tlds from 1.260.0 to 1.261.0 #4523
  • πŸ”¨ Bump jsdom from 27.0.0 to 27.0.1 #4524
  • πŸ”¨ Bump msw from 2.11.5 to 2.11.6 #4525
  • πŸ”¨ Fix font style for task skipped message #4526
  • πŸ”¨ Don't show duration for sidecar containers #4528
  • πŸ”¨ Don't attempt to list namespaces when tenant namespaces configured #4529
  • πŸ”¨ Update to Node.js 24 #4455
  • πŸ”¨ Bump actions/upload-artifact from 4.6.2 to 5.0.0 #4530
  • πŸ”¨ Bump github/codeql-action from 4.30.9 to 4.31.0 #4531
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 4.1.0 to 4.2.0 #4537
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4535
  • πŸ”¨ Bump vite from 7.1.11 to 7.1.12 #4533
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4532
  • πŸ”¨ Switch npm publish to use trusted publishing instead of token auth #4338
  • πŸ”¨ Update E2E tests to Pipelines v1.6.0 LTS #4541

Docs

  • πŸ“– Add v0.62.0 to the releases doc #4493
  • πŸ“– Update docs to reference OCI storage buckets instead of GCS #4527

Thanks

Thanks to these contributors who contributed to v0.63.0!

Tekton Dashboard v0.62.0

03 Oct 11:21

Choose a tag to compare

This Dashboard release supports Pipelines v1.3.x LTS, v1.5.x, and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677aa96143cddaa604d70cb484833dad562def95536284bd79bcc0b569cd7ab72cea

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.62.0/release.yaml
REKOR_UUID=108e9186e8c5677aa96143cddaa604d70cb484833dad562def95536284bd79bcc0b569cd7ab72cea

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

Fixes

  • πŸ› Guard against missing TaskRun status when rendering logs toolbar #4445

Misc

  • πŸ”¨ Bump actions/setup-go from 5.5.0 to 6.0.0 #4422
  • πŸ”¨ Bump actions/setup-node from 4.4.0 to 5.0.0 #4423
  • πŸ”¨ Bump github/codeql-action from 3.29.11 to 3.30.1 #4424
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4426
  • πŸ”¨ Bump the all group across 1 directory with 2 updates #4425
  • πŸ”¨ nightly leveraging action from plumbing #4414
  • πŸ”¨ Bump sass-embedded from 1.92.0 to 1.92.1 #4427
  • πŸ”¨ Fix image path for GHA nightly builds #4430
  • πŸ”¨ Update the length of the abbreviated commit used in nightly release tags #4432
  • πŸ”¨ Bump vite from 7.1.3 to 7.1.5 #4433
  • πŸ”¨ Harden the nightly build workflow #4434
  • πŸ”¨ Bump the k8s group with 2 updates #4436
  • πŸ”¨ Bump step-security/harden-runner from 2.13.0 to 2.13.1 #4437
  • πŸ”¨ Bump github/codeql-action from 3.30.1 to 3.30.3 #4438
  • πŸ”¨ Bump dotenv from 17.2.1 to 17.2.2 #4439
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4440
  • πŸ”¨ Bump msw from 2.11.1 to 2.11.2 #4442
  • πŸ”¨ Disable the harden runner step of the nightly build #4446
  • πŸ”¨ Bump the all group across 2 directories with 3 updates #4448
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4449
  • πŸ”¨ Bump @carbon/charts-react from 1.23.17 to 1.25.1 #4450
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4453
  • πŸ”¨ Bump @uiw/react-codemirror from 4.25.1 to 4.25.2 #4456
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 4.0.1 to 4.1.0 #4457
  • πŸ”¨ Bump @tanstack/react-query from 4.40.1 to 4.41.0 #4458
  • πŸ”¨ Bump elkjs from 0.10.0 to 0.11.0 #4459
  • πŸ”¨ Bump jsdom from 26.1.0 to 27.0.0 #4454
  • πŸ”¨ Bump msw from 2.11.2 to 2.11.3 #4461
  • πŸ”¨ Bump @carbon/charts-react from 1.25.1 to 1.27.0 #4464
  • πŸ”¨ Bump sass-embedded from 1.92.1 to 1.93.2 #4463
  • πŸ”¨ Bump actions/dependency-review-action from 4.7.3 to 4.8.0 #4465
  • πŸ”¨ Bump github/codeql-action from 3.30.3 to 3.30.5 #4466
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4467
  • πŸ”¨ Bump vite from 7.1.5 to 7.1.7 #4470
  • πŸ”¨ Bump cypress from 15.0.0 to 15.3.0 in /packages/e2e #4472
  • πŸ”¨ Bump @carbon/react from 1.85.1 to 1.86.0 #4473
  • πŸ”¨ Increase number of PRs dependabot can open for npm package updates #4474
  • πŸ”¨ Fix typo in comment #4475
  • πŸ”¨ Add link to OSSF Scorecard viewer #4476
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4482
  • πŸ”¨ Bump dotenv from 17.2.2 to 17.2.3 #4483
  • πŸ”¨ Bump the all group across 2 directories with 3 updates #4484
  • πŸ”¨ Bump @codemirror/legacy-modes from 6.5.1 to 6.5.2 #4485
  • πŸ”¨ Bump vite from 7.1.7 to 7.1.8 #4488
  • πŸ”¨ Bump rollup-plugin-visualizer from 6.0.3 to 6.0.4 #4487
  • πŸ”¨ Bump ossf/scorecard-action from 2.4.2 to 2.4.3 #4481
  • πŸ”¨ Replace lodash.clonedeep with native equivalent #4478
  • πŸ”¨ Replace lodash.keyBy #4479
  • πŸ”¨ Replace js-yaml #4480
  • πŸ”¨ Add eslint depend plugin #4477
  • πŸ”¨ Update E2E tests to Pipelines v1.5.0 #4490
  • πŸ”¨ Update nightly workflow to pin Ubuntu version #4491
  • πŸ”¨ Add workflow to check PRs have a kind label #4492

Docs

  • πŸ“– Add v0.61.0 to the releases doc #4420
  • πŸ“– Update release cheat sheet to reflect use of new OCI cluster #4421

Thanks

Thanks to these contributors who contributed to v0.62.0!

Tekton Dashboard v0.61.0

05 Sep 10:23

Choose a tag to compare

This Dashboard release supports Pipelines v1.3.x LTS, v1.4.x, and Triggers v0.33.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a9bcba5a8d5737e6fccfdac1e9926971a5a5d0673de322a6680988629cec7f7d0

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.61.0/release.yaml
REKOR_UUID=108e9186e8c5677a9bcba5a8d5737e6fccfdac1e9926971a5a5d0673de322a6680988629cec7f7d0

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

  • ✨ Add support for full screen TaskRun view in new PipelineRun layout #4369

  • ✨ Add support for multiline strings in create TaskRun / PipelineRun form #4366

  • ✨ Add support for batch stopping runs #4374

  • ✨ Enable new layout preview for TaskRun details #4398

  • ✨ Enable new PipelineRun and TaskRun details UI by default #4401

    The toggle to enable the new UI is now enabled by default, but can still be disabled from the settings page. It will be removed in v0.62.0 along with the legacy UI.

    This update includes a number of improvements to the scroll behaviour and styles.

Misc

  • πŸ”¨ Update layer used for sticky headers #4347
  • πŸ”¨ Bump tmp from 0.2.3 to 0.2.4 in /packages/e2e #4349
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4351
  • πŸ”¨ Bump github/codeql-action from 3.29.5 to 3.29.6 #4354
  • πŸ”¨ Bump vite from 7.0.6 to 7.1.0 #4353
  • πŸ”¨ Bump sass-embedded from 1.89.2 to 1.90.0 #4352
  • πŸ”¨ Bump vite from 7.1.0 to 7.1.1 #4356
  • πŸ”¨ Bump cypress from 14.5.3 to 14.5.4 in /packages/e2e #4359
  • πŸ”¨ Bump eslint-plugin-prettier from 5.5.3 to 5.5.4 #4358
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 3.11.0 to 4.0.0 #4357
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4361
  • πŸ”¨ Bump github/codeql-action from 3.29.6 to 3.29.8 #4362
  • πŸ”¨ Include space character after log level when copying content to another context #4350
  • πŸ”¨ Wait for videos of successful tests to be deleted #4355
  • πŸ”¨ Increase vertical space available for viewing logs #4364
  • πŸ”¨ Update E2E tests to Triggers v0.33 #4363
  • πŸ”¨ Preserve sidecar status #4367
  • πŸ”¨ Prevent local package builds inadvertently being committed #4373
  • πŸ”¨ Bump actions/checkout from 4.2.2 to 5.0.0 #4375
  • πŸ”¨ Bump github/codeql-action from 3.29.8 to 3.29.9 #4376
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4378
  • πŸ”¨ Bump @uiw/react-codemirror from 4.24.2 to 4.25.1 #4379
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4383
  • πŸ”¨ Bump msw from 2.10.4 to 2.10.5 #4380
  • πŸ”¨ Bump vite from 7.1.1 to 7.1.2 #4382
  • πŸ”¨ Bump @carbon/charts-react from 1.23.15 to 1.23.17 #4384
  • πŸ”¨ Bump the k8s group with 2 updates #4377
  • πŸ”¨ Improve scroll behaviour in new PipelineRun layout #4385
  • πŸ”¨ Ensure code snippets are always full width #4386
  • πŸ”¨ Increase specificity of selector for sticky vertical tabs #4388
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4390
  • πŸ”¨ Bump cypress from 14.5.4 to 15.0.0 in /packages/e2e #4393
  • πŸ”¨ Bump vite from 7.1.2 to 7.1.3 #4391
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 4.0.0 to 4.0.1 #4392
  • πŸ”¨ Bump actions/dependency-review-action from 4.7.1 to 4.7.2 #4394
  • πŸ”¨ Bump the all group across 2 directories with 3 updates #4397
  • πŸ”¨ Bump vite-plugin-svgr from 4.3.0 to 4.5.0 #4396
  • πŸ”¨ Bump github/codeql-action from 3.29.9 to 3.29.11 #4395
  • πŸ”¨ Minor adjustments to TaskRun tab styles #4400
  • πŸ”¨ Bump sass-embedded from 1.90.0 to 1.91.0 #4403
  • πŸ”¨ Bump tlds from 1.259.0 to 1.260.0 #4404
  • πŸ”¨ Bump the k8s group with 2 updates #4407
  • πŸ”¨ Bump actions/dependency-review-action from 4.7.2 to 4.7.3 #4408
  • πŸ”¨ Bump msw from 2.10.5 to 2.11.1 #4410
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4412
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4415
  • πŸ”¨ Bump sass-embedded from 1.91.0 to 1.92.0 #4416
  • πŸ”¨ Update E2E tests to Pipelines v1.4.0 #4419

Docs

  • πŸ“– Add v0.60.0 to the releases doc #4346

Thanks

Thanks to these contributors who contributed to v0.61.0!

Tekton Dashboard v0.60.0 LTS

05 Aug 19:16

Choose a tag to compare

This Dashboard release supports Pipelines v1.3.x LTS and Triggers v0.32.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a7107df8dece746e7b2f3257a14aad3cbe3e4c8fe0d68a81205ce06b1873cf1f5

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.60.0/release.yaml
REKOR_UUID=108e9186e8c5677a7107df8dece746e7b2f3257a14aad3cbe3e4c8fe0d68a81205ce06b1873cf1f5

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

Breaking changes / action required

  • 🚨 As previously announced, linux/arm images (affecting armv5, armv6, armv7) are no longer produced as part of the release and are no longer supported. Images for linux/arm64 (also known as aarch64) are unaffected, these are still produced and supported.

Features

  • ✨ Improved run metadata header #4198
    This includes clearer labelling of fields, improved accessibility, and the display of labels which can also be used to navigate to related runs

  • ✨ (preview) Updated design for the PipelineRun details page

    Opt-in to the new experience by enabling the toggle on the settings page. It includes a number of improvements over the existing design and lays the foundation for additional improvements coming in future releases.

    A similar set of updates will be applied to the TaskRun details page in a future release before this is enabled by default, after which the old design will be removed.

    The main changes included in this release:

    • improved run metadata display, including use of labels for navigation to related runs
    • more consistent display of errors
    • simplified task and step navigation
    • sticky headers help user maintain context
    • view logs for multiple steps on a single pane
    • improved accessibility, particularly for screen readers
    • view step definitions in context with the logs they produce
    • view sidecar logs

    Some related PRs:

    • Display PipelineRun duration in header on details page #4293
    • Show TaskRun and step durations #4324 #4325
    • Show error notification for failed runs #4297
    • Add support for new PipelineRun details layout #4322
    • PipelineRun details design enhancements: Add sidecar support, update styles, and improve testability #4337

Misc

  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4263
  • πŸ”¨ Bump the all group across 2 directories with 1 update #4265
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4266
  • πŸ”¨ Bump eslint-plugin-prettier from 5.5.0 to 5.5.1 #4267
  • πŸ”¨ Bump @carbon/react from 1.85.0 to 1.85.1 #4268
  • πŸ”¨ Bump dotenv from 16.5.0 to 17.0.0 #4269
  • πŸ”¨ Bump github/codeql-action from 3.29.0 to 3.29.1 #4270
  • πŸ”¨ Update Node.js to 20.19 and Chrome to 138 #4264
  • πŸ”¨ Bump prettier from 3.6.0 to 3.6.2 #4274
  • πŸ”¨ Bump dotenv from 17.0.0 to 17.0.1 #4275
  • πŸ”¨ Bump @uiw/react-codemirror from 4.23.13 to 4.23.14 #4276
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4273
  • πŸ”¨ Bump vite from 6.3.5 to 7.0.0 #4258
  • πŸ”¨ Update E2E to use new base image with Node.js 20.19 and Chrome 138 #4271
  • πŸ”¨ Update E2E tests to Pipelines v1.2.0 #4272
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4277
  • πŸ”¨ Bump step-security/harden-runner from 2.12.1 to 2.12.2 #4278
  • πŸ”¨ Bump github/codeql-action from 3.29.1 to 3.29.2 #4279
  • πŸ”¨ Bump @uiw/react-codemirror from 4.23.14 to 4.24.0 #4281
  • πŸ”¨ Bump @tanstack/react-query from 4.40.0 to 4.40.1 #4280
  • πŸ”¨ Bump msw from 2.10.2 to 2.10.3 #4282
  • πŸ”¨ Bump cypress from 14.5.0 to 14.5.1 in /packages/e2e #4283
  • πŸ”¨ Remove linux/arm from supported platforms #4260
  • πŸ”¨ Replace reference to Tekton Hub with Artifact Hub #4284
  • πŸ”¨ Fix location of 'latest' release manifests #4286
  • πŸ”¨ Add anti-affinity rules to dashboard's replicas #4285
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4287
  • πŸ”¨ Bump @uiw/react-codemirror from 4.24.0 to 4.24.1 #4289
  • πŸ”¨ Bump dotenv from 17.0.1 to 17.2.0 #4290
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4292
  • πŸ”¨ Bump vite from 7.0.0 to 7.0.4 #4288
  • πŸ”¨ Bump msw from 2.10.3 to 2.10.4 #4291
  • πŸ”¨ rename from tag to label for consistency #4295
  • πŸ”¨ Update labels modal to automatically focus filter input #4294
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4298
  • πŸ”¨ Bump cypress from 14.5.1 to 14.5.2 in /packages/e2e #4300
  • πŸ”¨ Bump the k8s group with 2 updates #4301
  • πŸ”¨ Bump step-security/harden-runner from 2.12.2 to 2.13.0 #4302
  • πŸ”¨ Bump vite from 7.0.4 to 7.0.5 #4303
  • πŸ”¨ Bump eslint-config-prettier from 10.1.5 to 10.1.8 #4304
  • πŸ”¨ Bump eslint-plugin-prettier from 5.5.1 to 5.5.3 #4305
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 3.10.2 to 3.11.0 #4306
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4307
  • πŸ”¨ Bump rollup and related packages from 4.40.0 to 4.45.1 #4308
  • πŸ”¨ Bump form-data from 4.0.2 to 4.0.4 in /packages/e2e #4309
  • πŸ”¨ Bump github/codeql-action from 3.29.2 to 3.29.4 #4311
  • πŸ”¨ Bump the all group across 3 directories with 3 updates #4312
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4313
  • πŸ”¨ Bump dotenv from 17.2.0 to 17.2.1 #4314
  • πŸ”¨ Bump vite from 7.0.5 to 7.0.6 #4316
  • πŸ”¨ Fix count of hidden lines when logs contain groups #4310
  • πŸ”¨ Update formatting of log lines to include actual space character after timestamp #4310
  • πŸ”¨ Bump @carbon/charts-react from 1.23.13 to 1.23.15 #4317
  • πŸ”¨ Fix bleed-through for sticky header #4323
  • πŸ”¨ Bump @uiw/react-codemirror from 4.24.1 to 4.24.2 #4326
  • πŸ”¨ Bump cypress from 14.5.2 to 14.5.3 in /packages/e2e #4328
  • πŸ”¨ Reduce the number of re-renders of the Logs component #4331
  • πŸ”¨ Improve layout and styling of run details tabs in horizontal mode #4330
  • πŸ”¨ Fix layer ordering and broken layout on interaction #4333
  • πŸ”¨ Increase specificity of selector for log settings menu #4335
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4341
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4340
  • πŸ”¨ Bump github/codeql-action from 3.29.4 to 3.29.5 #4342
  • πŸ”¨ Ignore unwanted content in published packages #4339
  • πŸ”¨ Update caniuse db #4343

Docs

  • πŸ“– Add v0.59.0 to the releases doc #4259

Thanks

Thanks to these contributors who contri...

Read more

Tekton Dashboard v0.57.1 LTS

05 Aug 18:27

Choose a tag to compare

This Dashboard release supports Pipelines v1.0.x LTS and Triggers v0.31.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677a23abc2424ea4e7e3499a860b8d23e40c23430e86ac2ec4d24bc13f8e1595836f

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.57.1/release.yaml
REKOR_UUID=108e9186e8c5677a23abc2424ea4e7e3499a860b8d23e40c23430e86ac2ec4d24bc13f8e1595836f

# 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.1@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

  • πŸ”¨ Replace reference to Tekton Hub with Artifact Hub #4321

Thanks

Thanks to these contributors who contributed to v0.57.1!

Tekton Dashboard v0.59.0

24 Jun 14:48

Choose a tag to compare

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 108e9186e8c5677a77256f9116b9f57119e231bbb5a3cbab20156bffc84038a5ba1c87c604866dd7

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

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.59.0/release.yaml
REKOR_UUID=108e9186e8c5677a77256f9116b9f57119e231bbb5a3cbab20156bffc84038a5ba1c87c604866dd7

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

Warning

Changes to ARM support starting in Dashboard v0.60.0

Starting with the Dashboard v0.60.0 release in July we'll be stopping official support and shipping of linux/arm images (affecting armv5, armv6, armv7). Images for linux/arm64 (also known as aarch64) are unaffected, these will still be produced and supported.

See the announcement on the tekton-users mailing list for more details.

Misc

  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4217
  • πŸ”¨ Bump @carbon/react from 1.83.0 to 1.84.0 #4221
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4218
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4219
  • πŸ”¨ Bump msw from 2.9.0 to 2.10.1 #4222
  • πŸ”¨ Bump github/codeql-action from 3.28.18 to 3.28.19 #4223
  • πŸ”¨ Bump rollup-plugin-visualizer from 6.0.1 to 6.0.3 #4220
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4224
  • πŸ”¨ Bump msw from 2.10.1 to 2.10.2 #4225
  • πŸ”¨ Bump @tanstack/react-query from 4.39.1 to 4.39.2 #4226
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.4 to 9.0.6 #4227
  • πŸ”¨ Bump cypress from 14.4.0 to 14.4.1 in /packages/e2e #4228
  • πŸ”¨ Bump the storybook group across 1 directory with 5 updates #4229
  • πŸ”¨ Bump eslint-plugin-storybook from 9.0.6 to 9.0.8 #4231
  • πŸ”¨ Bump @vitejs/plugin-react-swc from 3.10.1 to 3.10.2 #4232
  • πŸ”¨ Bump sass-embedded from 1.89.1 to 1.89.2 #4230
  • πŸ”¨ Add eslint-plugin-storybook to the storybook group in dependabot #4233
  • πŸ”¨ Bump @uiw/react-codemirror from 4.23.12 to 4.23.13 #4234
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4235
  • πŸ”¨ Bump brace-expansion from 1.1.11 to 1.1.12 and 2.0.1 to 2.0.2 #4236
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4237
  • πŸ”¨ Bump step-security/harden-runner from 2.12.0 to 2.12.1 #4238
  • πŸ”¨ Bump github/codeql-action from 3.28.19 to 3.29.0 #4239
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4241
  • πŸ”¨ Bump the all group across 2 directories with 2 updates #4240
  • πŸ”¨ Bump @formatjs/cli from 6.7.1 to 6.7.2 #4242
  • πŸ”¨ Enable Storybook code panel #4243
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4244
  • πŸ”¨ Bump the vitest group across 1 directory with 2 updates #4245
  • πŸ”¨ Bump @tanstack/react-query from 4.39.2 to 4.40.0 #4248
  • πŸ”¨ Bump @carbon/charts-react from 1.23.10 to 1.23.12 #4247
  • πŸ”¨ Bump eslint-plugin-prettier from 5.4.1 to 5.5.0 #4246
  • πŸ”¨ bump golangci-lint to v2 config #4249
  • πŸ”¨ Bump @carbon/react from 1.84.0 to 1.85.0 #4250
  • πŸ”¨ Bump cypress from 14.4.1 to 14.5.0 in /packages/e2e #4251
  • πŸ”¨ Bump eslint-plugin-import from 2.31.0 to 2.32.0 #4255
  • πŸ”¨ Bump the all group across 3 directories with 4 updates #4252
  • πŸ”¨ Bump the k8s group with 2 updates #4253
  • πŸ”¨ Bump @carbon/charts-react from 1.23.12 to 1.23.13 #4254
  • πŸ”¨ Bump prettier from 3.5.3 to 3.6.0 #4256
  • πŸ”¨ Bump the storybook group across 1 directory with 6 updates #4257

Docs

  • πŸ“– Add v0.58.0 to the release docs #4216

Thanks

Thanks to these contributors who contributed to v0.59.0!

Tekton Dashboard v0.58.0

05 Jun 09:39

Choose a tag to compare

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://infra.tekton.dev/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 -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

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!

Tekton Dashboard v0.57.0 LTS

02 May 14:14

Choose a tag to compare

This Dashboard release supports Pipelines v1.0.x LTS and Triggers v0.31.x LTS.

Attestation

The Rekor UUID for this release is 108e9186e8c5677adbe35fc4c639a455a763ed7e220b6a6be07e3333b38be200c15f21588e5a95aa

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

RELEASE_FILE=https://infra.tekton.dev/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 -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 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 the RunHeader 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

  • πŸ“– Add v0.56.0 to the releases doc #4085
  • πŸ“– Add ghcr.io migration banner to README.md. #4103

Thanks

Thanks to these contributors who contributed to v0.57.0!