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

Releases: rancher/k3os

v0.5.0-rc2

24 Oct 16:57
d70d050
Compare
Choose a tag to compare
v0.5.0-rc2 Pre-release
Pre-release

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

v0.5.0-rc1

15 Oct 18:27
8cd9502
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

Features and Enhancements

  • Updated Kernel 4.15.0-65.74 #223
  • Support Upgrade via RootFS Overlay #219 (thanks @bhale and @zimme!)
    Simple node upgrades via k3os-upgrade-rootfs that will download and untar the latest rootfs onto your K3OS_STATE volume.

Bug Fixes

  • Fix parsing quoted kernel params #218

v0.4.0

10 Oct 19:11
98d68b5
Compare
Choose a tag to compare

Documentation Fixes

  • Corrected backtick usage in the readme #210

Features and Enhancements

  • Build GCP image with Packer #182
  • Build Vagrant image with Packer #177
  • Build AWS image with Packer arm64 #206
  • Bump K3s v0.9.1 #209

Bug Fixes

  • Fix ldd symlink #195

v0.3.0

24 Sep 19:55
0401787
Compare
Choose a tag to compare

k3OS v0.3.0 incorporates a significant number of bug fixes and documentation corrections from the community.
🎉 Thank you k3OS community! 🎉

Documentation Fixes

Features and Enhancements

  • Support compilation of 3rd-party kernel modules Headers are now exposed at /usr/src #140 with rancher/k3os-kernel#2
  • Move boot-time static here-docs to overlay #163
  • Bump Go, and K3s #158 (Alpine reverted back to 3.9 in #184)
  • Bump Linux Kernel 4.15.0-62.69 #167
  • Support network-online OpenRC Service Dependency By default make a best-effort attempt to establish that there is outbound internet connectivity before running services that may make outbound connections.

Bug Fixes

  • Fixed various issues with services/processes starting before the network is ready #136, #184
  • Fixed various issues cause by the connman configuration file having a trailing space and missing required section(s) #137, #149
  • Fixed inconsistency and logging regression by referencing the install.sh from K3S #166
  • Fixed rescue in grub menu #172
  • Fixed typo of K3OS_DEBUG #171
  • Fixed missing nssswitch.conf for k3s, remount root rw, wifi fixes #170
  • Fixed ccapply pulling ssh_authorized_keys from github #184
  • Fixed connman segfaults #184
  • Fixed kubectl not able to read k3s.yaml #181
  • Honor k3os.environment #187
  • Fixed conversion errors when parsing config yaml #188
  • Fixed growpart with NVMe storage #192 (/hattip #189)
  • Fixed WiFi initialization (when configured) #191

v0.3.0-rc2

23 Sep 19:30
0401787
Compare
Choose a tag to compare
v0.3.0-rc2 Pre-release
Pre-release

Documentation Fixes

Features and Enhancements

  • Support compilation of 3rd-party kernel modules Headers are now exposed at /usr/src #140 with rancher/k3os-kernel#2
  • Move boot-time static here-docs to overlay #163
  • Bump Go, and K3s #158 (Alpine reverted back to 3.9 in #184)
  • Bump Linux Kernel 4.15.0-62.69 #167
  • Support network-online OpenRC Service Dependency By default make a best-effort attempt to establish that there is outbound internet connectivity before running services that may make outbound connections.

Bug Fixes

  • Fixed various issues with services/processes starting before the network is ready #136, #184
  • Fixed various issues cause by the connman configuration file having a trailing space and missing required section(s) #137, #149
  • Fixed inconsistency and logging regression by referencing the install.sh from K3S #166
  • Fixed rescue in grub menu #172
  • Fixed typo of K3OS_DEBUG #171
  • Fixed missing nssswitch.conf for k3s, remount root rw, wifi fixes #170
  • Fixed ccapply pulling ssh_authorized_keys from github #184
  • Fixed connman segfaults #184
  • Fixed kubectl not able to read k3s.yaml #181
  • Honor k3os.environment #187
  • Fixed conversion errors when parsing config yaml #188
  • Fixed growpart with NVMe storage #192 (/hattip #189)
  • Fixed WiFi initialization (when configured) #191

v0.3.0-rc1

19 Sep 22:08
1c5487d
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

Documentation Fixes

Features and Enhancements

  • Support compilation of 3rd-party kernel modules Headers are now exposed at /usr/src #140 with rancher/k3os-kernel#2
  • Move boot-time static here-docs to overlay #163
  • Bump Go, and K3s #158 (Alpine reverted back to 3.9 in #184)
  • Bump Linux Kernel 4.15.0-62.69 #167
  • Support network-online OpenRC Service Dependency By default make a best-effort attempt to establish that there is outbound internet connectivity before running services that may make outbound connections.

Bug Fixes

  • Fixed various issues with services/processes starting before the network is ready #136, #184
  • Fixed various issues cause by the connman configuration file having a trailing space and missing required section(s) #137, #149
  • Fixed inconsistency and logging regression by referencing the install.sh from K3S #166
  • Fixed rescue in grub menu #172
  • Fixed typo of K3OS_DEBUG #171
  • Fixed missing nssswitch.conf for k3s, remount root rw, wifi fixes #170
  • Fixed ccapply pulling ssh_authorized_keys from github #184
  • Fixed connman segfaults #184
  • Fixed kubectl not able to read k3s.yaml #181

v0.2.2-rc2

13 Sep 00:23
687f412
Compare
Choose a tag to compare
v0.2.2-rc2 Pre-release
Pre-release

Documentation Fixes

Features and Enhancements

  • Support compilation of 3rd-party kernel modules Headers are now exposed at /usr/src #140 with rancher/k3os-kernel#2
  • Move boot-time static here-docs to overlay #163
  • Bump Alpine, Go, and K3s #158
  • Bump Linux Kernel 4.15.0-62.69 #167

Bug Fixes

  • Fixed various issues with services/processes starting before the network is ready #136
  • Fixed various issues cause by the connman configuration file having a trailing space and missing required section(s) #137, #149
  • Fixed inconsistency and logging regression by referencing the install.sh from K3S #166
  • Fixed rescue in grub menu #172
  • Fixed typo of K3OS_DEBUG #171
  • Fixed missing nssswitch.conf for k3s, remount root rw, wifi fixes #170

v0.2.2-rc1

12 Sep 01:26
0633e1b
Compare
Choose a tag to compare
v0.2.2-rc1 Pre-release
Pre-release

Documentation Fixes

Features and Enhancements

  • Support compilation of 3rd-party kernel modules Headers are now exposed at /usr/src #140 with rancher/k3os-kernel#2
  • Move boot-time static here-docs to overlay #163
  • Bump Alpine, Go, and K3s #158
  • Bump Linux Kernel 4.15.0-62.69 #167

Bug Fixes

  • Fixed various issues with services/processes starting before the network is ready #136
  • Fixed various issues cause by the connman configuration file having a trailing space and missing required section(s) #137, #149
  • Fixed inconsistency and logging regression by referencing the install.sh from K3S #166

v0.2.1

14 May 21:51
Compare
Choose a tag to compare
Fix a possible typo in README.md

v0.2.1-rc2

12 May 19:34
Compare
Choose a tag to compare
v0.2.1-rc2 Pre-release
Pre-release
Fix USB ISO image