Skip to content

Commit 6db64b9

Browse files
committed
cryptpilot: bump version to 0.2.3
Signed-off-by: Kun Lai <[email protected]>
1 parent a18fe42 commit 6db64b9

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.2"
7+
version = "0.2.3"
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.2
5+
Version: 0.2.3
66
Release: %{release_num}%{?dist}
77
Summary: A utility for protecting data at rest in confidential environment
88
Group: Applications/System
@@ -128,6 +128,14 @@ rm -rf %{buildroot}
128128
%{dracut_dst}initrd-wait-network-online.service
129129

130130
%changelog
131+
* Mon Apr 28 2025 Kun Lai <[email protected]> - 0.2.3-1
132+
- Add new key provider plugin type "exec"
133+
- Fix wrong lvm part size in disk image converted by cryptpilot-convert
134+
- Change systemd service in initrd from RequiredBy to WantedBy for weaker dependency
135+
136+
* Tue Apr 15 2025 Kun Lai <[email protected]> - 0.2.2-2
137+
- Update source code git hash from c2257859 to ea829279
138+
131139
* Mon Mar 31 2025 Kun Lai <[email protected]> - 0.2.2-1
132140
- Fix TLS support in dracut initrd
133141
- Add RUST_LOG environment variable to control log level

0 commit comments

Comments
 (0)