This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
v0.9.0-rc1
Pre-release
Pre-release
Documentation Tweaks
- Emphasize that
k3os.dns_nameservers
andk3os.ntp_servers
are fallback values. #347 - Add
hetzner
to supported data-sources. #355
Also, adjust the data-sources documentation to indicate that datasources are tried in order until one returns some actual data, then processing stops.
Features and Enhancements
- Bump Alpine Base 3.11 #332
- Bump LTS/HWE Kernel 5.0.0-37.40-generic #350
See https://usn.ubuntu.com/4209-1/ for relevant security fixes - Bump K3S v1.17.0+k3s.1 #353
- Kubernetes-Native Upgrades #348 , #353
See https://github.com/rancher/system-upgrade-controller - Support TFTP and FTP URLS During Install for
config_url
andiso_url
#352 - Support Hetzner Data Source #355
Bug Fixes
- honor
k3os.install.power_off
whenk3os.mode=install
#143 - reboot on takeover install #228
- set reasonable system-wide limits and sysctls since we're running containers here #343
Additionally, do linuxkit-style early hostname setting (as before v0.8.0) - fix missing
/etc/ssl/cert.pem
expected by some busybox tooling (namely wget) #346