Skip to content

Commit dff3850

Browse files
committed
Bump minor version to 0.7.0
1 parent 81a8112 commit dff3850

7 files changed

Lines changed: 62 additions & 9 deletions

File tree

APPLICATION/cryptpilot-crypt/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ images:
3131
path: Dockerfile.crypt
3232
scene:
3333
args: []
34-
tags: [[0.6.0, latest]]
34+
tags: [[0.7.0, latest]]
3535
registry: [*ACR_PROD]
3636
# 测试配置
3737
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']

APPLICATION/cryptpilot-fde/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ images:
3131
path: Dockerfile.fde
3232
scene:
3333
args: []
34-
tags: [[0.6.0, latest]]
34+
tags: [[0.7.0, latest]]
3535
registry: [*ACR_PROD]
3636
# 测试配置
3737
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']

APPLICATION/cryptpilot-verity/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ images:
3131
path: Dockerfile.verity
3232
scene:
3333
args: []
34-
tags: [[0.6.0, latest]]
34+
tags: [[0.7.0, latest]]
3535
registry: [*ACR_PROD]
3636
# 测试配置
3737
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.package]
1111
authors = ["Kun Lai <laikun@linux.alibaba.com>"]
1212
edition = "2021"
13-
version = "0.6.0"
13+
version = "0.7.0"
1414

1515
[workspace.dependencies]
1616
again = "0.1.2"

cryptpilot.spec

Lines changed: 26 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.6.0
5+
Version: 0.7.0
66
Release: %{release_num}%{?dist}
77
Summary: Full-disk encryption and data protection tool for confidential computing
88
Group: Applications/System
@@ -273,6 +273,31 @@ fi
273273

274274

275275
%changelog
276+
* Thu Apr 16 2026 Kun Lai <laikun@linux.alibaba.com> - 0.7.0-1
277+
- fix(disk-persistent): handle dirty COW device in dm-snapshot setup
278+
- ci(test-convert): replace fixed 4-case matrix with 3-dimensional 12-case matrix
279+
- fix(ubuntu): add zram module support for Ubuntu cloud images
280+
- fix(module-setup): add zram and dm-snapshot modules to initramfs
281+
- docs: add pre-push checks for gpgsig and Claude committer identity
282+
- ci: reduce memory and disk usage in test-convert jobs
283+
- docs: add pre-commit check requirements to CLAUDE.md
284+
- fix(nbd): make udev rule reload non-fatal with fallback for container environments
285+
- fix(test): use container_name instead of container_id in QEMU boot test
286+
- ci: fix RPM path handling and add QEMU boot test
287+
- ci: fix artifact download in test-convert job
288+
- ci: fix docker create command for scratch-based test image
289+
- ci: add test image workflow and optimize CI test performance
290+
- fix(ci): increase tmpfs to 20GB for test container
291+
- fix(ci): increase tmpfs size to 10GB for test container
292+
- fix(ci): load nbd module on host before container tests
293+
- fix(ci): skip test gracefully when nbd module unavailable
294+
- fix(ci): resolve test-convert CI failures
295+
- ci: add integration tests for cryptpilot-convert
296+
- docs: add CLAUDE.md with git commit requirements
297+
- docs: reorganize docs/ directory structure
298+
- fix: clarify IMDS reachability error instead of "not an ECS instance"
299+
- docs: fix dm-integrity kernel config option
300+
276301
* Thu Apr 02 2026 Kun Lai <laikun@linux.alibaba.com> - 0.6.0-1
277302
- fix(convert): update essential packages for Debian/Ubuntu rootfs
278303
- rpm: separate SRPM and RPM build steps in buildspec templates

debian/changelog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
cryptpilot (0.7.0) unstable; urgency=medium
2+
3+
* fix(disk-persistent): handle dirty COW device in dm-snapshot setup
4+
* ci(test-convert): replace fixed 4-case matrix with 3-dimensional 12-case matrix
5+
* fix(ubuntu): add zram module support for Ubuntu cloud images
6+
* fix(module-setup): add zram and dm-snapshot modules to initramfs
7+
* docs: add pre-push checks for gpgsig and Claude committer identity
8+
* ci: reduce memory and disk usage in test-convert jobs
9+
* docs: add pre-commit check requirements to CLAUDE.md
10+
* fix(nbd): make udev rule reload non-fatal with fallback for container environments
11+
* fix(test): use container_name instead of container_id in QEMU boot test
12+
* ci: fix RPM path handling and add QEMU boot test
13+
* ci: fix artifact download in test-convert job
14+
* ci: fix docker create command for scratch-based test image
15+
* ci: add test image workflow and optimize CI test performance
16+
* fix(ci): increase tmpfs to 20GB for test container
17+
* fix(ci): increase tmpfs size to 10GB for test container
18+
* fix(ci): load nbd module on host before container tests
19+
* fix(ci): skip test gracefully when nbd module unavailable
20+
* fix(ci): resolve test-convert CI failures
21+
* ci: add integration tests for cryptpilot-convert
22+
* docs: add CLAUDE.md with git commit requirements
23+
* docs: reorganize docs/ directory structure
24+
* fix: clarify IMDS reachability error instead of "not an ECS instance"
25+
* docs: fix dm-integrity kernel config option
26+
27+
-- Kun Lai <laikun@linux.alibaba.com> Thu, 16 Apr 2026 14:28:35 +0800
28+
129
cryptpilot (0.6.0) unstable; urgency=medium
230

331
* fix(convert): update essential packages for Debian/Ubuntu rootfs

0 commit comments

Comments
 (0)