Changelog since v0.11.0
Please see our roadmap for details on upcoming releases.
Component versions
Kubernetes: v1.11.3
Features
- #1451: 0.12 release: remove legacy networking (less is more)(Thanks to @davidmccormick)
- #1455: feat:
kube-aws diff
- #1463: feat: initial support for amazon-vpc-cni-k8s
- #1467: Add a Pod Disruption Budget on kube-dns(Thanks to @davidmccormick)
- #1470: Allow plugins to add kube-controller-manager command line flags.(Thanks to @davidmccormick)
- #1475: 0.12.x: Allow user control over controller.iam.role.name
Improvements
- #1456: Bump go to 1.11
- #1459: Bump Kubernetes version to v1.11.3
- #1471: renamed the --admission-control flag to --enable-admission-plugins in cloud-config-controller template(Thanks to @avinashpenmetsa)
Bug fixes
- #1452: fix:
encryptionAtRest: true
should not break controller nodes - #1462: fix:
KubernetesDashboard.Enabled: false
should not break controllers(Thanks to @RichardAvendano) - #1466: Bump calico/typha/flannel, fix cause of calico/typha restarts(Thanks to @davidmccormick)
Other changes
- #1476: hack: a bit more automated release note generation