From 645b8266058eab59e0ff1850eb18d2a766e093d4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 5 Nov 2025 16:41:58 +0100 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20helm/chart-tes?= =?UTF-8?q?ting-action=20action=20v2.7.0=20=E2=86=92=20v2.8.0=20(#41452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/chart-testing-action](https://redirect.github.com/helm/chart-testing-action) | action | minor | `0d28d31` -> `6ec842c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
helm/chart-testing-action (helm/chart-testing-action) ### [`v2.8.0`](https://redirect.github.com/helm/chart-testing-action/releases/tag/v2.8.0) [Compare Source](https://redirect.github.com/helm/chart-testing-action/compare/v2.7.0...v2.8.0) ##### What's Changed - Bump the actions group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​171](https://redirect.github.com/helm/chart-testing-action/pull/171) - Fix the broken link for GitHub Help Documentation by [@​subramani95](https://redirect.github.com/subramani95) in [#​174](https://redirect.github.com/helm/chart-testing-action/pull/174) - bump ct and yamale version by [@​cpanato](https://redirect.github.com/cpanato) in [#​178](https://redirect.github.com/helm/chart-testing-action/pull/178) - Bump actions/checkout from 4.2.2 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​181](https://redirect.github.com/helm/chart-testing-action/pull/181) - Bump actions/setup-python from 5.4.0 to 6.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​179](https://redirect.github.com/helm/chart-testing-action/pull/179) - Bump the actions group across 1 directory with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​183](https://redirect.github.com/helm/chart-testing-action/pull/183) - Use uv instead of python venv by [@​nikolaik](https://redirect.github.com/nikolaik) in [#​172](https://redirect.github.com/helm/chart-testing-action/pull/172) - Bump sigstore/cosign-installer from 3.8.1 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​184](https://redirect.github.com/helm/chart-testing-action/pull/184) ##### New Contributors - [@​subramani95](https://redirect.github.com/subramani95) made their first contribution in [#​174](https://redirect.github.com/helm/chart-testing-action/pull/174) - [@​nikolaik](https://redirect.github.com/nikolaik) made their first contribution in [#​172](https://redirect.github.com/helm/chart-testing-action/pull/172) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/charts-test.yaml | 12 ++++++------ .github/workflows/common-tests.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index eb089db2302..261c0a4258d 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -157,7 +157,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -229,7 +229,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -301,7 +301,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -373,7 +373,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -445,7 +445,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') @@ -518,7 +518,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Update containerd config if: contains(matrix.chart, 'Spegel') diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 851e76534b2..277d3be5ed4 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -66,7 +66,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Run chart-testing (lint) id: lint @@ -180,7 +180,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Create k3d cluster - Attempt 1/3 continue-on-error: true