Releases: kubermatic/machine-controller
Releases · kubermatic/machine-controller
v0.6.3
v0.6.2
Bugfix
- Fix NPE during machine creation on Openstack when no tags are set
v0.6.1
Bugfix
- Always delete the machine error when a node is ready
v0.6.0
General
- Publish events for machines
- Add Container Linux support for vSphere
Bugfix
- Handle AWS quota errors as terminal
v0.5.1
Bugfix
- Add missing flag --authentication-token-webhook
v0.5.0
General
- Use
kubeadm join
on the worker nodes
Bugfix
- Fix setting of root disk size on AWS
v0.4.0
General
- Provider credentials can now be specified via an environment variable on the machine-controller
Testing
- Implement E2E tests for CI
v0.3.1
General
- Add support for VMWare vsphere
- Add defaulting for kubernetes 1.10
v0.3.0
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
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