Skip to content

Commit 33b0fc2

Browse files
Merge pull request #669 from stuggi/bump_controller_tools
Bump CONTROLLER_TOOLS_VERSION to 0.14.0
2 parents 2ff91f5 + 614a05d commit 33b0fc2

File tree

9 files changed

+9
-15
lines changed

9 files changed

+9
-15
lines changed

Makefile

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

228228
## Tool Versions
229229
KUSTOMIZE_VERSION ?= v3.8.7
230-
CONTROLLER_TOOLS_VERSION ?= v0.11.1
230+
CONTROLLER_TOOLS_VERSION ?= v0.14.0
231231
GOTOOLCHAIN_VERSION ?= go1.21.0
232232

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

api/bases/glance.openstack.org_glanceapis.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: glanceapis.glance.openstack.org
98
spec:
109
group: glance.openstack.org

api/bases/glance.openstack.org_glances.yaml

Lines changed: 2 additions & 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: glances.glance.openstack.org
98
spec:
109
group: glance.openstack.org
@@ -707,6 +706,7 @@ spec:
707706
required:
708707
- containerImage
709708
type: object
709+
default: {}
710710
type: object
711711
imageCache:
712712
properties:

api/v1beta1/glance_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ type GlanceSpecCore struct {
107107
Quotas QuotaLimits `json:"quotas,omitempty"`
108108

109109
// ImageCache -
110-
// +kubebuilder:default={}
111110
ImageCache ImageCache `json:"imageCache"`
112111

113112
// +kubebuilder:validation:Required

api/v1beta1/zz_generated.deepcopy.go

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

config/crd/bases/glance.openstack.org_glanceapis.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: glanceapis.glance.openstack.org
98
spec:
109
group: glance.openstack.org

config/crd/bases/glance.openstack.org_glances.yaml

Lines changed: 2 additions & 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: glances.glance.openstack.org
98
spec:
109
group: glance.openstack.org
@@ -707,6 +706,7 @@ spec:
707706
required:
708707
- containerImage
709708
type: object
709+
default: {}
710710
type: object
711711
imageCache:
712712
properties:

config/rbac/role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
5-
creationTimestamp: null
65
name: manager-role
76
rules:
87
- apiGroups:

config/webhook/manifests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
apiVersion: admissionregistration.k8s.io/v1
33
kind: MutatingWebhookConfiguration
44
metadata:
5-
creationTimestamp: null
65
name: mutating-webhook-configuration
76
webhooks:
87
- admissionReviewVersions:
@@ -49,7 +48,6 @@ webhooks:
4948
apiVersion: admissionregistration.k8s.io/v1
5049
kind: ValidatingWebhookConfiguration
5150
metadata:
52-
creationTimestamp: null
5351
name: validating-webhook-configuration
5452
webhooks:
5553
- admissionReviewVersions:

0 commit comments

Comments
 (0)