Skip to content

Releases: kubermatic/machine-controller

v0.10.5

06 Dec 13:44

Choose a tag to compare

General

  • Add kubevirt as provider (experimental)

AWS

  • Add validation for missing SG

v0.10.4

05 Dec 11:19

Choose a tag to compare

Enhancements

  • Allow machineSpec mutation when the machine is not initialized (#425)

v.0.10.4

04 Dec 09:43

Choose a tag to compare

Enhancements

  • Allow machineSpec mutation when the machine is not initialized (#425)

v0.10.3

03 Dec 18:28

Choose a tag to compare

Bugfix

  • Fix webhook timeouts on OpenStack

v0.10.2

29 Nov 10:42

Choose a tag to compare

General

  • replace delete with cleanup to ensure proper deletion of all cloud provider resources (#385)

AWS

  • Remove creation of Instance profile & Role if not specified (#412)

OpenStack

  • Move region into secret of OpenStack (#403)

v0.10.1

09 Nov 12:59

Choose a tag to compare

Improvements

  • Cache the cloud provider validation results #398
  • Minify ignition and gzip cloud-init #396

v0.10.0

07 Nov 14:52

Choose a tag to compare

Improvements

  • Always use latest AMIs: #380
  • Move defaulting and validation into webhook: #371

Bugfixes

  • Avoid deleting PV-backing vsphere volumes on instance delete (#395)
  • Prevent duplicate instance creation for AWS when manually deleting an instance (#384)

v0.9.9

26 Oct 11:51

Choose a tag to compare

Bugfix

  • Fix Openstack Delete err return (#373)
  • Fix nullpointer dereference in openstack helper.go (#374)
  • Migrate machine UIDs (#375)

v0.9.8

23 Oct 14:43

Choose a tag to compare

General
Don't set the hostname on AWS nodes

v0.9.7

23 Oct 10:08

Choose a tag to compare

Bugfix

  • Fix ini escaping
  • Correctly identify OpenStack quota errors as terminal errors