Fleet Management
Changed
- Make optional fields not required for
Chart CRD to avoid
needing to enter empty strings. - Make optional fields
omitempty for Chart CRD.
Added
- Implemented support for the
get cluster(s) <id> command. - Improved error printing formatting.
Changed
- Running the
template command without any arguments how displays the command help output.
Changed
- Update Kubernetes dependencies to v1.18.5
- Update
sigs.k8s.io/cluster-api to v0.3.7 - Update
sigs.k8s.io/cluster-api-provider-azure to v0.4.6
Changed
- Graduate StorageConfig CRD to
v1.
Added
- Add
ClusterDescription to pkg/annotation - Add
Spark CRD for Azure Cluster API migration.
Fixed
- Make executable work on lightweight linux distributions, such as
alpine.
- Add
EndOfLifeDate to Release CRD.
Added
- Initial helm chart based on upstream strimzi-kafka-operator v0.18.0
- Cruise Control example
- GitHub workflows
Fixed
- Prevent breaking the client’s kubeconfig if token renewal fails.
Added
- Add
--use-alike-instance-types for node pools.