Skip to content

Commit bba0fda

Browse files
authored
Merge pull request #497 from vdice/chore/bump-controller-gen-0.19.0
chore(Makefile): bump controller-gen to v0.19.0
2 parents 1b5e2ec + db5bbd2 commit bba0fda

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
@@ -200,7 +200,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
200200

201201
## Tool Versions
202202
KUSTOMIZE_VERSION ?= v5.2.1
203-
CONTROLLER_TOOLS_VERSION ?= v0.16.3
203+
CONTROLLER_TOOLS_VERSION ?= v0.19.0
204204

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

config/crd/bases/runtime.spinkube.dev_shims.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.16.3
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: shims.runtime.spinkube.dev
88
spec:
99
group: runtime.spinkube.dev

0 commit comments

Comments
 (0)