This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ endif
6969# # Binaries.
7070
7171# Sync to controller-tools version in https://github.com/kubernetes-sigs/cluster-api/blob/v{VERSION}/hack/tools/go.mod
72- CONTROLLER_GEN_VER := v0.13 .0
72+ CONTROLLER_GEN_VER := v0.14 .0
7373CONTROLLER_GEN_BIN := controller-gen
7474CONTROLLER_GEN := $(TOOLS_BIN_DIR ) /$(CONTROLLER_GEN_BIN ) -$(CONTROLLER_GEN_VER )
7575
7676# Sync to k8s.io/* versions in https://github.com/kubernetes-sigs/cluster-api/blob/v{VERSION}/go.mod
77- CONVERSION_GEN_VER := v0.28.4
77+ CONVERSION_GEN_VER := v0.29.3
7878CONVERSION_GEN_BIN := conversion-gen
7979CONVERSION_GEN := $(TOOLS_BIN_DIR ) /$(CONVERSION_GEN_BIN ) -$(CONVERSION_GEN_VER )
8080
@@ -95,7 +95,7 @@ KUSTOMIZE_BIN := kustomize
9595KUSTOMIZE := $(TOOLS_BIN_DIR ) /$(KUSTOMIZE_BIN ) -$(KUSTOMIZE_VER )
9696
9797# Sync to github.com/onsi/ginkgo verison in https://github.com/kubernetes-sigs/cluster-api/blob/v{VERSION}/go.mod
98- GINKGO_VER := v2.13 .1
98+ GINKGO_VER := v2.17 .1
9999GINKGO_BIN := ginkgo
100100GINKGO := $(abspath $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER ) )
101101GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
You can’t perform that action at this time.
0 commit comments