From a4cc4baa35e77ef83092134e9951552f1e958d08 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Apr 2023 14:17:02 +0200 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.4.0 (#7889) 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://togithub.com/helm/chart-testing-action) | action | minor | `v2.3.1` -> `v2.4.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
helm/chart-testing-action ### [`v2.4.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.1...v2.4.0) ##### What's Changed - Retry artifact downloads by [@​steven-sheehy](https://togithub.com/steven-sheehy) in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - fix example workflow by [@​CrowdSalat](https://togithub.com/CrowdSalat) in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - docs: only run chart lint if changed by [@​fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) - docs: use GITHUB_OUTPUT in example workflow by [@​fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/107](https://togithub.com/helm/chart-testing-action/pull/107) - Use cosign to verify the release and update chart-testing to v3.8.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/116](https://togithub.com/helm/chart-testing-action/pull/116) ##### New Contributors - [@​steven-sheehy](https://togithub.com/steven-sheehy) made their first contribution in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - [@​CrowdSalat](https://togithub.com/CrowdSalat) made their first contribution in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - [@​fty4](https://togithub.com/fty4) made their first contribution in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2...v2.4.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.com/renovatebot/renovate). --- .github/workflows/charts-lint.yaml | 14 +++++++------- .github/workflows/charts-test.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 15d7e09588fc..43551164b8c0 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -53,7 +53,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Collect changes id: list-changed @@ -124,7 +124,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" @@ -158,7 +158,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" @@ -192,7 +192,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" @@ -226,7 +226,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" @@ -260,7 +260,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" @@ -294,7 +294,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (lint) run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index d7ce314411f0..c57d8eb248eb 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -87,7 +87,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Run chart-testing (list-changed) id: list-changed @@ -157,7 +157,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 @@ -202,7 +202,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 @@ -248,7 +248,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 @@ -293,7 +293,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 @@ -338,7 +338,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 @@ -383,7 +383,7 @@ jobs: python-version: "3.10" - name: Set up chart-testing - uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # tag=v2.3.1 + uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1