We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c77121 commit 7362028Copy full SHA for 7362028
hack/tools.mk
@@ -20,7 +20,7 @@ $(TOOLS_BIN_DIR)/.version_%:
20
21
CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
22
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
23
-CONTROLLER_GEN_VERSION ?= v0.17.3
+CONTROLLER_GEN_VERSION ?= v0.18.0
24
$(CONTROLLER_GEN): $(call tool_version_file,$(CONTROLLER_GEN),$(CONTROLLER_GEN_VERSION))
25
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION)
26
0 commit comments