33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 1.5.1
6+ VERSION ?= 1.6.0
77
88# CHANNELS define the bundle channels used in the bundle.
99# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
4848
4949# Set the Operator SDK version to use. By default, what is installed on the system is used.
5050# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
51- OPERATOR_SDK_VERSION ?= v1.39 .1
51+ OPERATOR_SDK_VERSION ?= v1.41 .1
5252
5353# Image URL to use all building/pushing image targets
5454IMG ?= controller:latest
@@ -67,15 +67,15 @@ GEN_CRD_API_REFERENCE_DOCS ?= $(LOCALBIN)/gen-crd-api-reference-docs
6767GEN_API_REF_DOCS_VERSION ?= 71fefeed89106e8d2879b9797e5991d414336182
6868
6969# # Tool Versions
70- KUSTOMIZE_VERSION ?= v5.6.0
71- CONTROLLER_TOOLS_VERSION ?= v0.17.2
70+ KUSTOMIZE_VERSION ?= v5.7.1
71+ CONTROLLER_TOOLS_VERSION ?= v0.19.0
7272
7373# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
74- ENVTEST_K8S_VERSION = 1.32 .1
74+ ENVTEST_K8S_VERSION = 1.34 .1
7575UNAME := $(shell uname -s | tr '[:upper:]' '[:lower:]')
7676KIND_BINARY := kind-$(UNAME ) -amd64
7777KIND = $(LOCALBIN ) /kind
78- KIND_VERSION ?= 0.26 .0
78+ KIND_VERSION ?= 0.30 .0
7979
8080# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8181ifeq (,$(shell go env GOBIN) )
@@ -158,7 +158,7 @@ $(KIND): $(LOCALBIN)
158158 fi
159159
160160GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
161- GOLANGCI_LINT_VERSION ?= v1.64.5
161+ GOLANGCI_LINT_VERSION ?= v2.4.0
162162golangci-lint :
163163 @[ -f $( GOLANGCI_LINT) ] || { \
164164 set -e ; \
0 commit comments