v0.7.0-alpha.2 (2020-09-17)
Chore
- update ntp time headers
- upgrade Go to 1.15.1
- remove extra COPY from rootfs
Docs
- add recommneded settings in overview
- update upgrade guide with
talosctl upgrade-k8s
- update 0.6 links
Feat
- ugrade Linux kernel to 5.8.10
- allow for link local networking
- use architecture-specific image for core k8s components
- update Flannel to 0.12, support for arm64
- upgrade kubernetes to 1.19.1
- implement command
talosctl upgrade-k8s
- use latest packages
- upgrade runc to v1.0.0-rc92
- upgrade containerd to v1.4.0
- remove ISO support
Fix
- address node package update
- validate cluster endpoint
- improve error message on empty config
- gracefully handle invalid interfaces in bond
- set environment variable for etcd on arm64
- don't enforce k8s version in
talosctl cluster create
by default - tell grub to use console output
- update vmware image and platform
- don't abort reboot sequence on bootloader meta failure
- default endpoint to 127.0.0.1 for Docker/OS X
- remove udevd debug flag
- update permissions for directories and files created via extraFiles
- allow static pod files
Refactor
- garbage collect unused constants
- deduplicate packages version in Dockerfile
Test
- implement API for QEMU VM provisioner
- re-enable Cilium e2e upgrade test
- verify kubernetes control plane upgrade in provision tests
- add e2e test to the provision (upgrade) tests