Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion APPLICATION/cryptpilot-crypt/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
path: Dockerfile.crypt
scene:
args: []
tags: [[0.9.0, latest]]
tags: [[0.9.1, latest]]
registry: [*ACR_PROD]
# 测试配置
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']
2 changes: 1 addition & 1 deletion APPLICATION/cryptpilot-fde/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
path: Dockerfile.fde
scene:
args: []
tags: [[0.9.0, latest]]
tags: [[0.9.1, latest]]
registry: [*ACR_PROD]
# 测试配置
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']
2 changes: 1 addition & 1 deletion APPLICATION/cryptpilot-verity/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images:
path: Dockerfile.verity
scene:
args: []
tags: [[0.9.0, latest]]
tags: [[0.9.1, latest]]
registry: [*ACR_PROD]
# 测试配置
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
[workspace.package]
authors = ["Kun Lai <laikun@linux.alibaba.com>"]
edition = "2021"
version = "0.9.0"
version = "0.9.1"

[workspace.dependencies]
again = "0.1.2"
Expand Down
6 changes: 5 additions & 1 deletion cryptpilot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define release_num 1

Name: cryptpilot
Version: 0.9.0
Version: 0.9.1
Release: %{release_num}%{?dist}
Summary: Full-disk encryption and data protection tool for confidential computing
Group: Applications/System
Expand Down Expand Up @@ -333,6 +333,10 @@ fi


%changelog
* Tue Sep 01 2026 Kun Lai <laikun@linux.alibaba.com> - 0.9.1-1
- docs(claude.md): formalize git commit requirements
- feat(cryptpilot-convert): pin systemd UEFI stub via --uki-stub-version

* Fri Aug 21 2026 Kun Lai <laikun@linux.alibaba.com> - 0.9.0-1
- fix(fde): enable UKI build and QEMU boot test on Alinux 4
- feat(fde): add Alibaba Cloud Linux 4 support
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cryptpilot (0.9.1) unstable; urgency=medium

* docs(claude.md): formalize git commit requirements
* feat(cryptpilot-convert): pin systemd UEFI stub via --uki-stub-version

-- Kun Lai <laikun@linux.alibaba.com> Tue, 01 Sep 2026 15:37:11 +0800

cryptpilot (0.9.0) unstable; urgency=medium

* fix(fde): enable UKI build and QEMU boot test on Alinux 4
Expand Down
Loading