File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44# # CLI versions (with links to the latest releases)
55# https://github.com/kubernetes-sigs/controller-tools/releases/latest
6- CONTROLLER_GEN_VERSION := v0.6.1
6+ CONTROLLER_GEN_VERSION := v0.14.0
77# https://github.com/kubernetes-sigs/kustomize/releases/latest
88KUSTOMIZE_VERSION := v5.3.0
99# https://github.com/golangci/golangci-lint/releases/latest
1010GOLANGCI_VERSION := v1.52.2
1111# https://github.com/mvdan/gofumpt/releases/latest
1212GOFUMPT_VERSION := v0.6.0
1313# https://github.com/daixiang0/gci/releases/latest
14- GCI_VERSION := v0.12.1
14+ GCI_VERSION := v0.12.3
1515# https://github.com/securego/gosec/releases/latest
16- GOSEC_VERSION := v2.18.2
16+ GOSEC_VERSION := v2.19.0
1717# https://github.com/kubernetes-sigs/kubebuilder/releases/latest
18- KBVERSION := 3.12 .0
18+ KBVERSION := 3.14 .0
1919# https://github.com/kubernetes/kubernetes/releases/latest
20- ENVTEST_K8S_VERSION := 1.26 .x
20+ ENVTEST_K8S_VERSION := 1.29 .x
2121
2222LOCAL_BIN ?= $(error LOCAL_BIN is not set.)
2323ifneq ($(findstring $(LOCAL_BIN ) , $(PATH ) ) , $(LOCAL_BIN ) )
You can’t perform that action at this time.
0 commit comments