Skip to content

Releases: kairos-io/kairos

v3.4.0-beta9

08 Apr 12:14
7a7f102
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0-beta8...v3.4.0-beta9

v3.3.6

07 Apr 09:56
8d2fedf
Compare
Choose a tag to compare

This patch release brings a fix for a small rsync issue in ubuntu 20.04

Full Changelog: v3.3.5...v3.3.6

v3.3.5

04 Apr 16:46
f1289f4
Compare
Choose a tag to compare

This release backports the possibility of skipping the check of no users( allowing installing Kairos with no users) with the help of a sentinel file.

If a file is found at /etc/kairos/.nousers the check will be skipped and you can install Kairos with no users In the final system

Full Changelog: v3.3.4...v3.3.5

v3.4.0-beta8

03 Apr 08:00
911b76d
Compare
Choose a tag to compare
v3.4.0-beta8 Pre-release
Pre-release

What's Changed

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

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