From 395a81f98d74ebe5a9c7a341129d9f7053b522ef Mon Sep 17 00:00:00 2001 From: Kun Lai Date: Tue, 1 Sep 2026 15:37:47 +0800 Subject: [PATCH] Bump patch version to 0.9.1 Signed-off-by: Kun Lai Assisted-by: Claude:glm-5.2 --- APPLICATION/cryptpilot-crypt/buildspec.yml | 2 +- APPLICATION/cryptpilot-fde/buildspec.yml | 2 +- APPLICATION/cryptpilot-verity/buildspec.yml | 2 +- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- cryptpilot.spec | 6 +++++- debian/changelog | 7 +++++++ 7 files changed, 20 insertions(+), 9 deletions(-) diff --git a/APPLICATION/cryptpilot-crypt/buildspec.yml b/APPLICATION/cryptpilot-crypt/buildspec.yml index 2fdb121..8fcda12 100644 --- a/APPLICATION/cryptpilot-crypt/buildspec.yml +++ b/APPLICATION/cryptpilot-crypt/buildspec.yml @@ -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], ''] \ No newline at end of file diff --git a/APPLICATION/cryptpilot-fde/buildspec.yml b/APPLICATION/cryptpilot-fde/buildspec.yml index ce1b683..22badeb 100644 --- a/APPLICATION/cryptpilot-fde/buildspec.yml +++ b/APPLICATION/cryptpilot-fde/buildspec.yml @@ -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], ''] \ No newline at end of file diff --git a/APPLICATION/cryptpilot-verity/buildspec.yml b/APPLICATION/cryptpilot-verity/buildspec.yml index 012ef1e..2d9ac50 100644 --- a/APPLICATION/cryptpilot-verity/buildspec.yml +++ b/APPLICATION/cryptpilot-verity/buildspec.yml @@ -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], ''] \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 80bd535..db5c08c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "cryptpilot" -version = "0.9.0" +version = "0.9.1" dependencies = [ "again", "anyhow", @@ -1006,7 +1006,7 @@ dependencies = [ [[package]] name = "cryptpilot-crypt" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -1039,7 +1039,7 @@ dependencies = [ [[package]] name = "cryptpilot-fde" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "cryptpilot-verity" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8cbb1ff..e25632c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" [workspace.package] authors = ["Kun Lai "] edition = "2021" -version = "0.9.0" +version = "0.9.1" [workspace.dependencies] again = "0.1.2" diff --git a/cryptpilot.spec b/cryptpilot.spec index 34e4260..ced4004 100644 --- a/cryptpilot.spec +++ b/cryptpilot.spec @@ -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 @@ -333,6 +333,10 @@ fi %changelog +* Tue Sep 01 2026 Kun Lai - 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 - 0.9.0-1 - fix(fde): enable UKI build and QEMU boot test on Alinux 4 - feat(fde): add Alibaba Cloud Linux 4 support diff --git a/debian/changelog b/debian/changelog index 2b2d923..4838906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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