From e42f2b744af51d34595e8db9e226a7703d2faf0f Mon Sep 17 00:00:00 2001 From: Hyeongju Johannes Lee Date: Wed, 18 Jan 2023 18:23:01 +0200 Subject: [PATCH] Makefile: upgrade version of tools Signed-off-by: Hyeongju Johannes Lee --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index cf48e0a5f..8885c4f4f 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ BUILDTAGS ?= "" BUILDER ?= "docker" EXTRA_BUILD_ARGS ?= "" -CERT_MANAGER_VERSION ?= v1.9.1 -CONTROLLER_GEN_VERSION ?= v0.10.0 -GOLANGCI_LINT_VERSION ?= v1.50.0 -KIND_VERSION ?= v0.16.0 -GOLICENSES_VERSION ?= v1.4.0 +CERT_MANAGER_VERSION ?= v1.11.0 +CONTROLLER_GEN_VERSION ?= v0.11.1 +GOLANGCI_LINT_VERSION ?= v1.50.1 +KIND_VERSION ?= v0.17.0 +GOLICENSES_VERSION ?= v1.6.0 # Default bundle image tag BUNDLE_IMG ?= intel-device-plugins-controller-bundle:$(TAG) # Options for 'bundle-build'