Skip to content

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

v0.3.0

20 May 02:16
Compare
Choose a tag to compare

no release notes available

v0.2.0

01 Mar 11:49
Compare
Choose a tag to compare

[machine-controller-manager-provider-alicloud]

⚠️ Breaking Changes

  • [DEVELOPER] The release tags from now are prefixed with v. (#11, @ialidzhikov)
  • [DEVELOPER] machine-controller-manager-provider-alicloud now requires new RBAC permissions - list and watch access for PodDisruptionBudgets in the target cluster. (#10, @ialidzhikov)

🏃 Others

  • [OPERATOR] machine-controller-manager-provider-alicloud now checks for misconfigured PodDisruptionBudgets when Pod eviction fails during Node drain. (#10, @ialidzhikov)

0.1.0

06 Jan 08:03
Compare
Choose a tag to compare

[machine-controller-manager-provider-alicloud]

✨ New Features

  • [OPERATOR] The machine class secret does now also accept the data keys accessKeyID and accessKeySecret as alternatives for today's keys. (#1, @rfranzke)

🏃 Others

  • [USER] golang version updated to 1.15.5, and alpine version was updated to 3.12.1. (#7, @minchaow)
  • [USER] GenerateMachineClassForMigration is implemented. (#2, @minchaow)