Skip to content
Prev Previous commit
Next Next commit
updated controller-gen to v0.14.0
Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit committed Aug 27, 2024
commit 9293a43882276da0bf5d6e7bec872194276f48c9
1 change: 0 additions & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fetch-test-crds:

CONTROLLER_GEN ?= $(shell pwd)/common/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.1)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)

KIND ?= $(shell pwd)/common/bin/kind
kind: ## Download kind locally if necessary.
Expand Down