From 211d9d5053edbc9fcf909990d2fd67a50367b961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:54:55 -0800 Subject: [PATCH] Bump helm/kind-action from 1.11.0 to 1.12.0 (#1587) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/functional_test_v2.yaml | 2 +- .github/workflows/helm-test.yaml | 2 +- .github/workflows/migration_tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 31b17d8dad..c0826b47ab 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -60,7 +60,7 @@ jobs: ~/go/pkg/mod key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }} - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8s-version }} kubectl_version: ${{ matrix.k8s-version }} diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 7fdc0c1fa4..d68ce88d45 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -44,7 +44,7 @@ jobs: make unittest - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 # Only build a kind cluster if there are chart changes to test. if: steps.list-changed.outputs.changed == 'true' diff --git a/.github/workflows/migration_tests.yaml b/.github/workflows/migration_tests.yaml index ef9767d90e..92d2fd4504 100644 --- a/.github/workflows/migration_tests.yaml +++ b/.github/workflows/migration_tests.yaml @@ -42,7 +42,7 @@ jobs: ~/go/pkg/mod key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }} - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:${{ matrix.k8s-version }} kubectl_version: ${{ matrix.k8s-version }}