Releases: rancher/k3os
v0.19.5-rc.1
Zero Dot Nineteen Dot Five, Release Candidate One
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 Alpine
3.12
#537 - Bump K3S
v1.19.5+k3s2
#636 - Bump Kernel
5.4.0-54.60-rancher1
#616 - Support XFS #596
Bug Fixes
- Fix over-quoted envvars passed to
k3s-install.sh
duringk3s-service
start #590
v0.19.4-dev.5
Zero Dot Nineteen Dot Four, Development Build 5
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 Alpine
3.12
#537 - Bump K3S
v1.19.4+k3s1
#615 - Bump Kernel
5.4.0-54.60-rancher1
#616 - Support XFS #596
Bug Fixes
- Fix over-quoted envvars passed to
k3s-install.sh
duringk3s-service
start #590
v0.19.2-dev.4
Zero Dot Nineteen Dot Two, Development Build 4
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
Bug Fixes
- Fix over-quoted envvars passed to
k3s-install.sh
duringk3s-service
start #590
v0.19.2-dev.3
Zero Dot Nineteen Dot Two, Development Build 3
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
Bug Fixes
- Fix over-quoted envvars passed to
k3s-install.sh
duringk3s-service
start #590
v0.19.2-dev.2
Zero Dot Nineteen Dot Two, Development Build 2
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
Bug Fixes
- Fix over-quoted envvars passed to
k3s-install.sh
duringk3s-service
start #590
v0.19.2-dev.1
Zero Dot Nineteen Dot Two, Development Build 1
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
v0.11.1
Zero Dot Eleven Dot One
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
v0.11.0
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
Duringrun
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
v0.11.0-rc3
Zero Dot Eleven Dot Zero, Release Candidate Three
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 #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
Duringrun
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
v0.11.0-rc2
Zero Dot Eleven Dot Zero, Release Candidate Two
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 #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
Duringrun
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!)