Skip to content

Commit

Permalink
update controller-gen to v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <anurag.kumar@syself.com>
  • Loading branch information
kranurag7 authored and janiskemper committed May 10, 2024
1 parent 0520b85 commit f6ab559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/clusterstack.x-k8s.io_clusteraddons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/clusterstack.x-k8s.io_clusterstacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6ab559

Please sign in to comment.