kairos

The immutable Linux meta-distribution for edge Kubernetes.

APACHE-2.0 License

Stars
940

Bot releases are visible (Hide)

kairos - v2.4.3-rc1

Published by mauromorales 11 months ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.2...v2.4.3-rc1

kairos - v2.4.2

Published by jimmykarily 11 months ago

โš ๏ธ There was an issue with the name of the arm images, you can read more about it here: https://github.com/kairos-io/kairos/issues/2009

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.1...v2.4.2

Known issues:

  • #1994
  • #1995
  • #1998
  • #1999
  • #2002
  • Some keyboards may not before the OS is loaded (e.g. during grub menu) on raspberry Pi 4 on Alpine. @jimmykarily's mechanical ducky keyboard for example. The raspberry pi keyboard works so it's not a general issue.
kairos - v2.4.2-rc2

Published by mauromorales 12 months ago

kairos - v2.4.2-rc1

Published by mauromorales 12 months ago

kairos - v2.4.2-rc1

Published by github-actions[bot] 12 months ago

kairos - v2.4.1

Published by github-actions[bot] about 1 year ago

Overview and important notes

New features and improvements

Fixes

Documentation

Packages included in this release

Name Version
container/kubectl 1.28.2
dracut/immucore 0.1.5
dracut/network-legacy 0.9
init-svc/systemd 0.9.0
k8s/k3s-systemd 1.27.3+2
static/grub-config 0.7
static/kairos-overlay-files 1.0.13
system/grub2-efi 2.06-150404
system/immucore 0.1.5
system/kairos-agent 2.3.0
system/kcrypt 0.7.0
system/kcrypt-challenger 0.5.0
system/provider-kairos 2.4.0
system/suc-upgrade 0.2.1
utils/edgevpn 0.23.1
utils/k9s 0.27.4
utils/kube-vip 0.6.2
utils/nerdctl 1.6.0

CI improvements

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0...v2.4.1

kairos - v2.4.0

Published by Itxaka about 1 year ago

Overview and important notes

  • โš ๏ธ From this release the provider-kairos images are now released from here instead of its own separated repo. We now provider core image and standard images in our releases. core means the plain Kairos image as we use to release here, standard is the Kairos image + provider-kairos bundled. If you used to get your images from https://github.com/kairos-io/provider-kairos you can now get them all from this repo directly.
  • โš ๏ธ We have limited the number of k3s releases that we bundle and release to align with upstream releases. Now its limited to 3 minor release versions, same as upstream Kubernetes
  • โš ๏ธ RPI images build has been split into rpi3 and rpi4 due to partitioning issues (only rpi4 supports GPT). For now we only release rpi4 images. For rpi3 images, the user need to use Earthly to build its own by passing --MODEL=rpi3 when building.
  • ๐ŸŽจ Kairos overlay files now come from luet packages directly instead of being along in the repository.
  • ๐ŸŽจ K3S packages now come from luet packages directly instead of being installed on the fly during building. This allows us to have a better upgrade cadence and to have the versions more under our control.
  • Kairos-agent has been updated to v2.2.11 which brings the following improvements and features
    • โœจ Single source for configuration: We used to have 2 different files to configure install/upgrade/reset behaviour (/etc/elemental/config.yaml and cloud-config file). That has been merged and all configuration of agent behaviour is now done via the cloud-config. You can see the full reference in our docs. If you have override anything in your image by setting the /etc/elemental/config.yaml please migrate that config into your cloud-config
    • โœจ Create dirs in rootfs: We noticed that some users needed to create dirs in the rootfs but as our system is immutable they were unable to do so. There is now a new option in the configuration that allows creating dirs in the rootfs during install or upgrade for those corner cases in which they are needed. See our docs the extra-dirs-rootfs key.
    • โœจ Upgrade workflow while booting from passive: Update workflow used to be the same when runing from active or passive, but that could lead to issues and a broken system as it was upgrading passive as well. Now when upgrading the system from the passive boot image, only the active image will be updated to avoid overwriting a know bootable passive image.
    • โœจ Auto partition and image size: No more fixed sizes for partitions and images! Now the agent will calculate the optimal size by analyzing the source for the install and creating the proper partitions to hold the images on them.
    • โœจOverridable partition and image size: Dont like our auto image size? Do you want to override it to set it yourself? Now its possible to override partition and image sizes via cloud config directly and set the sizes for each action (install/upgrade/reset) so there is maximum flexibility to configure your system.
    • ๐ŸŽจ Improve unnatended reset: In some cases it was blocking the terminal and not rebooting correctly. We have now added flags to make unnatended reset work in any terminal/service and reboot automatically so it has gained more flexibility to work in all situations.
    • ๐ŸŽจ run-stage command: Fixed several underlying issues with cloud provider metadata, user creation and layout partition and expansion.
    • ๐ŸŽจ Allow upgrading recovery: We noticed that recovery was no longer being able to be upgraded as we were not exposing the flags to do so. Now its possible to upgrade recovery only by calling upgrade with the --recovery flag. Normal upgrade also has gained a warning to advise the user to remember to upgrade the recovery.

Known issues

New features and improvements

Fixes

Documentation

Packages included in this release

Name Version
bundles/kairos-overlay-files 1.0.6
container/kubectl 1.28.1
dracut/immucore 0.1.4
dracut/network-legacy 0.9
dracut/sysext 0.9
init-svc/systemd 0.8.0
static/grub-config 0.7
systemd-default/network 1.0
system/grub2-efi 2.06-150404
system/immucore 0.1.4
system/kairos-agent 2.2.11
system/ provider-kairos 2.4.0
system/suc-upgrade 0.2.1
system/kcrypt 0.7.0
system/kcrypt-challenger 0.5.0
utils/kube-vip 0.6.2
utils/nerdctl 1.5.0
utils/k9s 0.27.4
utils/edgevpn 0.23.1

CI improvements

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.2...v2.4.0

kairos - v2.4.0-rc3

Published by Itxaka about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-rc2...v2.4.0-rc3

kairos - v2.4.0-rc2

Published by Itxaka about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-rc1...v2.4.0-rc2

kairos - v2.4.0-rc1

Published by Itxaka about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.2...v2.4.0-rc1

kairos - v2.4.0-alpha6

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-alpha5...v2.4.0-alpha6

kairos - v2.4.0-alpha5

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-alpha4...v2.4.0-alpha5

kairos - v2.4.0-alpha4

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-alpha3...v2.4.0-alpha4

kairos - v2.4.0-alpha3

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-alpha2...v2.4.0-alpha3

kairos - v2.4.0-alpha2

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.4.0-alpha1...v2.4.0-alpha2

kairos - v2.4.0-alpha1

Published by mauromorales about 1 year ago

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.3-rc2...v2.4.0-alpha1

kairos - v2.3.3-rc2

Published by mauromorales about 1 year ago

โš ๏ธ this should have been a 2.4.0-rc instead of 2.3.3, there are major changes in the agent

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.3-rc1...v2.3.3-rc2

kairos - v2.3.3-rc1

Published by jimmykarily about 1 year ago

โš ๏ธ this should have been a 2.4.0-rc instead of 2.3.3, there are major changes in the agent

What's Changed

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.0...v2.3.3-rc1

kairos - v2.3.2

Published by mauromorales about 1 year ago

Fixes issue that pinned x86 agent on arm64

Full Changelog: https://github.com/kairos-io/kairos/compare/v2.3.1...v2.3.2

kairos - v2.3.1

Published by mauromorales about 1 year ago

Package Rankings
Top 4.16% on Proxy.golang.org
Related Projects