Skip to content

Commit df494ef

Browse files
Microzuul CIGerrit Code Review
Microzuul CI
authored and
Gerrit Code Review
committed
Merge "deps - update controller-gen version"
2 parents 992e6ed + fa11e90 commit df494ef

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)