Releases: kairos-io/kairos
Release list
v4.0.2-rc5
What's Changed
- do not enforce security scan on jetson nx by @mauromorales in #4018
- Bump auroraboot to v0.19.4 by @mauromorales in #4019
Full Changelog: v4.0.2-rc4...v4.0.2-rc5
v4.0.2-rc4
What's Changed
- bump kairos-factor-action to v1.1.1 by @mauromorales in #4016
Full Changelog: v4.0.2-rc3...v4.0.2-rc4
v4.0.2-rc3
What's Changed
- bump kairos-factory-action to v1.1.0 by @mauromorales in #4015
Full Changelog: v4.0.2-rc2...v4.0.2-rc3
v4.0.2-rc2
v4.0.2-rc1
What's Changed
- ⬆️ Update docker/login-action action to v4 by @renovate[bot] in #3996
- ⬆️ Update kairos-io/kairos-factory-action action to v1 by @renovate[bot] in #4002
Full Changelog: v4.0.1...v4.0.2-rc1
v4.0.1
v4.0.1-RC2
v4.0.1-RC1
v4.0.0
v4.0.0 Release Notes
Warning
Breaking change: Kairos v4 is a major release. From this release we will publish Hadron-based only artifacts to reduce our build matrix during the release process. If you depended on Kairos artifacts based on top of Linux distribution for updates (for example, Kairos Ubuntu or Kairos OpenSUSE images) you now need to build those images in your own pipeline. The upside is much more control over release timing and distro choices. See the blog post for build paths and migration details.
Important
Hadron: The OCI of hadron is correctly tagged as v0.0.3, and it is fully functional, however the VERSION_ID was incorrectly identified as v0.0.1. Artifacts also show the v0.0.1 version in their name despite being based in v0.0.3. Feel free to download this release but keep this in mind, and upgrade to v4.0.1 as soon as possible to get it fixed.
v4.0.0 aligns Kairos release artifacts around Hadron and expands ARM release coverage.
What’s new
- Kairos v4 now publishes only Hadron official artifacts to reduce release complexity; distro flexibility remains available through your own build pipelines (blog post) and we will keep supporting other Linux distributions.
- ARM published artifacts now cover
generic,rpi4, and NVIDIA Jetson targets (nvidia-jetson-agx-orinandnvidia-jetson-orin-nx); where Hadron does not yet support a device, the original flavor is still used. - Cloud artifact publishing was updated to the new Hadron image naming and now uses larger state disk sizing during image generation.
- No kairos internal components were bumped in this release window, which highlights that users can keep building the same distro images as before and that support for all flavors remains a core Kairos feature.
Hadron v0.0.1 -> v0.0.3
- Reworked base system bootstrap in
Dockerfileby creating the system skeleton directly in the build definition, by @Itxaka (#166). - Enabled Raspberry Pi SD card support on ARM64 by turning on
CONFIG_MMC_BCM2835infiles/kernel/default-arm64.config, by @Ludea (#171). - Updated binutils source handling in
Dockerfilefor the 2.46.0 archive format and added shim compatibility adjustments for binutils 2.46, by @Itxaka (#195). - Disabled duplicate SSH MOTD output in Hadron configuration, by @Itxaka (#167).
BINUTILS_VERSION:2.45.1->2.46.0COREUTILS_VERSION:9.9->9.10DRACUT_VERSION:109->110EXPAT_VERSION:2.7.3->2.7.4KERNEL_VERSION:6.18.7->6.19M4_VERSION:1.4.20->1.4.21MULTIPATH_TOOLS_VERSION:0.14.1->0.14.3OPENSSH_VERSION:10.0p1->10.2p1PAX_UTILS_VERSION:1.3.9->1.3.10PYTHON_VERSION:3.14.2->3.14.3SHADOW_VERSION:4.19.2->4.19.3SYSTEMD_VERSION:259->259.1autoprefixer:10.4.23->10.4.24caniuse-lite:1.0.30001760->1.0.30001767
Full Changelog: v3.7.2...v4.0.0
v4.0.0-RC2
What's Changed
- Remove OSV scanner workflow by @Copilot in #3983
- set a default for running grype in the release arm workflow for stand… by @mauromorales in #3986
New Contributors
- @Copilot made their first contribution in #3983
Full Changelog: v4.0.0-RC1...v4.0.0-RC2