|
2 | 2 | %define release_num 1 |
3 | 3 |
|
4 | 4 | Name: cryptpilot |
5 | | -Version: 0.6.0 |
| 5 | +Version: 0.7.0 |
6 | 6 | Release: %{release_num}%{?dist} |
7 | 7 | Summary: Full-disk encryption and data protection tool for confidential computing |
8 | 8 | Group: Applications/System |
|
273 | 273 |
|
274 | 274 |
|
275 | 275 | %changelog |
| 276 | +* Thu Apr 16 2026 Kun Lai <laikun@linux.alibaba.com> - 0.7.0-1 |
| 277 | +- fix(disk-persistent): handle dirty COW device in dm-snapshot setup |
| 278 | +- ci(test-convert): replace fixed 4-case matrix with 3-dimensional 12-case matrix |
| 279 | +- fix(ubuntu): add zram module support for Ubuntu cloud images |
| 280 | +- fix(module-setup): add zram and dm-snapshot modules to initramfs |
| 281 | +- docs: add pre-push checks for gpgsig and Claude committer identity |
| 282 | +- ci: reduce memory and disk usage in test-convert jobs |
| 283 | +- docs: add pre-commit check requirements to CLAUDE.md |
| 284 | +- fix(nbd): make udev rule reload non-fatal with fallback for container environments |
| 285 | +- fix(test): use container_name instead of container_id in QEMU boot test |
| 286 | +- ci: fix RPM path handling and add QEMU boot test |
| 287 | +- ci: fix artifact download in test-convert job |
| 288 | +- ci: fix docker create command for scratch-based test image |
| 289 | +- ci: add test image workflow and optimize CI test performance |
| 290 | +- fix(ci): increase tmpfs to 20GB for test container |
| 291 | +- fix(ci): increase tmpfs size to 10GB for test container |
| 292 | +- fix(ci): load nbd module on host before container tests |
| 293 | +- fix(ci): skip test gracefully when nbd module unavailable |
| 294 | +- fix(ci): resolve test-convert CI failures |
| 295 | +- ci: add integration tests for cryptpilot-convert |
| 296 | +- docs: add CLAUDE.md with git commit requirements |
| 297 | +- docs: reorganize docs/ directory structure |
| 298 | +- fix: clarify IMDS reachability error instead of "not an ECS instance" |
| 299 | +- docs: fix dm-integrity kernel config option |
| 300 | + |
276 | 301 | * Thu Apr 02 2026 Kun Lai <laikun@linux.alibaba.com> - 0.6.0-1 |
277 | 302 | - fix(convert): update essential packages for Debian/Ubuntu rootfs |
278 | 303 | - rpm: separate SRPM and RPM build steps in buildspec templates |
|
0 commit comments