|
2 | 2 | %define release_num 1 |
3 | 3 |
|
4 | 4 | Name: cryptpilot |
5 | | -Version: 0.3.1 |
| 5 | +Version: 0.3.2 |
6 | 6 | Release: %{release_num}%{?dist} |
7 | 7 | Summary: Full-disk encryption and data protection tool for confidential computing |
8 | 8 | Group: Applications/System |
|
271 | 271 |
|
272 | 272 |
|
273 | 273 | %changelog |
| 274 | +* Wed Jan 28 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.2-1 |
| 275 | +- fix: gracefully handle NTP time sync failure in boot service |
| 276 | +- fix: simplify LVM partition creation to use remaining disk space |
| 277 | +- fix(cryptpilot-convert): remove fstab ro mount option modification |
| 278 | +- fix(fde): fix wrong logical volume name introduced by 37ecb7b |
| 279 | +- fix(cryptpilot-convert): prevent version conflict when user provides custom RPM |
| 280 | +- cryptpilot-convert: optimize image conversion with backing file |
| 281 | +- cryptpilot-convert: disable LVM auto-activation for system VG |
| 282 | +- cryptpilot-convert: auto-detect and use current cryptpilot-fde version |
| 283 | +- refactor: adjust rw_overlay configuration behavior and naming |
| 284 | +- feat(deb): add standard Debian packaging support |
| 285 | +- fix(spec): add libguestfs-tools-c as dependencies of cryptpilot-fde |
| 286 | +- fix(spec): correct aa and cdh dependencies of cryptpilot-crypt |
| 287 | +- chore: remove unnecessary cryptsetup rpm dependency |
| 288 | +- ci(test): fix coreutils conflict on anolisos:23 |
| 289 | +- ci(test): add runtime dependencies for test execution |
| 290 | +- ci: split test workflow for parallel execution |
| 291 | +- feat(cryptpilot-convert): mark rootfs as read-only |
| 292 | +- fix(convert): avoid "No space left on device" during UKI patching |
| 293 | + |
274 | 294 | * Thu Jan 15 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.1-1 |
275 | 295 | - feat(kbs): support both one-shot and daemon modes for CDH |
276 | 296 | - refactor(kbs): implement ttrpc client for daemon mode |
|
0 commit comments