Skip to content

Releases: kubermatic/machine-controller

v1.11.2

26 Mar 17:02
7a512db

Choose a tag to compare

  • Converged docker.json config usage across operating systems (#712)
  • Fix the IP address updating in the cluster status (#710)
  • Restructured offline token handling in Redhat subscription manager (#724)

v1.11.1

19 Mar 16:10
14f42b7

Choose a tag to compare

Fixed image build

v1.11.0

18 Mar 13:56
c0b70e4

Choose a tag to compare

  • Added rhel support in azure cloud provider (#694)
  • Added rhel support to the gcp cloud provider (#703)
  • Added support for configurable Azure disk sizes (#698)
  • Implemented the NodeCSRApprover controller (#705)
  • Migrated to go modules (#680)

v1.10.2

21 Feb 17:35
04c3f2a

Choose a tag to compare

  • Move machine-controller prow jobs in machine-controller repository (#686)
  • AWS: Use security group on instance creation. (#687)
  • Improve openstack default subnet selection (#689)
  • use pagination when listing Digitalocean droplets (#692)

v1.10.1

18 Feb 09:49
1be5bfa

Choose a tag to compare

  • Support RHEL in Openstack cloud provider (#679)
  • Add disk type and size to alicloud (#683)
  • Support RHEL in AWS cloud provider (#685)

v1.10.0

11 Feb 13:06
326bff3

Choose a tag to compare

  • Moved deprecated kubelet flags into config file (#667)
  • Added support for RedHat Enterprise Linux (#669)
  • Enabled swap accounting for Ubuntu deployments (#666)
  • Added kubelet config in SUSE (#673)
  • Support for vsphere datastore clusters (#671)
  • Added RedHat subscription manager (#678)

v1.9.0

08 Jan 13:11

Choose a tag to compare

  • Addedsupport for EBS volume encryption (#663)
  • Added suse linux enterprise server as an OS option (#659)
  • kubelet sets intial machine taints via --register-with-taints (#664)

v1.8.1

11 Dec 16:18

Choose a tag to compare

Enhacements

  • Make Azure cleanup more resilient (#654)
  • Add support for Kubernetes 1.17 on CoreOS (#658)
  • Configure a dynamic config snapshot directory on the Kubelet (#661)

v1.8.0

08 Nov 12:51

Choose a tag to compare

Features:

  • Support for Alibaba cloud (#643)

Enhancements:

  • Restrict file system permissions for config files (#647)
  • Remove handling of clusterapi cluster from deployment controller (#649)
  • vSphere: Power on VMs that are not powered on (#648)
  • vSphere: Remove tag-based handling for multiple machines with the same name (#650)
  • vSphere: Use absolute path when trying to find vms (#651)

v1.7.0

29 Oct 13:18

Choose a tag to compare

Enhacements

  • All the provider-specific types were moved into their own subpackages to allow importing them without transiently importing all of the providers dependencies (#646 )