@@ -74,10 +74,32 @@ pre-1.0 GitHub pre-release policy; specify `FARROW_VERSION` when installing.
7474
7575## Validation
7676
77- The complete source gate covers unit and race tests, static checks, four-target
78- compilation, installer and image-pipeline checks, and licenses. Isolated Ubuntu
79- amd64/KVM tests with Ubuntu 24.04 guests exercised disk corruption and resets,
80- busy mounts, failed probes, retained-disk recreation, share recovery, and repeated
81- healthy ` up ` calls without process replacement. macOS validation includes CLI
82- smoke checks and cross-compilation; this release does not claim a new HVF guest
83- replay, host reboot test, or full Pigsty installation.
77+ The release commit is ` 9c6d4896d93733d1cb60a7e5d8591e9a06659c9d ` . It passed the
78+ [ source CI] ( https://github.com/pgsty/farrow/actions/runs/35118137961 ) and the
79+ independent [ packaging snapshot] ( https://github.com/pgsty/farrow/actions/runs/35118137990 )
80+ before tagging. The [ tag workflow] ( https://github.com/pgsty/farrow/actions/runs/35119206685 )
81+ repeated the gates and produced 20 release assets: 19 checksummed payloads plus
82+ the checksum manifest. All 20 assets downloaded anonymously with HTTP 200 and
83+ matched the inspected bytes.
84+
85+ The public macOS arm64 and Linux amd64 installers installed the exact archive
86+ binaries and reported version ` 0.7.0 ` with this commit. On Ubuntu 26.04 amd64
87+ with KVM/QEMU 10.2.1 and Ubuntu 24.04 guests, the recovery matrix exercised
88+ ext4/XFS corruption, retained disks, failed probes, busy mounts, read-only share
89+ fallback, and repeated healthy ` up ` without replacing the VM process. A public
90+ 0.6.0 bootstrap that failed its management-egress probe was resumed by 0.7.0 in
91+ 3.3 seconds; the existing data disk and UUID survived the probe failure. The old
92+ 0.6.0 binary still completed ` status ` , ` stop ` , ` start ` , and ` destroy ` after the
93+ upgrade. A fresh VM from the final 0.7.0 archive started without warnings, and a
94+ deliberately damaged disposable ext4 disk was reset by the public installer in
95+ 3.2 seconds with an explicit data-loss notice while the VM process stayed in place.
96+
97+ That interrupted 0.6.0 bootstrap may have deleted the staged control-node SSH key
98+ before installing it. Management SSH recovers, but peer SSH remains an explicit
99+ ` control-ssh ` limitation; the key is not reinjected during an in-place retry.
100+ Recreate the affected control node after reviewing ` farrow plan ` if peer SSH is
101+ required. Fresh 0.7.0 guests install the key normally.
102+
103+ macOS validation includes CLI smoke checks and cross-compilation. This release
104+ does not claim a new HVF guest replay, host reboot test, Linux arm64 run, or full
105+ Pigsty installation.
0 commit comments