Skip to content

Commit 637d05b

Browse files
committed
cryptpilot: bump version to 0.2.4
Signed-off-by: Kun Lai <[email protected]>
1 parent 2f106a4 commit 637d05b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.3"
7+
version = "0.2.4"
88

99
[dependencies]
1010
again = "0.1.2"

cryptpilot.spec

Lines changed: 4 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.2.3
5+
Version: 0.2.4
66
Release: %{release_num}%{?dist}
77
Summary: A utility for protecting data at rest in confidential environment
88
Group: Applications/System
@@ -121,6 +121,9 @@ rm -rf %{buildroot}
121121
%{dracut_dst}initrd-wait-network-online.service
122122

123123
%changelog
124+
* Fri May 23 2025 Kun Lai <[email protected]> - 0.2.4-1
125+
- Fix broken FDE due to wrong dm-verity kernel module name
126+
124127
* Mon Apr 28 2025 Kun Lai <[email protected]> - 0.2.3-1
125128
- Add new key provider plugin type "exec"
126129
- Fix wrong lvm part size in disk image converted by cryptpilot-convert

0 commit comments

Comments
 (0)