Skip to content

Commit 8123167

Browse files
chore(deps): update dependency kubernetes-sigs/controller-tools to v0.20.1 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 699b625 commit 8123167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
210210

211211
## Tool Versions
212212
KUSTOMIZE_VERSION ?= v5.8.1 # github-releases:kubernetes-sigs/kustomize:kustomize/(?<version>.*)
213-
CONTROLLER_TOOLS_VERSION ?= v0.20.0 # github-releases:kubernetes-sigs/controller-tools
213+
CONTROLLER_TOOLS_VERSION ?= v0.20.1 # github-releases:kubernetes-sigs/controller-tools
214214
ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime
215215
GOLANGCI_LINT_VERSION ?= v2.8.0 # github-releases:golangci/golangci-lint
216216

0 commit comments

Comments
 (0)