Skip to content

Commit 5f7e5e2

Browse files
authored
chore(deps): bump github.com/metal3-io/baremetal-operator/apis from v0.4.0 to v0.9.0
Signed-off-by: Marc Nuri <marc@marcnuri.com>
1 parent 63ecdff commit 5f7e5e2

File tree

7 files changed

+18
-20
lines changed

7 files changed

+18
-20
lines changed

kubernetes-model-generator/openapi/generator/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/getkin/kin-openapi v0.129.0
1111
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
1212
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
13-
github.com/metal3-io/baremetal-operator/apis v0.4.0
13+
github.com/metal3-io/baremetal-operator/apis v0.9.0
1414
github.com/metal3-io/cluster-api-provider-metal3/api v1.9.3
1515
// Match latest commit in the version branch (e.g. release-4.17)
1616
github.com/openshift/api v3.9.0+incompatible
@@ -86,8 +86,6 @@ replace (
8686
)
8787

8888
replace (
89-
// TODO: WIP while this gets merged or fixed https://github.com/metal3-io/baremetal-operator/pull/1985
90-
github.com/metal3-io/baremetal-operator/apis => github.com/marcnuri-forks/baremetal-operator/apis v0.0.0-20241004142039-6b123cc23349
9189
// TODO: WIP while this gets merged or fixed https://github.com/operator-framework/operator-lifecycle-manager/pull/3406
9290
// For some reason v0.30.0 has been released with the fix but the downloaded sources don't match those in GitHub ????
9391
github.com/operator-framework/operator-lifecycle-manager => github.com/marcnuri-forks/operator-lifecycle-manager v0.0.0-20241002090802-7539192fbf96

kubernetes-model-generator/openapi/generator/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,6 @@ github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
759759
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
760760
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
761761
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
762-
github.com/marcnuri-forks/baremetal-operator/apis v0.0.0-20241004142039-6b123cc23349 h1:jSdEzmJMzBkCBT4Ft39OYARV+fgP82RlYcZc09Z8Ldk=
763-
github.com/marcnuri-forks/baremetal-operator/apis v0.0.0-20241004142039-6b123cc23349/go.mod h1:Qao+jEhzuKU8M763GkP70ZIdiZCaeC0H0LPyMw/l/O0=
764762
github.com/marcnuri-forks/kubernetes-autoscaler/vertical-pod-autoscaler v0.0.0-20241015073945-66b859601d68 h1:l07b2bEkrVvZLAkgQgUoQPPTmjDX2PqZeMrjhJYjJaw=
765763
github.com/marcnuri-forks/kubernetes-autoscaler/vertical-pod-autoscaler v0.0.0-20241015073945-66b859601d68/go.mod h1:9ywHbt0kTrLyeNGgTNm7WEns34PmBMEr+9bDKTxW6wQ=
766764
github.com/marcnuri-forks/operator-lifecycle-manager v0.0.0-20241002090802-7539192fbf96 h1:SYIVgj5Jfq7gpO1kqSvKYazwhVgGvAfszlKFoqVqw3g=
@@ -782,6 +780,8 @@ github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW
782780
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=
783781
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
784782
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
783+
github.com/metal3-io/baremetal-operator/apis v0.9.0 h1:D/2II9H4/+ldz5JO+zufBO5VqYjhrJlg89dFgWMKdoE=
784+
github.com/metal3-io/baremetal-operator/apis v0.9.0/go.mod h1:gNPRYPdH/IjTHkmdyFWNLlpWvT+hyfjHH+9CEkdLcWY=
785785
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1 h1:X0+MWsJ+Gj/TAkmhGybvesvxk6zQKu3NQXzvC6l0iJs=
786786
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.5.1/go.mod h1:399nvdaqoU9rTI25UdFw2EWcVjmJPpeZPIhfDAIx/XU=
787787
github.com/metal3-io/cluster-api-provider-metal3/api v1.9.3 h1:/QWYT9kPDFe0TNl/+w59pWgRZ/jCoPNOn6GJsB2Ws78=

kubernetes-model-generator/openapi/schemas/openshift-generated.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58742,7 +58742,7 @@
5874258742
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
5874358743
},
5874458744
"customDeploy": {
58745-
"description": "A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use \"image\" instead. Settings this field triggers provisioning.",
58745+
"description": "A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use \"image\" instead. Setting this field triggers provisioning.",
5874658746
"$ref": "#/definitions/io.metal3.v1alpha1.CustomDeploy"
5874758747
},
5874858748
"description": {
@@ -58766,15 +58766,15 @@
5876658766
"$ref": "#/definitions/io.metal3.v1alpha1.Image"
5876758767
},
5876858768
"metaData": {
58769-
"description": "MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, the operater will generate metadata for the host, so most users do not need to set this field.",
58769+
"description": "MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, metadata will be generated for the host, so most users do not need to set this field.",
5877058770
"$ref": "#/definitions/io.k8s.api.core.v1.SecretReference"
5877158771
},
5877258772
"networkData": {
5877358773
"description": "NetworkData holds the reference to the Secret containing network configuration which is passed to the Config Drive and interpreted by the first boot software such as cloud-init.",
5877458774
"$ref": "#/definitions/io.k8s.api.core.v1.SecretReference"
5877558775
},
5877658776
"online": {
58777-
"description": "Should the host be powered on? Changing this value will trigger a change in power state of the host.",
58777+
"description": "Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.",
5877858778
"type": "boolean",
5877958779
"default": false
5878058780
},
@@ -58865,7 +58865,7 @@
5886558865
"default": ""
5886658866
},
5886758867
"poweredOn": {
58868-
"description": "Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.",
58868+
"description": "The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.",
5886958869
"type": "boolean",
5887058870
"default": false
5887158871
},
@@ -60195,7 +60195,7 @@
6019560195
"default": ""
6019660196
},
6019760197
"bootMode": {
60198-
"description": "BootMode indicates the boot mode used to provision the node",
60198+
"description": "BootMode indicates the boot mode used to provision the host.",
6019960199
"type": "string"
6020060200
},
6020160201
"customDeploy": {
@@ -60216,7 +60216,7 @@
6021660216
"$ref": "#/definitions/io.metal3.v1alpha1.RAIDConfig"
6021760217
},
6021860218
"rootDeviceHints": {
60219-
"description": "The root device hints set by the user.",
60219+
"description": "The root device hints used to provision the host.",
6022060220
"$ref": "#/definitions/io.metal3.v1alpha1.RootDeviceHints"
6022160221
},
6022260222
"state": {
@@ -60246,7 +60246,7 @@
6024660246
}
6024760247
},
6024860248
"softwareRAIDVolumes": {
60249-
"description": "The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.",
60249+
"description": "The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.",
6025060250
"type": "array",
6025160251
"items": {
6025260252
"default": {},

kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/BareMetalHostSpec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,15 +387,15 @@ public void setNetworkData(SecretReference networkData) {
387387
}
388388

389389
/**
390-
* Should the host be powered on? Changing this value will trigger a change in power state of the host.
390+
* Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.
391391
*/
392392
@JsonProperty("online")
393393
public Boolean getOnline() {
394394
return online;
395395
}
396396

397397
/**
398-
* Should the host be powered on? Changing this value will trigger a change in power state of the host.
398+
* Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value.
399399
*/
400400
@JsonProperty("online")
401401
public void setOnline(Boolean online) {

kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/BareMetalHostStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,15 +270,15 @@ public void setOperationalStatus(String operationalStatus) {
270270
}
271271

272272
/**
273-
* Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
273+
* The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
274274
*/
275275
@JsonProperty("poweredOn")
276276
public Boolean getPoweredOn() {
277277
return poweredOn;
278278
}
279279

280280
/**
281-
* Whether or not the host is currently powered on. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
281+
* The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running.
282282
*/
283283
@JsonProperty("poweredOn")
284284
public void setPoweredOn(Boolean poweredOn) {

kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/ProvisionStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ public void setID(String iD) {
126126
}
127127

128128
/**
129-
* BootMode indicates the boot mode used to provision the node
129+
* BootMode indicates the boot mode used to provision the host.
130130
*/
131131
@JsonProperty("bootMode")
132132
public String getBootMode() {
133133
return bootMode;
134134
}
135135

136136
/**
137-
* BootMode indicates the boot mode used to provision the node
137+
* BootMode indicates the boot mode used to provision the host.
138138
*/
139139
@JsonProperty("bootMode")
140140
public void setBootMode(String bootMode) {

kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/RAIDConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void setHardwareRAIDVolumes(List<HardwareRAIDVolume> hardwareRAIDVolumes)
107107
}
108108

109109
/**
110-
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.
110+
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.
111111
*/
112112
@JsonProperty("softwareRAIDVolumes")
113113
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -116,7 +116,7 @@ public List<SoftwareRAIDVolume> getSoftwareRAIDVolumes() {
116116
}
117117

118118
/**
119-
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting node in case of a disk failure. Software RAID will always be deleted.
119+
* The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted.
120120
*/
121121
@JsonProperty("softwareRAIDVolumes")
122122
public void setSoftwareRAIDVolumes(List<SoftwareRAIDVolume> softwareRAIDVolumes) {

0 commit comments

Comments
 (0)