Skip to content

Commit a117e9e

Browse files
committed
Bump minor version to 0.5.0
1 parent 60c45d3 commit a117e9e

4 files changed

Lines changed: 41 additions & 6 deletions

File tree

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.4.0"
13+
version = "0.5.0"
1414

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

cryptpilot.spec

Lines changed: 17 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.4.0
5+
Version: 0.5.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,22 @@ fi
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

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
cryptpilot (0.3.1-1) unstable; urgency=medium
221

322
* feat(kbs): support both one-shot and daemon modes for CDH

0 commit comments

Comments
 (0)