Skip to content

Commit 64004b5

Browse files
committed
cryptpilot: bump version to 0.2.5
Signed-off-by: Kun Lai <[email protected]>
1 parent a0f4ed3 commit 64004b5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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.4"
7+
version = "0.2.5"
88

99
[dependencies]
1010
again = "0.1.2"

cryptpilot.spec

Lines changed: 9 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.4
5+
Version: 0.2.5
66
Release: %{release_num}%{?dist}
77
Summary: A utility for protecting data at rest in confidential environment
88
Group: Applications/System
@@ -138,6 +138,14 @@ fi
138138

139139

140140
%changelog
141+
* Thu Jun 12 2025 Kun Lai <[email protected]> - 0.2.5-1
142+
- Add "cryptpilot config check" command to check if the config is valid
143+
- Add support to specify more than one volume name to open/init/close command
144+
- Remove the "config dump" command
145+
- Change short form of --config-dir from -d to -c
146+
- Add the "fde show-reference-value" and "fde dump-config" command
147+
- Add --rootfs-no-encryption option to cryptpilot-convert to make disk with rootfs volume unencrypted
148+
141149
* Fri May 23 2025 Kun Lai <[email protected]> - 0.2.4-1
142150
- Fix broken FDE due to wrong dm-verity kernel module name
143151

0 commit comments

Comments
 (0)