From ca923ed4f629a1e0c74e886741b9dda02e57133e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:07:51 +0000 Subject: [PATCH] Update kindest/node Docker tag to v1.32.1 | datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | docker | kindest/node | v1.32.0 | v1.32.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a5f87d233..5c206f0f49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Output Variables id: vars run: | - K8S_KIND_VERSION=v1.32.0 # renovate: datasource=docker depName=kindest/node + K8S_KIND_VERSION=v1.32.1 # renovate: datasource=docker depName=kindest/node echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT echo "min_k8s_version=v1.25.16" >> $GITHUB_OUTPUT echo "k8s_latest=${K8S_KIND_VERSION}" >> $GITHUB_OUTPUT diff --git a/Makefile b/Makefile index 39554f3f2b..9078423ab5 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS) # renovate: datasource=github-tags depName=golangci/golangci-lint GOLANGCI_LINT_VERSION = v1.63.4 # renovate: datasource=docker depName=kindest/node -KIND_K8S_VERSION = v1.32.0 +KIND_K8S_VERSION = v1.32.1 # renovate: datasource=github-tags depName=norwoodj/helm-docs HELM_DOCS_VERSION = v1.14.2 # renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs