Skip to content

Commit c3277ef

Browse files
committed
cryptpilot: bump version to 0.2.6
Signed-off-by: Kun Lai <[email protected]>
1 parent 3d2f7f7 commit c3277ef

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-run = "cryptpilot"
44
description = "A utility for protecting data at rest in confidential environment"
55
edition = "2021"
66
name = "cryptpilot"
7-
version = "0.2.5"
7+
version = "0.2.6"
88

99
[dependencies]
1010
again = "0.1.2"

cryptpilot.spec

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
2-
%define release_num 5
2+
%define release_num 1
33

44
Name: cryptpilot
5-
Version: 0.2.5
5+
Version: 0.2.6
66
Release: %{release_num}%{?dist}
77
Summary: A utility for protecting data at rest in confidential environment
88
Group: Applications/System
@@ -144,6 +144,53 @@ fi
144144

145145

146146
%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+
147194
* Mon Jul 7 2025 Kun Lai <[email protected]> - 0.2.5-5
148195
- fde: sync time to system before call cdh if run in aliyun ecs.
149196
- fde: add timeout fetching config from cloudinit.

0 commit comments

Comments
 (0)