Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@dweomer dweomer released this 25 Oct 19:39
· 289 commits to master since this release
d70d050

Features and Enhancements

  • Updated Kernel 4.15.0-66.75 #242
  • Support rootfs upgrades #219 (thanks @bhale and @zimme!)
    Simple node k3s upgrades via k3os-upgrade-rootfs that will download and untar the latest rootfs onto your K3OS_STATE volume.
  • Support kernel upgrades #225, #233 (thanks @bhale and @zimme!)
    Simple node kernel upgrades k3os-upgrade-kernel that will download the kernel squashfs and initrd onto your K3OS_STATE volume.
  • Support Custom config.yaml when building ISO #240
  • Bundle kubectx and kubens #230

Bug Fixes

  • Fix parsing quoted kernel params #218
  • Fix missing /opt #232, #236