Skip to content

Commit fa11e90

Browse files
committed
deps - update controller-gen version
Change-Id: Ic7f7fef6b57fe709601fedbff854d2c190e50439
1 parent 953180c commit fa11e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ZC ?= $(LOCALBIN)/zc/bin/zuul-client
166166

167167
## Tool Versions
168168
KUSTOMIZE_VERSION ?= v5.3.0
169-
CONTROLLER_TOOLS_VERSION ?= v0.14.0
169+
CONTROLLER_TOOLS_VERSION ?= v0.15.0
170170
OPERATOR_SDK_VERSION ?= 1.34.2
171171
STATICCHECK_VERSION ?= 2023.1.7
172172
MKDOCS_VERSION ?= 1.5.3

config/crd/bases/sf.softwarefactory-project.io_softwarefactories.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.14.0
6+
controller-gen.kubebuilder.io/version: v0.15.0
77
name: softwarefactories.sf.softwarefactory-project.io
88
spec:
99
group: sf.softwarefactory-project.io

0 commit comments

Comments
 (0)