From 9e196d9e1d92d02fe54b6b269ac4fade426c34a8 Mon Sep 17 00:00:00 2001
From: phantomjinx
Date: Mon, 21 Oct 2024 17:01:24 +0100
Subject: [PATCH] chore: Upgrades controller-gen version
* 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
---
Makefile | 2 +-
deploy/crd/hawt.io_hawtios.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 0db19e7b3d..92fa758b37 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/deploy/crd/hawt.io_hawtios.yaml b/deploy/crd/hawt.io_hawtios.yaml
index 46f61fe421..ee3ad101c7 100644
--- a/deploy/crd/hawt.io_hawtios.yaml
+++ b/deploy/crd/hawt.io_hawtios.yaml
@@ -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: