Fleet Management
Added
Changed
- Make
.status.kvm.nodeIndexes of KVMConfig optional. - Update example application group CRDs to include version labels.
Fixed
- Serialization of KVM fields
MemorySizeGB, StorageSizeGB, and Disk broken during migration to kubebuilder. - Code generation from within
$GOPATH. - Loading of
AWSMachineDeployment CRD.
Added
- Add external SNAT configuration for AWS CNI.
Changed
- Make
altNames,ipSans and organizations in CertConfigs optional.
Changed
- Fix cluster scope for ETCDBackup CRD.
- Graduate CertConfig CRDs to
v1. - Graduate ETCDBackup CRDs to
v1. - Graduate Ignition CRDs to
v1. - Graduate Release CRDs to
v1. - Drop ReleaseCycle CRD.
Master field in AWSCluster is being deprecated and made optionalInstanceType in AWSControlplane is made optional- Update AWSCluster docs.
Added
- Add code generation directive (
+kubebuilder:storageversion) to set CRD
storage version when multiple versions for given type are present.
Changed
- Allow user to create cluster with cluster ID containing
[a-z0-9]
Added
- Add kube-proxy configuration to AWSCluster.
Changed
- Load StorageConfig from VFS as expected.
- AzureClusterConfig allow empty labels for guest cluster worker nodes.