File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ resolver = "2"
1010[workspace .package ]
1111authors = [" Kun Lai <laikun@linux.alibaba.com>" ]
1212edition = " 2021"
13- version = " 0.4 .0"
13+ version = " 0.5 .0"
1414
1515[workspace .dependencies ]
1616again = " 0.1.2"
Original file line number Diff line number Diff line change 22%define release_num 1
33
44Name: cryptpilot
5- Version: 0.4 .0
5+ Version: 0.5 .0
66Release: %{release_num }%{?dist }
77Summary: Full-disk encryption and data protection tool for confidential computing
88Group: Applications/System
273273
274274
275275%changelog
276+ * Wed Mar 18 2026 Kun Lai <laikun@linux.alibaba.com> - 0.5.0-1
277+ - build: improve version tag detection robustness
278+ - ci: upgrade GitHub Actions to v6/v8 for Node.js 24 compatibility
279+ - build(makefile): update RPM spec Version field during version bump
280+ - ci: add GitHub Release notes generation workflow
281+ - build(makefile): filter stable version tags for changelog generation
282+ - build(rpm): remove cryptpilot main package from build outputs
283+ - build: fix DEB packaging version and add automated version bump targets
284+ - refactor(fde): rename volume and configuration concepts
285+ - docs(cryptpilot-fde): remove deprecated --stage flag from show-reference-value examples
286+ - feat(cryptpilot-fde): add dm-snapshot backend support for writable rootfs
287+ - fix(cryptpilot-convert): correct help text for --rootfs-no-encryption option
288+ - build: preserve uncommitted changes when creating source tarball
289+ - feat(cryptpilot-fde): remove /data directory from encrypted system image and adjust rw_overlay scope
290+ - docs(cryptpilot-fde): enhance boot documentation with UKI/GRUB modes and technical details
291+
276292* Tue Mar 03 2026 Kun Lai <laikun@linux.alibaba.com> - 0.4.0-1
277293- feat(fs): replace is_empty_disk with more precise has_valuable_data
278294- refactor(ci): add multi-arch RPM build with SLSA provenance support
Original file line number Diff line number Diff line change 1+ cryptpilot (0.5.0) unstable; urgency=medium
2+
3+ * build: improve version tag detection robustness
4+ * ci: upgrade GitHub Actions to v6/v8 for Node.js 24 compatibility
5+ * build(makefile): update RPM spec Version field during version bump
6+ * ci: add GitHub Release notes generation workflow
7+ * build(makefile): filter stable version tags for changelog generation
8+ * build(rpm): remove cryptpilot main package from build outputs
9+ * build: fix DEB packaging version and add automated version bump targets
10+ * refactor(fde): rename volume and configuration concepts
11+ * docs(cryptpilot-fde): remove deprecated --stage flag from show-reference-value examples
12+ * feat(cryptpilot-fde): add dm-snapshot backend support for writable rootfs
13+ * fix(cryptpilot-convert): correct help text for --rootfs-no-encryption option
14+ * build: preserve uncommitted changes when creating source tarball
15+ * feat(cryptpilot-fde): remove /data directory from encrypted system image and adjust rw_overlay scope
16+ * docs(cryptpilot-fde): enhance boot documentation with UKI/GRUB modes and technical details
17+
18+ -- Kun Lai <laikun@linux.alibaba.com> Wed, 18 Mar 2026 20:23:19 +0800
19+
120cryptpilot (0.3.1-1) unstable; urgency=medium
221
322 * feat(kbs): support both one-shot and daemon modes for CDH
You can’t perform that action at this time.
0 commit comments