Skip to content

Commit 8baf967

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Sync common Makefile
Signed-off-by: Dale Haiducek <[email protected]>
1 parent ca69e4f commit 8baf967

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build/common/Makefile.common.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
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.14.0
6+
CONTROLLER_GEN_VERSION := v0.16.3
77
# https://github.com/kubernetes-sigs/kustomize/releases/latest
8-
KUSTOMIZE_VERSION := v5.3.0
8+
KUSTOMIZE_VERSION := v5.4.3
99
# https://github.com/golangci/golangci-lint/releases/latest
1010
GOLANGCI_VERSION := v1.52.2
1111
# https://github.com/mvdan/gofumpt/releases/latest
12-
GOFUMPT_VERSION := v0.6.0
12+
GOFUMPT_VERSION := v0.7.0
1313
# https://github.com/daixiang0/gci/releases/latest
14-
GCI_VERSION := v0.13.4
14+
GCI_VERSION := v0.13.5
1515
# https://github.com/securego/gosec/releases/latest
16-
GOSEC_VERSION := v2.19.0
16+
GOSEC_VERSION := v2.21.3
1717
# https://github.com/kubernetes-sigs/kubebuilder/releases/latest
18-
KBVERSION := 3.14.1
18+
KBVERSION := 3.15.1
1919
# https://github.com/kubernetes/kubernetes/releases/latest
20-
ENVTEST_K8S_VERSION := 1.29.x
20+
ENVTEST_K8S_VERSION := 1.30.x
2121

2222
LOCAL_BIN ?= $(error LOCAL_BIN is not set.)
2323
ifneq ($(findstring $(LOCAL_BIN), $(PATH)), $(LOCAL_BIN))

0 commit comments

Comments
 (0)