This is a Beta release candidate and is NOT considered ready for deploying/upgrading ANY kubernetes clusters that you care about! Please do try out this version on your test clusters and help us to identify bugs!
Changelog since v0.13.0-rc.2
Component versions
Kubernetes: v1.13.7
Etcd: v3.2.26
Actions required
This release removes the legacy experimental autoscaler feature. You must now use the updated plugin for enabling and configuring this feature (see cluster.yaml)
For users of their own plugins, where you define systemd units using contents: -> content:
it is replaced by just content:
(also you can now use templating and source functionality the same as you so with resources and manifests).
Features
- #1618: V0.13.x autoscaler work(Thanks to @davidmccormick)
- #1625: [v0.13.x] Configurable CoreDNS TTL(Thanks to @dominicgunn)
- #1629: Merge in EventRateLimit to Experimental feature(Thanks to @davidmccormick)
- #1631: adding in priority value in podSpec for controller, scheduler and apiserver(Thanks to @erleene)
- #1636: [v0.13.x] - Expose CoreDNS to Prometheus(Thanks to @dominicgunn)
- #1642: v0.13.x: A migration helper to disable core controller services when needed(Thanks to @davidmccormick)
- #1657: 0.13.x Etcd version (#1646)(Thanks to @davidmccormick)
- #1661: v0.13.x: Plugin enhancement - allow embedding templates within templates(Thanks to @davidmccormick)
- #1664: v0.13.x-Reserve resources for calico typha (#1607)(Thanks to @zonzamas)
- #1667: Etcd cannot depend on resources in another stack(Thanks to @koen92)
- #1672: [v0.13.x] - Allow an AntiAffinty tolerant to help ensure even spread of DNS pods(Thanks to @dominicgunn)
Improvements
- #1622: bump kubernetes version to 1.13.7(Thanks to @davidmccormick)
Bug fixes
- #1624: fix version string(Thanks to @davidmccormick)
- #1651: [v0.13.x] Fix trailing slash in Taint templating.(Thanks to @dominicgunn)
- #1655: [v0.13.x] Fix formatting with cluster-autoscaler(Thanks to @dominicgunn)
- #1674: v0.13.x: fixes for rendering plugin systemd units(Thanks to @davidmccormick)