From 11d154ef7a525d68db08a1821979a941a64d802c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:56:00 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/kind to v0.25.0 Signed-off-by: renovate[bot] --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 67c7f2b98..91a8acf5e 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,7 @@ env: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.2 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.24.0 + KIND_VERSION: v0.25.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium CILIUM_VERSION: v1.16.3