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

v0.11.0

Choose a tag to compare

@dweomer dweomer released this 29 Jul 21:41

Zero Dot Eleven Dot Zero

Upgrading: please update your node labels (plan.upgrade.cattle.io/k3os-latest=enabled ➡️ k3os.io/upgrade=enabled) if you have relied on the default k3os-latest manifest/plan. Starting with v0.11.0 the .spec.nodeSelector for this default plan has changed (in preparation for the agent/server interlocking plans a la k3s-upgrade).

Features and Enhancements

  • Bump Kernel 5.4.0-37.41-rancher1 #524
    This should fully enable WireGuard! 🎉
  • Bump K3S v1.18.6+k3s1 #550
  • 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 and Generic HTTP(S) URLs #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:
    - "https://github.com/dweomer.keys" # equivalent to 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!)
  • Fix Mounting from USB during install #527
    Attempt to mount from bare device if mount of /dev/sd[a-z][1-4] fails
  • Fix rpc.statd Sadness create /var/lib/nfs for it #547