Skip to content

Commit 8deab3e

Browse files
committed
cryptpilot: bump version to 0.2.9
Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
1 parent 426ffcd commit 8deab3e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-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.8"
7+
version = "0.2.9"
88

99
[dependencies]
1010
again = "0.1.2"

cryptpilot.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
%define release_num 1
33

44
Name: cryptpilot
5-
Version: 0.2.8
5+
Version: 0.2.9
66
Release: %{release_num}%{?dist}
77
Summary: A utility for protecting data at rest in confidential environment
88
Group: Applications/System
99
License: Apache-2.0
1010
URL: https://www.alibaba.com
11-
Source0: https://github.com/openanolis/cryptpilot/releases/download/v%{version}-%{release_num}/cryptpilot-%{version}.tar.gz
11+
Source0: https://github.com/openanolis/cryptpilot/releases/download/v%{version}/cryptpilot-%{version}.tar.gz
1212

1313
Requires: dracut
1414
Requires: lvm2
@@ -157,6 +157,10 @@ fi
157157

158158

159159
%changelog
160+
* Tue Nov 11 2025 Kun Lai <laikun@linux.alibaba.com> - 0.2.9-1
161+
- fix(fde): fix panic due to wrong default hash algo
162+
163+
160164
* Fri Oct 31 2025 Kun Lai <laikun@linux.alibaba.com> - 0.2.8-1
161165
- feat(fde): support multiple hash algorithms in show-reference-value (sha1, sha256, sha384, sm3)
162166
- feat(fde): allow show-reference-value to work on non-encrypted disks

0 commit comments

Comments
 (0)