Skip to content

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

v0.8.0

04 Apr 16:29

Choose a tag to compare

[machine-controller-manager-provider-gcp]

🏃 Others

📰 Noteworthy

v0.7.0

28 Jul 10:28

Choose a tag to compare

[machine-controller-manager-provider-gcp]

🏃 Others

v0.6.0

31 May 10:48

Choose a tag to compare

[machine-controller-manager-provider-gcp]

🏃 Others

  • [USER] Support creation of machines with disk type of pd-balanced. (#19, @prashanth26)

v0.5.0

20 May 02:17

Choose a tag to compare

[machine-controller-manager-provider-gcp]

⚠️ Breaking Changes

  • [DEVELOPER] machine-controller-manager-provider-gcp now requires new RBAC permissions - list and watch access for PodDisruptionBudgets in the target cluster. (#14, @ialidzhikov)

🏃 Others

  • [OPERATOR] machine-controller-manager-provider-gcp now checks for misconfigured PodDisruptionBudgets when Pod eviction fails during Node drain. (#14, @ialidzhikov)
  • [DEPENDENCY] Revendors MCM dependent libraries for v0.39.0 version. (#17, @AxiomSamarth)

v0.4.0

17 Dec 06:55

Choose a tag to compare

[machine-controller-manager-provider-gcp]

✨ New Features

  • [OPERATOR] The machine class secret does now also accept the data key serviceaccount.json as alternatives for today's key. (#11, @rfranzke)

🏃 Others

  • [USER] Vendors the MCM libraries for v0.36.0. It also fetches the credentials from the CredentialsSecretRef field during migration. (#12, @prashanth26)

v0.3.0

21 Nov 18:15

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

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

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