|
1 | 1 | %global debug_package %{nil}
|
2 |
| -%define release_num 5 |
| 2 | +%define release_num 1 |
3 | 3 |
|
4 | 4 | Name: cryptpilot
|
5 |
| -Version: 0.2.5 |
| 5 | +Version: 0.2.6 |
6 | 6 | Release: %{release_num}%{?dist}
|
7 | 7 | Summary: A utility for protecting data at rest in confidential environment
|
8 | 8 | Group: Applications/System
|
|
144 | 144 |
|
145 | 145 |
|
146 | 146 | %changelog
|
| 147 | +* Mon Sep 15 2025 Kun Lai <[email protected]> - 0.2.6-1 |
| 148 | +- cryptpilot & FDE Enhancements: |
| 149 | + * Redirect all logs to stderr for consistent logging behavior |
| 150 | + * Fix kernel module loading failures on specific systems |
| 151 | + * Resolve race condition where block devices appear after cryptpilot service start |
| 152 | + * Add passphrase validation before unlocking encrypted volumes |
| 153 | + * Enforce root=/dev/mapper/rootfs in kernel command line via force override |
| 154 | + * Fix boot partition detection logic |
| 155 | + * Improve network stability during early boot |
| 156 | + |
| 157 | +- cryptpilot-convert Improvements: |
| 158 | + * Speed up conversion of large disk images |
| 159 | + * Replace yum --installroot with chroot-based package installation |
| 160 | + * Add --boot_part_size parameter to customize boot partition size |
| 161 | + * Add --rootfs-part-num to set root filesystem partition number |
| 162 | + * Enhance EFI and rootfs partition detection based on content inspection |
| 163 | + * Fix access failure after partition creation |
| 164 | + * Correctly detect default kernel in multi-kernel systems |
| 165 | + * Fix encrypted image creation for AnolisOS-23.3-x86_64.qcow2 |
| 166 | + * Prevent repeated mounting of EFI/boot partitions by adding noauto,nofail to fstab |
| 167 | + * Optimize e2fsck execution logic |
| 168 | + * Add boot partition pre-check functionality |
| 169 | + * Improve compatibility with various disk partition layouts |
| 170 | + * Force override / mount source in /etc/fstab |
| 171 | + * Add colored logging output for better readability |
| 172 | + * Enable support for AnolisOS 23.3 and Alinux3 software installation via yum |
| 173 | + |
| 174 | +- show-reference-value Updates: |
| 175 | + * Support SM3 hash algorithm for reference value calculation |
| 176 | + * Generate reference values for GRUB, kernel, cmdline, and initrd |
| 177 | + * Fix kernel path generation issues |
| 178 | + * Support multiple GRUB and shim binaries in /boot |
| 179 | + * Suppress noisy mount error messages |
| 180 | + * Remove irrelevant print output during command execution |
| 181 | + * Fix failure in cleaning up DM devices from NBD instances |
| 182 | + * Remove redundant 'tdx' prefix from output |
| 183 | + |
| 184 | +- Container & OverlayFS Fixes: |
| 185 | + * Fix "not supported as upperdir" error in Docker |
| 186 | + * Resolve "overlay is not supported over overlayfs" error in Podman |
| 187 | + |
| 188 | +- FDE & Configuration Changes: |
| 189 | + * Change load_config content format from JSON object to hex hash value |
| 190 | + |
| 191 | +- Infrastructure & Compatibility: |
| 192 | + * Add Aliyun IMDS availability check before fetching instance config |
| 193 | + |
147 | 194 | * Mon Jul 7 2025 Kun Lai <[email protected]> - 0.2.5-5
|
148 | 195 | - fde: sync time to system before call cdh if run in aliyun ecs.
|
149 | 196 | - fde: add timeout fetching config from cloudinit.
|
|
0 commit comments