Skip to content

Commit

Permalink
chore: Upgrades controller-gen version
Browse files Browse the repository at this point in the history
* Can only go up 1 increment because:
 * v0.7.0 -> v0.14.0 removes the 'preserveUnkownFields' option yet v0.15.0
   restores it. No point in changing our config or risk breaking older CRDs
   by needlessly removing only to restore it later
 * v0.15.0+ cannot yet upgrade as requires golang 1.22
  • Loading branch information
phantomjinx committed Oct 21, 2024
1 parent c38bc48 commit 9e196d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ VERSION := $(subst -SNAPSHOT,-$(DATETIMESTAMP),$(VERSION))
#
# Versions of tools and binaries
#
CONTROLLER_GEN_VERSION := v0.6.1
CONTROLLER_GEN_VERSION := v0.6.2
KUSTOMIZE_VERSION := v4.5.4
OPERATOR_SDK_VERSION := v1.28.0
OPM_VERSION := v1.24.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/hawt.io_hawtios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: hawtios.hawt.io
spec:
Expand Down

0 comments on commit 9e196d9

Please sign in to comment.