From 0c846f2ce56767650c55ff4bc02a34af511553d0 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 23 Jun 2024 13:23:07 +0200 Subject: [PATCH] Upgrade Makefile controller-tools version to v0.14.0. This avoids a segfault linked to Go 1.22. See https://github.com/kubernetes-sigs/controller-tools/issues/880. --- Makefile | 2 +- config/crd/bases/hydra.ory.sh_oauth2clients.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ac35b28..c7daa63 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions -CONTROLLER_TOOLS_VERSION ?= v0.11.3 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 ENVTEST_K8S_VERSION = 1.26.1 # Image URL to use all building/pushing image targets diff --git a/config/crd/bases/hydra.ory.sh_oauth2clients.yaml b/config/crd/bases/hydra.ory.sh_oauth2clients.yaml index 57c2154..a777f8c 100644 --- a/config/crd/bases/hydra.ory.sh_oauth2clients.yaml +++ b/config/crd/bases/hydra.ory.sh_oauth2clients.yaml @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.11.3 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.14.0 name: oauth2clients.hydra.ory.sh spec: group: hydra.ory.sh