Skip to content

Commit 8432187

Browse files
authored
Merge pull request #3249 from sbueringer/pr-bump-capi-v1.9.0-beta.0
✨ Bump to CAPI v1.9.0-beta.0
2 parents 9ee0810 + fc11ba9 commit 8432187

19 files changed

+117
-50
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ IMPORT_BOSS_VER := v0.28.1
182182
IMPORT_BOSS := $(abspath $(TOOLS_BIN_DIR)/$(IMPORT_BOSS_BIN))
183183
IMPORT_BOSS_PKG := k8s.io/code-generator/cmd/import-boss
184184

185-
CAPI_HACK_TOOLS_VER := 5d54746e010854a1316e72733e13577d4d5695ec # Note: this is the commit ID of CAPI 5d54746e010854a1316e72733e13577d4d5695ec from 2024-10-23
185+
CAPI_HACK_TOOLS_VER := 180d732ac4d6931466415ac66e8603f762eb4167 # Note: this is the commit ID of CAPI v1.9.0-beta.0
186186

187187
BOSKOSCTL_BIN := boskosctl
188188
BOSKOSCTL := $(abspath $(TOOLS_BIN_DIR)/$(BOSKOSCTL_BIN))

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusteridentities.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,16 @@ spec:
416416
type: string
417417
severity:
418418
description: |-
419-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
419+
severity provides an explicit classification of Reason code, so the users or machines can immediately
420420
understand the current situation and act accordingly.
421421
The Severity field MUST be set only when Status=False.
422422
type: string
423423
status:
424-
description: Status of the condition, one of True, False, Unknown.
424+
description: status of the condition, one of True, False, Unknown.
425425
type: string
426426
type:
427427
description: |-
428-
Type of condition in CamelCase or in foo.example.com/CamelCase.
428+
type of condition in CamelCase or in foo.example.com/CamelCase.
429429
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
430430
can be useful (see .node.status.conditions), the ability to deconflict is important.
431431
type: string

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -808,16 +808,16 @@ spec:
808808
type: string
809809
severity:
810810
description: |-
811-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
811+
severity provides an explicit classification of Reason code, so the users or machines can immediately
812812
understand the current situation and act accordingly.
813813
The Severity field MUST be set only when Status=False.
814814
type: string
815815
status:
816-
description: Status of the condition, one of True, False, Unknown.
816+
description: status of the condition, one of True, False, Unknown.
817817
type: string
818818
type:
819819
description: |-
820-
Type of condition in CamelCase or in foo.example.com/CamelCase.
820+
type of condition in CamelCase or in foo.example.com/CamelCase.
821821
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
822822
can be useful (see .node.status.conditions), the ability to deconflict is important.
823823
type: string
@@ -836,11 +836,11 @@ spec:
836836
attributes:
837837
additionalProperties:
838838
type: string
839-
description: Attributes is a free form map of attributes an
839+
description: attributes is a free form map of attributes an
840840
infrastructure provider might use or require.
841841
type: object
842842
controlPlane:
843-
description: ControlPlane determines if this failure domain
843+
description: controlPlane determines if this failure domain
844844
is suitable for use by control plane machines.
845845
type: boolean
846846
type: object

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheredeploymentzones.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,16 @@ spec:
333333
type: string
334334
severity:
335335
description: |-
336-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
336+
severity provides an explicit classification of Reason code, so the users or machines can immediately
337337
understand the current situation and act accordingly.
338338
The Severity field MUST be set only when Status=False.
339339
type: string
340340
status:
341-
description: Status of the condition, one of True, False, Unknown.
341+
description: status of the condition, one of True, False, Unknown.
342342
type: string
343343
type:
344344
description: |-
345-
Type of condition in CamelCase or in foo.example.com/CamelCase.
345+
type of condition in CamelCase or in foo.example.com/CamelCase.
346346
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
347347
can be useful (see .node.status.conditions), the ability to deconflict is important.
348348
type: string

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,16 +1490,16 @@ spec:
14901490
type: string
14911491
severity:
14921492
description: |-
1493-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
1493+
severity provides an explicit classification of Reason code, so the users or machines can immediately
14941494
understand the current situation and act accordingly.
14951495
The Severity field MUST be set only when Status=False.
14961496
type: string
14971497
status:
1498-
description: Status of the condition, one of True, False, Unknown.
1498+
description: status of the condition, one of True, False, Unknown.
14991499
type: string
15001500
type:
15011501
description: |-
1502-
Type of condition in CamelCase or in foo.example.com/CamelCase.
1502+
type of condition in CamelCase or in foo.example.com/CamelCase.
15031503
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
15041504
can be useful (see .node.status.conditions), the ability to deconflict is important.
15051505
type: string

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ spec:
798798
additionalProperties:
799799
type: string
800800
description: |-
801-
Annotations is an unstructured key value map stored with a resource that may be
801+
annotations is an unstructured key value map stored with a resource that may be
802802
set by external tools to store and retrieve arbitrary metadata. They are not
803803
queryable and should be preserved when modifying objects.
804804
More info: http://kubernetes.io/docs/user-guide/annotations

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherevms.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,16 +1567,16 @@ spec:
15671567
type: string
15681568
severity:
15691569
description: |-
1570-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
1570+
severity provides an explicit classification of Reason code, so the users or machines can immediately
15711571
understand the current situation and act accordingly.
15721572
The Severity field MUST be set only when Status=False.
15731573
type: string
15741574
status:
1575-
description: Status of the condition, one of True, False, Unknown.
1575+
description: status of the condition, one of True, False, Unknown.
15761576
type: string
15771577
type:
15781578
description: |-
1579-
Type of condition in CamelCase or in foo.example.com/CamelCase.
1579+
type of condition in CamelCase or in foo.example.com/CamelCase.
15801580
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
15811581
can be useful (see .node.status.conditions), the ability to deconflict is important.
15821582
type: string

config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ spec:
8585
type: string
8686
severity:
8787
description: |-
88-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
88+
severity provides an explicit classification of Reason code, so the users or machines can immediately
8989
understand the current situation and act accordingly.
9090
The Severity field MUST be set only when Status=False.
9191
type: string
9292
status:
93-
description: Status of the condition, one of True, False, Unknown.
93+
description: status of the condition, one of True, False, Unknown.
9494
type: string
9595
type:
9696
description: |-
97-
Type of condition in CamelCase or in foo.example.com/CamelCase.
97+
type of condition in CamelCase or in foo.example.com/CamelCase.
9898
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
9999
can be useful (see .node.status.conditions), the ability to deconflict is important.
100100
type: string
@@ -113,11 +113,11 @@ spec:
113113
attributes:
114114
additionalProperties:
115115
type: string
116-
description: Attributes is a free form map of attributes an
116+
description: attributes is a free form map of attributes an
117117
infrastructure provider might use or require.
118118
type: object
119119
controlPlane:
120-
description: ControlPlane determines if this failure domain
120+
description: controlPlane determines if this failure domain
121121
is suitable for use by control plane machines.
122122
type: boolean
123123
type: object

config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vspheremachines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,16 @@ spec:
205205
type: string
206206
severity:
207207
description: |-
208-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
208+
severity provides an explicit classification of Reason code, so the users or machines can immediately
209209
understand the current situation and act accordingly.
210210
The Severity field MUST be set only when Status=False.
211211
type: string
212212
status:
213-
description: Status of the condition, one of True, False, Unknown.
213+
description: status of the condition, one of True, False, Unknown.
214214
type: string
215215
type:
216216
description: |-
217-
Type of condition in CamelCase or in foo.example.com/CamelCase.
217+
type of condition in CamelCase or in foo.example.com/CamelCase.
218218
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
219219
can be useful (see .node.status.conditions), the ability to deconflict is important.
220220
type: string

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-vsphere
22

33
go 1.22.0
44

5-
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.0-rc.0.0.20241022191051-5d54746e0108
5+
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.0-beta.0
66

77
replace github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels => github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels v0.0.0-20240404200847-de75746a9505
88

0 commit comments

Comments
 (0)