Releases: gardener/machine-controller-manager-provider-gcp
Releases · gardener/machine-controller-manager-provider-gcp
v0.3.0
[machine-controller-manager-provider-gcp]
Improvements
- [USER] Enqueue machine only when node conditions have changed. (#10, @prashanth26)
- [USER] Fixes drain timeout issues on retires. (#10, @prashanth26)
- [OPERATOR] Introduced a backoff in re-enqueuing machines on creation/deletion failures. Avoids throttling APIServer & provider calls. (#10, @prashanth26)
- [OPERATOR] Allow migration to continue when ProviderMachineClass is missing but MachineClass with the same name as ProviderMachineClass is found. Updates Machine object references to the MachineClass. (#10, @prashanth26)
v0.2.0
[machine-controller-manager-provider-gcp]
Improvements
- [OPERATOR] Added a more comprehensive set of events to trigger machine class reconciliations. (#8, @prashanth26)
- [OPERATOR] Finalizers are added by default for all machine class objects. (#8, @prashanth26)
v0.1.0
[machine-controller-manager-provider-gcp]
Most notable changes
- [USER] Migration of
GCPMachineClass
toMachineClass
CRs is implicity. Don't use old GCPMachineClass CRs post migration. (#5, @prashanth26)
Improvements
- [USER] Improved comments on API fields (#2, @prashanth26)