Skip to content

Commit 54e6eb0

Browse files
authored
Update to kustomize v5 (#1963)
We're a full version behind, and this may be useful for feature gate work. Signed-off-by: Todd Short <[email protected]>
1 parent 6cd629e commit 54e6eb0

File tree

4 files changed

+63
-208
lines changed

4 files changed

+63
-208
lines changed

.bingo/Variables.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ $(KIND): $(BINGO_DIR)/kind.mod
5959
@echo "(re)installing $(GOBIN)/kind-v0.27.0"
6060
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.27.0 "sigs.k8s.io/kind"
6161

62-
KUSTOMIZE := $(GOBIN)/kustomize-v4.5.7
62+
KUSTOMIZE := $(GOBIN)/kustomize-v5.6.0
6363
$(KUSTOMIZE): $(BINGO_DIR)/kustomize.mod
6464
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
65-
@echo "(re)installing $(GOBIN)/kustomize-v4.5.7"
66-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN)/kustomize-v4.5.7 "sigs.k8s.io/kustomize/kustomize/v4"
65+
@echo "(re)installing $(GOBIN)/kustomize-v5.6.0"
66+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN)/kustomize-v5.6.0 "sigs.k8s.io/kustomize/kustomize/v5"
6767

6868
OPERATOR_SDK := $(GOBIN)/operator-sdk-v1.39.1
6969
$(OPERATOR_SDK): $(BINGO_DIR)/operator-sdk.mod

.bingo/kustomize.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.20
3+
go 1.23.4
44

5-
require sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
5+
require sigs.k8s.io/kustomize/kustomize/v5 v5.6.0

0 commit comments

Comments
 (0)