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

Releases: rancher/k3os

v0.8.0-rc2

10 Dec 18:19
f45be18
Compare
Choose a tag to compare
v0.8.0-rc2 Pre-release
Pre-release

Security Fixes

  • Bump LTS Kernel 4.15.0-72.81 #320
    See https://usn.ubuntu.com/4210-1/
  • Disable Password Auth in SSH #321
    This addresses a security concern, #262 brought to our attention by @majkrzak.
    If you need to override this secure default, a write_files to /var/lib/rancher/k3os/ssh/sshd_config should do the trick.

Documentation Fixes

  • HTTPS_PROXY Typo http_proxys what? #311

Features and Enhancements

  • Updated Tooling #292 htop, rng-tools, qemu-guest-agent
    Additionally, the parametrizable toolbox script to pull down an arbitrary container to twiddle some bits contributed by @bhale
    The services for rng-tools (aka rngd) and qemu-guest-agent are not enabled unless a corresponding entry in /etc/conf.d is present.
  • Refactored Usage of LinuxKit Bits #297 metadata is now built directly from LinuxKit source
  • Refactored k3OS Commands Into Multi-call Binary #303
    • os-config is now k3os install
    • ccapply is now k3os config
    • rc.init is now k3os rc with code from fork of LinuxKit rolled into the project (invoked early during boot, may be replaced eventually with bash scripts)
  • Build with go 1.13 #312
  • Publish Container Images #323
    Yet another key bit of functionality supporting the forthcoming operator (upgrades).

v0.8.0-rc1

09 Dec 19:31
f558909
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

Security Fixes

  • Bump LTS Kernel 4.15.0-72.81 #320
    See https://usn.ubuntu.com/4210-1/
  • Disable Password Auth in SSH #321
    This addresses a security concern, #262 brought to our attention by @majkrzak.
    If you need to override this secure default, a write_files to /var/lib/rancher/k3os/ssh/sshd_config should do the trick.

Documentation Fixes

  • HTTPS_PROXY Typo http_proxys what? #311

Features and Enhancements

  • Updated Tooling #292 htop, rng-tools, qemu-guest-agent
    Additionally, the parametrizable toolbox script to pull down an arbitrary container to twiddle some bits contributed by @bhale
    The services for rng-tools (aka rngd) and qemu-guest-agent are not enabled unless a corresponding entry in /etc/conf.d is present.
  • Refactored Usage of LinuxKit Bits #297 metadata is now built directly from LinuxKit source
  • Refactored k3OS Commands Into Multi-call Binary #303
    • os-config is now k3os install
    • ccapply is now k3os config
    • rc.init is now k3os rc with code from fork of LinuxKit rolled into the project (invoked early during boot, may be replaced eventually with bash scripts)
  • Build with go 1.13 #312

v0.7.1

20 Nov 19:32
2bb1c9f
Compare
Choose a tag to compare

Bug Fixes

  • Persist /etc/rancher/node Across Reboots #290
    This fixes an issue that prevented the k3s agent from being able to connect to k3s server after the node was rebooted.

v0.7.0

19 Nov 17:12
37e1840
Compare
Choose a tag to compare

Documentation

Features and Enhancements

  • Updated k3s v1.0.0 ...and there was much rejoicing! #287
  • Updated Kernel 4.15.0-70.79 #281
  • Support for vSphere via Packer #258
  • Updated run-qemu Script with examples #272
  • Bump Initial Partition Size 700MB #273
  • Expose ctr Symlink bundled with k3s just like kubectl #274, #280
  • Support Mode Node Label k3os.io/mode=${k3os.mode} #275

v0.7.0-rc2

18 Nov 21:23
569c95a
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

Documentation

Features and Enhancements

  • Updated k3s v1.0.0-rc6 #286
  • Updated Kernel 4.15.0-70.79 #281
  • Support for vSphere via Packer #258
  • Updated run-qemu Script with examples #272
  • Bump Initial Partition Size 700MB #273
  • Expose ctr Symlink bundled with k3s just like kubectl #274, #280
  • Support Mode Node Label k3os.io/mode=${k3os.mode} #275

v0.7.0-rc1

17 Nov 21:22
45fbdef
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

Documentation

Features and Enhancements

  • Updated k3s v1.0.0-rc5 #283
  • Updated Kernel 4.15.0-70.79 #281
  • Support for vSphere via Packer #258
  • Updated run-qemu Script with examples #272
  • Bump Initial Partition Size 700MB #273
  • Expose ctr Symlink bundled with k3s just like kubectl #274, #280
  • Support Mode Node Label k3os.io/mode=${k3os.mode} #275

v0.6.0

08 Nov 22:47
c067670
Compare
Choose a tag to compare

Documentation

  • Bump memory requirements 2GB for live, 1GB installed #255

Features and Enhancements

  • Updated k3s v0.10.2 #267
  • Support for OpenStack via Packer #250 (thanks @ppouliot!)
  • Support for RAID storage via mdadm #264

Bug Fixes

  • Revert network-online pingtest to off by default #249
    ccapply now encapsulates an at-most 10 second delay in making its best-effort to talk to github when reading public keys.

v0.6.0-rc2

08 Nov 18:05
c067670
Compare
Choose a tag to compare
v0.6.0-rc2 Pre-release
Pre-release

Documentation

  • Bump memory requirements 2GB for live, 1GB installed #255

Features and Enhancements

  • Updated k3s v0.10.2 #267
  • Support for OpenStack via Packer #250 (thanks @ppouliot!)
  • Support for RAID storage via mdadm #264

Bug Fixes

  • Revert network-online pingtest to off by default #249
    ccapply now encapsulates an at-most 10 second delay in making its best-effort to talk to github when reading public keys.

v0.6.0-rc1

31 Oct 18:22
47f442c
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release

Documentation

  • Bump memory requirements 2GB for live, 1GB installed #255

Features and Enhancements

v0.5.0

25 Oct 19:39
d70d050
Compare
Choose a tag to compare

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