Skip to content

Releases: kubermatic/machine-controller

v0.6.3

25 May 12:10
e7c65fd
Compare
Choose a tag to compare

General

  • Add prometheus alert rules (17c7201)

Feature

  • Make vm folder for vSphere configurable (93bde10)

Bugfix

  • Drop docker 1.12 support on CentOS (4fc123e)
  • Fix setting of userdata on vSphere (e6397b3)
  • Add missing logout in vSphere (7d6a02f)
  • Reduce number of bootstrap tokens to be generated (e7c65fd)

v0.6.2

07 May 13:46
dce5d23
Compare
Choose a tag to compare

Bugfix

  • Fix NPE during machine creation on Openstack when no tags are set

v0.6.1

03 May 22:42
126a083
Compare
Choose a tag to compare

Bugfix

  • Always delete the machine error when a node is ready

v0.6.0

30 Apr 13:34
25c35e4
Compare
Choose a tag to compare

General

  • Publish events for machines
  • Add Container Linux support for vSphere

Bugfix

  • Handle AWS quota errors as terminal

v0.5.1

24 Apr 17:59
0ec55ec
Compare
Choose a tag to compare

Bugfix

  • Add missing flag --authentication-token-webhook

v0.5.0

24 Apr 15:19
3dbad0b
Compare
Choose a tag to compare

General

  • Use kubeadm join on the worker nodes

Bugfix

  • Fix setting of root disk size on AWS

v0.4.0

19 Apr 08:37
614b69e
Compare
Choose a tag to compare

General

  • Provider credentials can now be specified via an environment variable on the machine-controller

Testing

  • Implement E2E tests for CI

v0.3.1

14 Apr 18:21
4d1d4a7
Compare
Choose a tag to compare

General

  • Add support for VMWare vsphere
  • Add defaulting for kubernetes 1.10

v0.3.0

12 Apr 14:50
b60d28a
Compare
Choose a tag to compare

General

  • Add support for fixed environment variables for provider credentials
  • Add simple validation cache to decrease number of api calls to the provider

Bugfix

  • Increase max API retries for AWS
  • Fix instance deletion for AWS

v0.2.2

08 Apr 12:57
c7edae7
Compare
Choose a tag to compare

General

  • Disable kubelet read-only ports
  • Enable webhook authorization on kubelet
  • Deploy K8s CACert with kubelet and use it to verify requests
  • Return terminal errors when working with cloud providers
  • Add CentOS support

Bugfix

  • Fix cri-o package versioning
  • Clear noderef on machine before creating a new instance

CI/CD

  • Add simple e2e testing