Releases: kubermatic/machine-controller
Releases · kubermatic/machine-controller
v0.7.21
Bugfix
- Fix quoting issues with OpenStack and Azure cloud-config
v0.7.18
Bugfix:
- Fix broken support for Kubernetes 1.11.1+, 1.10.6+, 1.9.10+
v0.7.17
Bugfixes:
- Fixed a bug which resulted in
10.96.0.10
always being configured as DNS server on the Kubelet (#291)
v0.7.16
General
- Allow to specify Azure AvailabilitySet for machines
v0.7.15
General
Add --protect-kernel-defaults=true
to the kubelet flags and set required kernel options
v0.7.14
General
- Use finalizers for cloudprovider cleanup c73d146
Bugfix
- Fix azure validation & finalizer handling 8372101
- Fix ubuntu dist-upgrade aa2d906
Metrics
- Add kubelet version to machine count metric
v0.7.13
General
- Introduce
cloudConfigOverwrite
, this allows to specify a custom cloud config on a per-machine level (#280)
- Use an instantiated Prometheus registry, this allows to run multiple instances of the controller concurrently, e.G. for tests (#278 )
v0.7.12
General
- Add static IP management for CoreOS (#272)
- Allow configuring vsphere connection settings via env vars (#277)
v0.7.11
General
- Use Prometheus collector pattern for stateless metrics (#270)
v0.7.10
Provisioning
- Use google kubernetes apt repository for kubeadm
- Statically define pgp keys instead of dynamically loading them from remote
- Remove CRI-O support