Skip to content

Commit f384101

Browse files
committed
chore: bump version to 0.3.2
Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
1 parent 445545b commit f384101

3 files changed

Lines changed: 26 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.package]
1111
authors = ["Kun Lai <laikun@linux.alibaba.com>"]
1212
edition = "2021"
13-
version = "0.3.1"
13+
version = "0.3.2"
1414

1515
[workspace.dependencies]
1616
again = "0.1.2"

cryptpilot.spec

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define release_num 1
33

44
Name: cryptpilot
5-
Version: 0.3.1
5+
Version: 0.3.2
66
Release: %{release_num}%{?dist}
77
Summary: Full-disk encryption and data protection tool for confidential computing
88
Group: Applications/System
@@ -271,6 +271,26 @@ fi
271271

272272

273273
%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+
274294
* Thu Jan 15 2026 Kun Lai <laikun@linux.alibaba.com> - 0.3.1-1
275295
- feat(kbs): support both one-shot and daemon modes for CDH
276296
- refactor(kbs): implement ttrpc client for daemon mode

0 commit comments

Comments
 (0)