From 1a04f6152cc50651106ebc2e1462766e6ef9063f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:03:40 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/kind to v0.22.0 | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | kubernetes-sigs/kind | 0.17.0 | 0.22.0 | --- .chezmoitemplates/after/software_bins.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/after/software_bins.tmpl b/.chezmoitemplates/after/software_bins.tmpl index 22d198d..57f9f6d 100644 --- a/.chezmoitemplates/after/software_bins.tmpl +++ b/.chezmoitemplates/after/software_bins.tmpl @@ -28,7 +28,7 @@ KUBERNETES_VERSION=1.26.1 #https://github.com/kubernetes-sigs/kind/releases # renovate: datasource=github-tags depName=kubernetes-sigs/kind extractVersion=^v(?.*)$ -KIND_VERSION=0.17.0 +KIND_VERSION=0.22.0 # renovate: datasource=github-tags depName=docker/buildx extractVersion=^v(?.*)$ BUILDX_VERSION=0.10.1