Skip to content

Releases: gardener/machine-controller-manager-provider-gcp

v0.3.0

21 Nov 18:15
Compare
Choose a tag to compare

[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

15 Oct 08:59
Compare
Choose a tag to compare

[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

21 Sep 19:52
Compare
Choose a tag to compare

[machine-controller-manager-provider-gcp]

Most notable changes

  • [USER] Migration of GCPMachineClass to MachineClass CRs is implicity. Don't use old GCPMachineClass CRs post migration. (#5, @prashanth26)

Improvements