From 0d07c30c86704b49905b9d6674d96b635cd2c553 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Thu, 28 Mar 2024 08:59:46 -0400 Subject: [PATCH] bump kind to 0.22.0 (#238) Signed-off-by: Joe Lanford --- .bingo/Variables.mk | 8 ++++---- .bingo/kind.mod | 2 +- .bingo/kind.sum | 2 ++ .bingo/variables.env | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index 4685a83..7da8f0d 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST))) GOPATH ?= $(shell go env GOPATH) @@ -47,11 +47,11 @@ $(GORELEASER): $(BINGO_DIR)/goreleaser.mod @echo "(re)installing $(GOBIN)/goreleaser-v1.16.2" @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=goreleaser.mod -o=$(GOBIN)/goreleaser-v1.16.2 "github.com/goreleaser/goreleaser" -KIND := $(GOBIN)/kind-v0.20.0 +KIND := $(GOBIN)/kind-v0.22.0 $(KIND): $(BINGO_DIR)/kind.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/kind-v0.20.0" - @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.20.0 "sigs.k8s.io/kind" + @echo "(re)installing $(GOBIN)/kind-v0.22.0" + @cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.22.0 "sigs.k8s.io/kind" KUSTOMIZE := $(GOBIN)/kustomize-v5.0.1 $(KUSTOMIZE): $(BINGO_DIR)/kustomize.mod diff --git a/.bingo/kind.mod b/.bingo/kind.mod index 38a8faf..9c55ff9 100644 --- a/.bingo/kind.mod +++ b/.bingo/kind.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.20 -require sigs.k8s.io/kind v0.20.0 +require sigs.k8s.io/kind v0.22.0 diff --git a/.bingo/kind.sum b/.bingo/kind.sum index 7b8a0e0..f6baf28 100644 --- a/.bingo/kind.sum +++ b/.bingo/kind.sum @@ -38,5 +38,7 @@ sigs.k8s.io/kind v0.15.0 h1:Fskj234L4hjQlsScCgeYvCBIRt06cjLzc7+kbr1u8Tg= sigs.k8s.io/kind v0.15.0/go.mod h1:cKTqagdRyUQmihhBOd+7p43DpOPRn9rHsUC08K1Jbsk= sigs.k8s.io/kind v0.20.0 h1:f0sc3v9mQbGnjBUaqSFST1dwIuiikKVGgoTwpoP33a8= sigs.k8s.io/kind v0.20.0/go.mod h1:aBlbxg08cauDgZ612shr017/rZwqd7AS563FvpWKPVs= +sigs.k8s.io/kind v0.22.0 h1:z/+yr/azoOfzsfooqRsPw1wjJlqT/ukXP0ShkHwNlsI= +sigs.k8s.io/kind v0.22.0/go.mod h1:aBlbxg08cauDgZ612shr017/rZwqd7AS563FvpWKPVs= sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= diff --git a/.bingo/variables.env b/.bingo/variables.env index e387a75..f9be607 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. # Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk. GOBIN=${GOBIN:=$(go env GOBIN)} @@ -18,7 +18,7 @@ GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.53.3" GORELEASER="${GOBIN}/goreleaser-v1.16.2" -KIND="${GOBIN}/kind-v0.20.0" +KIND="${GOBIN}/kind-v0.22.0" KUSTOMIZE="${GOBIN}/kustomize-v5.0.1"