Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/controller-tools to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent b7b3e84 commit 13e1360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(TOOLS_BIN_DIR)/.version_%:

CONTROLLER_GEN := $(TOOLS_BIN_DIR)/controller-gen
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_GEN_VERSION ?= v0.16.0
CONTROLLER_GEN_VERSION ?= v0.16.1
$(CONTROLLER_GEN): $(call tool_version_file,$(CONTROLLER_GEN),$(CONTROLLER_GEN_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION)

Expand Down

0 comments on commit 13e1360

Please sign in to comment.