Releases: openanolis/cryptpilot
Releases · openanolis/cryptpilot
v0.3.1
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
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
chore: bump version to 0.3.0 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.10
chore: bump version to 0.2.10 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.9
cryptpilot: bump version to 0.2.9 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.8-1
cryptpilot: bump version to 0.2.8 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.7-1
cryptpilot: bump version to 0.2.7 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.6-1
cryptpilot: bump version to 0.2.6 Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
v0.2.5-5
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
fde: Fix "Failed to load kernel module 'nbd'" when used in docker con…