Releases: tektoncd/dashboard
Tekton Dashboard v0.66.0
This Dashboard release supports Pipelines v1.9.x LTS, v1.10.x, and Triggers v0.34.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677aac5f53502c463c06f272b666c61721f3368ba5798ee7d6c33dfee1ba71859b8c
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.66.0/release.yaml
REKOR_UUID=108e9186e8c5677aac5f53502c463c06f272b666c61721f3368ba5798ee7d6c33dfee1ba71859b8c
# 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.66.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 step-security/harden-runner from 2.14.0 to 2.14.1 #4733
- π¨ Bump github/codeql-action from 4.31.11 to 4.32.0 #4734
- π¨ Bump the all group across 3 directories with 3 updates #4735
- π¨ Bump @formatjs/cli from 6.12.0 to 6.12.1 #4737
- π¨ Bump the storybook group across 1 directory with 6 updates #4736
- π¨ Bump @carbon/react from 1.99.0 to 1.100.0 #4740
- π¨ Bump @eslint/compat from 2.0.1 to 2.0.2 #4739
- π¨ Bump globals from 17.1.0 to 17.3.0 #4738
- π¨ Update use of actions from plumbing to specify branch in comment #4742
- π¨ Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 #4743
- π¨ Bump github/codeql-action from 4.32.0 to 4.32.2 #4744
- π¨ Bump the all group across 2 directories with 2 updates #4745
- π¨ Bump step-security/harden-runner from 2.14.1 to 2.14.2 #4746
- π¨ Bump the storybook group across 1 directory with 6 updates #4747
- π¨ Bump @vitejs/plugin-react-swc from 4.2.2 to 4.2.3 #4749
- π¨ Bump msw from 2.12.7 to 2.12.9 #4750
- π¨ Bump @formatjs/cli from 6.12.1 to 6.12.2 #4753
- π¨ Bump jsdom from 27.4.0 to 28.0.0 #4751
- π¨ Bump cypress from 15.9.0 to 15.10.0 in /packages/e2e #4754
- π¨ Use buildx version from GitHub Actions runner image #4758
- π¨ Update E2E tests to Triggers v0.35.0 #4756
- π¨ Bump qs from 6.14.1 to 6.14.2 in /packages/e2e #4757
- π¨ Bump the k8s group with 2 updates #4759
- π¨ Bump github/codeql-action from 4.32.2 to 4.32.3 #4760
- π¨ Bump the all group across 2 directories with 2 updates #4761
- π¨ Bump msw from 2.12.9 to 2.12.10 #4763
- π¨ Bump @carbon/react from 1.100.0 to 1.101.0 #4766
- π¨ Bump the storybook group across 1 directory with 6 updates #4762
- π¨ Bump eslint from 9.39.1 to 9.39.2 #4764
- π¨ Bump jsdom from 28.0.0 to 28.1.0 #4765
- π¨ Bump systeminformation from 5.29.1 to 5.31.1 in /packages/e2e #4767
- π¨ Bump github/codeql-action from 4.32.3 to 4.32.4 #4768
- π¨ Bump actions/dependency-review-action from 4.8.2 to 4.8.3 #4769
- π¨ Bump the all group across 2 directories with 2 updates #4770
- π¨ Bump the storybook group across 1 directory with 6 updates #4771
- π¨ Bump eslint-plugin-cypress from 5.2.0 to 6.1.0 #4772
- π¨ Bump @formatjs/cli from 6.12.2 to 6.13.0 #4775
- π¨ Bump eslint from 9.39.2 to 9.39.3 #4774
- π¨ Update E2E tests to Pipelines v1.9.1 #4777
- π¨ Update rollup-plugin-visualizer to v7.0.0 #4778
- π¨ ci: replace individual fan-in with unified CI summary job #4779
- π¨ Update rollup and minimatch #4780
- π¨ Update E2E tests to Pipelines v1.10.0 #4781
Docs
- π Add v0.65.0 to the releases doc #4741
Thanks
Thanks to these contributors who contributed to v0.66.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @vdemeester
Tekton Dashboard v0.65.0 LTS
This Dashboard release supports Pipelines v1.9.x LTS and Triggers v0.34.x LTS.
Attestation
The Rekor UUID for this release is 108e9186e8c5677a1dd0f85db501a0dec999eb48f44934da5803d3232c7a49e78688a08da03b8e34
Verify that all container images in the release file are in the attestation:
RELEASE_FILE=https://infra.tekton.dev/tekton-releases/dashboard/previous/v0.65.0/release.yaml
REKOR_UUID=108e9186e8c5677a1dd0f85db501a0dec999eb48f44934da5803d3232c7a49e78688a08da03b8e34
# 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.65.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 scroll to top/bottom buttons to all pages #4607
Misc
- π¨ Output summary of failures at end of Node.js tests #4652
- π¨ Bump the k8s group with 2 updates #4655
- π¨ Bump github/codeql-action from 4.31.7 to 4.31.8 #4656
- π¨ Bump actions/upload-artifact from 5.0.0 to 6.0.0 #4657
- π¨ Bump step-security/harden-runner from 2.13.3 to 2.14.0 #4658
- π¨ Bump the all group across 3 directories with 3 updates #4659
- π¨ Bump sass-embedded from 1.93.3 to 1.96.0 #4662
- π¨ Bump @uiw/react-codemirror from 4.25.3 to 4.25.4 #4661
- π¨ Bump jsdom from 27.2.0 to 27.3.0 #4663
- π¨ Bump @eslint/js from 9.39.1 to 9.39.2 #4665
- π¨ Bump vite from 7.2.6 to 7.3.0 #4664
- π¨ Bump Storybook from 10.1.4 to 10.1.9 #4666
- π¨ Remove GHCR migration notice from the readme #4667
- π¨ Bump cypress from 15.7.1 to 15.8.0 #4668
- π¨ Bump the storybook group across 1 directory with 6 updates #4673
- π¨ Bump github/codeql-action from 4.31.8 to 4.31.9 #4671
- π¨ Bump the all group across 2 directories with 1 update #4672
- π¨ Bump the vitest group across 1 directory with 2 updates #4674
- π¨ Bump sass-embedded from 1.96.0 to 1.97.1 #4677
- π¨ Bump @formatjs/cli from 6.7.4 to 6.8.4 #4679
- π¨ Bump cypress from 15.8.0 to 15.8.1 in /packages/e2e #4680
- π¨ Bump the all group across 2 directories with 2 updates #4681
- π¨ Bump jsdom from 27.3.0 to 27.4.0 #4684
- π¨ Bump the storybook group across 1 directory with 6 updates #4687
- π¨ Bump @formatjs/cli from 6.8.4 to 6.9.0 #4690
- π¨ Bump msw from 2.12.4 to 2.12.7 #4685
- π¨ Bump globals from 16.5.0 to 17.0.0 #4691
- π¨ Remove override for systeminformation version #4692
- π¨ Bump golangci-lint from 2.1.6 to 2.7.2 #4693
- π¨ Bump the k8s group with 2 updates #4670
- π¨ Bump @remix-run/router and react-router-dom #4695
- π¨ Add support for hiding the Tekton log results sidecar #4694
- π¨ Bump cypress from 15.8.1 to 15.8.2 in /packages/e2e #4702
- π¨ Bump the all group across 2 directories with 2 updates #4696
- π¨ Bump @formatjs/cli from 6.9.0 to 6.10.0 #4697
- π¨ Bump vite from 7.3.0 to 7.3.1 #4698
- π¨ Bump @carbon/charts-react from 1.27.0 to 1.27.2 #4699
- π¨ Bump sass-embedded from 1.97.1 to 1.97.2 #4700
- π¨ Bump @eslint/compat from 2.0.0 to 2.0.1 #4701
- π¨ Publish v0.65.0-alpha.0 of the @tektoncd/dashboard-* packages #4703
- π¨ Publish v0.65.0-alpha.1 of the @tektoncd/dashboard-* packages #4705
- π¨ Bump actions/setup-node from 6.1.0 to 6.2.0 #4706
- π¨ Bump cypress from 15.8.2 to 15.9.0 in /packages/e2e #4715
- π¨ Bump the vitest group across 1 directory with 2 updates #4710
- π¨ Bump github/codeql-action from 4.31.9 to 4.31.10 #4707
- π¨ Bump actions/setup-go from 6.1.0 to 6.2.0 #4708
- π¨ Bump the all group across 2 directories with 2 updates #4709
- π¨ Bump prettier from 3.7.4 to 3.8.0 #4714
- π¨ Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 #4711
- π¨ Bump @formatjs/cli from 6.10.0 to 6.11.0 #4713
- π¨ Bump @carbon/react from 1.97.0 to 1.99.0 #4712
- π¨ Update pagination labels to match latest Carbon guidelines #4716
- π¨ Wrap chains logs in collapsible group for nightly builds #4717
- π¨ Bump lodash from 4.17.21 to 4.17.23 #4719
- π¨ Bump lodash from 4.17.21 to 4.17.23 in /packages/e2e #4718
- π¨ allow the scroll button thresholds to be configurable #4720
- π¨ Bump github/codeql-action from 4.31.10 to 4.31.11 #4721
- π¨ Bump actions/checkout from 6.0.1 to 6.0.2 #4722
- π¨ Bump the all group across 2 directories with 2 updates #4723
- π¨ Bump the storybook group across 1 directory with 6 updates #4724
- π¨ Bump the vitest group across 1 directory with 2 updates #4725
- π¨ Bump globals from 17.0.0 to 17.1.0 #4726
- π¨ Bump @formatjs/cli from 6.11.0 to 6.12.0 #4727
- π¨ Bump sass-embedded from 1.97.2 to 1.97.3 #4729
- π¨ Bump prettier from 3.8.0 to 3.8.1 #4728
- π¨ Publish v0.65.0-alpha.2 of the @tektoncd/dashboard-* packages #4730
- π¨ Update lodash-es #4731
- π¨ feat: add cherry-pick command workflow #4653
- π¨ Update E2E tests to Pipelines v1.9.0 #4732
Docs
- π Add v0.64.0 to the releases doc #4651
- π Recommend use of npm ci instead of install for local dev #4654
Thanks
Thanks to these contributors who contributed to v0.65.0!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @LyndseyBu
- β€οΈ @vdemeester
Tekton Dashboard v0.64.0
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
acbab6atoe2223a0in /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...
Tekton Dashboard v0.63.1 LTS
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!
- β€οΈ @AlanGreene
Tekton Dashboard v0.63.0 LTS
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!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard v0.62.0
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!
- β€οΈ @AlanGreene
- β€οΈ @anithapriyanatarajan
- β€οΈ @dependabot[bot]
Tekton Dashboard v0.61.0
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!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
Tekton Dashboard v0.60.0 LTS
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/armimages (affecting armv5, armv6, armv7) are no longer produced as part of the release and are no longer supported. Images forlinux/arm64(also known asaarch64) 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...
Tekton Dashboard v0.57.1 LTS
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-robot
Tekton Dashboard v0.59.0
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!
- β€οΈ @AlanGreene
- β€οΈ @dependabot[bot]
- β€οΈ @tylerauerbeck