Fleet Management
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.
Added
- Add
AzureOperatorVersion to pkg/label. - Add
MachinePool to pkg/label - Add
MachinePoolName to pkg/annotation - Add
ReleaseNotesURL to pkg/annotation. - Add descriptions to
App, AppCatalog and Chart CRDs. - Add deprecation notice to
ChartConfig CRD.
Changed
- Graduate AppCatalog CRDs to
v1. - Graduate App CRDs to
v1. - Graduate Chart CRDs to
v1.
Added
- Add CR templating for external use.
Added
- Added CODEOWNERS file so that teams can more easily watch files that are relevant to them
Changed
- Deprecated AWSConfig and StorageConfig
- Update
sigs.k8s.io/cluster-api to v0.3.7-rc.1 - Update
sigs.k8s.io/cluster-api-provider-azure to v0.4.5
Added
- Add
pkg/label and pkg/annotation as strategic single source of truth. - Add
catalog, reference, and releaseOperatorDeploy fields to release CRDs, and expose a Ready status.
- Add
kubectl gs login command (#85, #86, #87)
AWSMachineDeployment: Made OnDemandBaseCapacity and OnDemandPercentageAboveBaseCapacity optional attributes, removed default value for OnDemandPercentageAboveBaseCapacity.AWSMachineDeployment: Made OnDemandPercentageAboveBaseCapacity an int pointer instead of an int.