From 4cd2876a6cf7c48834120fd83f621d553264ba70 Mon Sep 17 00:00:00 2001 From: kranurag7 Date: Tue, 7 May 2024 20:56:35 +0530 Subject: [PATCH] update controller-gen to v0.14.0 Signed-off-by: kranurag7 --- Makefile | 2 +- config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml | 2 +- .../crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml | 2 +- config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b736fad8b..f8a611708 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ CTLPTL_VERSION := 0.8.25 # need in CI for releasing CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR)/controller-gen) $(CONTROLLER_GEN): # Build controller-gen from tools folder. - go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0 + go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 # need this in CI for releasing KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/kustomize) diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml index cf5cc0b66..b2dabdb3c 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusteraddons.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml index 8250ec24d..9f59f40a1 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusterstackreleases.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusterstackreleases.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io diff --git a/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml b/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml index 752958262..da92319c6 100644 --- a/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml +++ b/config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.15.0 + controller-gen.kubebuilder.io/version: v0.14.0 name: clusterstacks.clusterstack.x-k8s.io spec: group: clusterstack.x-k8s.io