From 8aed47a8781d5e53e445e3972c315c09776560d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:39:01 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.31.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 721aa28d5..ed4c85018 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ env: # renovate: datasource=github-releases depName=kubernetes/kubernetes KUBECTL_VERSION: "v1.34.3" # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_BINARY_VERSION: "v0.30.0" + KIND_BINARY_VERSION: "v0.31.0" # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: "v4.0.4" # renovate: datasource=github-releases depName=helm-unittest/helm-unittest