Fleet Management
Changed
- Fixing AppCatalog CRD as Cluster-scoped resource.
Changed
- Make .status.release.lastDeployed of app and chart CRs optional.
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