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

v0.11.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@dweomer dweomer released this 23 Jun 23:38
085820a

Zero Dot Eleven Dot Zero, Release Candidate One

Features and Enhancements

  • Bump Kernel 5.4.0-37.41-rancher1 #524
    This should fully enable WireGuard! 🎉
  • Bump K3S v1.18.4+k3s1 #523
  • Bump LinuxKit Metadata #467
  • Include lm-sensors #479 (thanks @zimme!)
  • Grub: Installer Menu Entry #507 (thanks @philipsparrow!)
  • Smarter Connman Config #480 (thanks @zimme!)
  • Support Gitlab Keys #481 (thanks @zimme!)
    e.g., to let both @dweomer and @zimme login 😈
    # /var/lib/rancher/k3os/config.d/ssh-authorized-keys.yaml
    ssh_authorized_keys:
    - "github:dweomer"
    - "gitlab:zimme"

Bug Fixes

  • Apply k3os.modules During run Phase #472
  • Fix Ubuntu Takeover #496 (thanks @brandond!)
  • Fix Rescue Shell #517 (thanks @gbonnefille!) and #526
  • Mitigate Boot Mode Detection Race #513
    Wait up to 30 seconds before failing. (thanks @stuartpb!)
  • Friendly Boot Mode Failure #519
    Did you forget to set k3os.mode? (thanks @Jille!)
  • Fix Custom TTY in /etc/inittab #504 (thanks @mstarostik!)