Skip to content

Releases: kairos-io/kairos

v3.3.4

28 Mar 16:22
b05a6ea
Compare
Choose a tag to compare

This release fixes a small issue when resetting a RAW image that happened during the copyLogs function and could leave the reset not fully done, so the after-reset hooks never triggered.

Full Changelog: v3.3.3...v3.3.4

v3.4.0-beta7

25 Mar 14:19
ca43d45
Compare
Choose a tag to compare
v3.4.0-beta7 Pre-release
Pre-release

What's Changed

Full Changelog: v3.4.0-beta6...v3.4.0-beta7

v3.3.3

25 Mar 11:39
d363e06
Compare
Choose a tag to compare

This release fixes an issue with reset in which the reset would work but the final step in trying to copy the reset logs would fail so autoreset would not work as expected

Full Changelog: v3.3.2...v3.3.3

v3.4.0-beta6

19 Mar 11:33
92978df
Compare
Choose a tag to compare
v3.4.0-beta6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.4.0-beta6

v3.3.2

17 Mar 14:15
4c73716
Compare
Choose a tag to compare

Caution

There is a bug in this release which breaks reset and its being fixed on kairos-io/kairos-agent#718
We recommend to skip this release and jump directly to the next patch version

This patch release contains an updated framework to enble the use of arbitrary encrypted partitions. We are no longer bound to only encrypt COS_PERSISTENT, but are able to encrypt other partitions as well.

For an example:

#cloud-config
install:
  extra-partitions:
    - name: extra1
      size: 1000
      fs: ext4
      label: EXTRA_PARTITION1
    - name: extra2
      size: 1000
      fs: ext4
      label: EXTRA_PARTITION2
  encrypted_partitions:
    - COS_PERSISTENT
    - EXTRA_PARTITION1

This would create an extra partition and encrypt both COS_PERSISTENT and the new partition. The same docs apply as they behave the same as before.

Full Changelog: v3.3.1...v3.3.2

v3.3.2-rc3

17 Mar 13:30
4c73716
Compare
Choose a tag to compare
v3.3.2-rc3 Pre-release
Pre-release

Full Changelog: v3.3.1...v3.3.2-rc3

v3.3.2-rc2

17 Mar 13:08
87d6358
Compare
Choose a tag to compare
v3.3.2-rc2 Pre-release
Pre-release

Full Changelog: v3.3.1...v3.3.2-rc2

v3.3.2-rc1

17 Mar 13:01
4231461
Compare
Choose a tag to compare
v3.3.2-rc1 Pre-release
Pre-release

Full Changelog: v3.3.1...v3.3.2-rc1

v3.3.1

03 Feb 14:31
Compare
Choose a tag to compare

Known issues/Bug fixes

  • arm standard container images still have naming issues causing kairos-agent upgrade list-releases to fail (#3167). Workaround: Find the upgrade image manually (through the quay.io web interface) and upgrade pointing the --source flag to the desired image.
  • Nvidia AGX Orin: images are now up-to-date and functional. Documentation on how to flash AGX Orin images requires updates and is a work in progress.
  • We reverted compression of modules and firmwares to zstd for ubuntu flavors. That caused major issues in some platforms. Please do upgrade if you had issues with drivers or firmwares not loading correctly.

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

24 Jan 16:10
d57683a
Compare
Choose a tag to compare

This release marks the completion of a planned set of features: #2127
Some of the items have already been released in previous releases.

Known issues

  • Artifacts for the standard arm64 had a broken name and had to be deleted.
  • ISO artifacts have 3 partitions which make them fail on bare metal in some cases.
  • AGX Orin instructions aren't currently working with the latest nvidia l4t framework ( https://kairos.io/docs/installation/nvidia_agx_orin/ ) . We are currently working on it.

What's Changed

Full Changelog: v3.2.4...v3.3.0
Full kairos-agent changelog: kairos-io/kairos-agent@v2.15.5...v2.16.1