Skip to content

Commit c7af124

Browse files
committed
chore: bump deps
1 parent aecdb3c commit c7af124

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ OPERATOR_SDK_VERSION ?= v1.39.1
5353
# Image URL to use all building/pushing image targets
5454
IMG ?= controller:latest
5555
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
56-
ENVTEST_K8S_VERSION = 1.32.0
56+
ENVTEST_K8S_VERSION = 1.32.1
5757

5858
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5959
ifeq (,$(shell go env GOBIN))
@@ -121,7 +121,7 @@ test-e2e:
121121
go test ./test/e2e/ -v -ginkgo.v
122122

123123
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
124-
GOLANGCI_LINT_VERSION ?= v1.63.4
124+
GOLANGCI_LINT_VERSION ?= v1.64.5
125125
golangci-lint:
126126
@[ -f $(GOLANGCI_LINT) ] || { \
127127
set -e ;\
@@ -214,7 +214,7 @@ GEN_API_REF_DOCS_VERSION ?= 71fefeed89106e8d2879b9797e5991d414336182
214214

215215
## Tool Versions
216216
KUSTOMIZE_VERSION ?= v5.6.0
217-
CONTROLLER_TOOLS_VERSION ?= v0.17.1
217+
CONTROLLER_TOOLS_VERSION ?= v0.17.2
218218

219219
.PHONY: kustomize
220220
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.

config/crd/bases/cloudflare-operator.io_accounts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.17.2
77
name: accounts.cloudflare-operator.io
88
spec:
99
group: cloudflare-operator.io

config/crd/bases/cloudflare-operator.io_dnsrecords.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.17.2
77
name: dnsrecords.cloudflare-operator.io
88
spec:
99
group: cloudflare-operator.io

config/crd/bases/cloudflare-operator.io_ips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.17.2
77
name: ips.cloudflare-operator.io
88
spec:
99
group: cloudflare-operator.io

config/crd/bases/cloudflare-operator.io_zones.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.17.2
77
name: zones.cloudflare-operator.io
88
spec:
99
group: cloudflare-operator.io

0 commit comments

Comments
 (0)