Skip to content

Commit 67f6b1b

Browse files
committed
Bump CONTROLLER_TOOLS_VERSION to 0.14.0
bump controller tools to the version which bumps k8s deps to v0.29.0, which aligns with the version in the operators. Signed-off-by: Martin Schuppert <[email protected]>
1 parent 3a1da5e commit 67f6b1b

14 files changed

+17
-25
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
241241

242242
## Tool Versions
243243
KUSTOMIZE_VERSION ?= v3.8.7
244-
CONTROLLER_TOOLS_VERSION ?= v0.11.1
244+
CONTROLLER_TOOLS_VERSION ?= v0.14.0
245245
GOTOOLCHAIN_VERSION ?= go1.21.0
246246

247247
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"

PROJECT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ resources:
2424
group: manila
2525
kind: Manila
2626
path: github.com/openstack-k8s-operators/manila-operator/api/v1beta1
27+
plural: manilas
2728
version: v1beta1
2829
webhooks:
2930
defaulting: true

api/bases/manila.openstack.org_manilaapis.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilaapis.manila.openstack.org
98
spec:
109
group: manila.openstack.org

api/bases/manila.openstack.org_manilas.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilas.manila.openstack.org
98
spec:
109
group: manila.openstack.org

api/bases/manila.openstack.org_manilaschedulers.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilaschedulers.manila.openstack.org
98
spec:
109
group: manila.openstack.org

api/bases/manila.openstack.org_manilashares.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilashares.manila.openstack.org
98
spec:
109
group: manila.openstack.org

api/v1beta1/manila_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ type ManilaStatus struct {
156156

157157
//+kubebuilder:object:root=true
158158
//+kubebuilder:subresource:status
159+
//+kubebuilder:resource:path=manilas
159160
//+kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[0].status",description="Status"
160161
//+kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[0].message",description="Message"
161162

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/manila.openstack.org_manilaapis.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilaapis.manila.openstack.org
98
spec:
109
group: manila.openstack.org

config/crd/bases/manila.openstack.org_manilas.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: manilas.manila.openstack.org
98
spec:
109
group: manila.openstack.org

0 commit comments

Comments
 (0)