Skip to content

Releases: openanolis/cryptpilot

v0.3.1

21 Jan 13:45

Choose a tag to compare

feat(open): add `--check-fs` to verify filesystem initialization on open

- Added `--check-fs` flag to `cryptpilot-crypt open` (default: false)
- When enabled, checks if the volume’s filesystem is initialized — fails with clear error if empty (but `makefs` is configured)
- Helps prevent silent boot failures by catching uninitialized volumes early
- Updated README and CLI help text; removed deprecated `--skip-check-passphrase`
- Auto-open during boot now skips fs check (for compatibility)

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.3.0

14 Jan 07:23

Choose a tag to compare

spec: add Obsoletes directive for smooth package upgrades

Add Obsoletes: cryptpilot < %{version}-%{release} to all three
subpackages (cryptpilot-verity, cryptpilot-fde, cryptpilot-crypt)
to ensure smooth upgrades from the old monolithic cryptpilot package
to the new split package structure.

This prevents conflicts when upgrading from older versions where
cryptpilot was a single package to the new multi-package layout.

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.3.0-alpha

14 Jan 07:24

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release
chore: bump version to 0.3.0

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.10

09 Jan 02:56

Choose a tag to compare

chore: bump version to 0.2.10

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.9

11 Nov 11:11

Choose a tag to compare

cryptpilot: bump version to 0.2.9

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.8-1

31 Oct 05:14

Choose a tag to compare

cryptpilot: bump version to 0.2.8

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.7-1

25 Sep 19:44

Choose a tag to compare

cryptpilot: bump version to 0.2.7

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.6-1

15 Sep 12:58

Choose a tag to compare

cryptpilot: bump version to 0.2.6

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.5-5

07 Jul 10:14

Choose a tag to compare

fde: sync time to system before call cdh if run in aliyun ecs

Signed-off-by: Kun Lai <laikun@linux.alibaba.com>

v0.2.5-4

03 Jul 08:42

Choose a tag to compare

fde: Fix "Failed to load kernel module 'nbd'" when used in docker con…