@@ -11,16 +11,17 @@ and the public site are separate gates. Install instructions are in the
1111[ Quick Start] ( ../../start/tutorial/#install ) .
1212
1313The current public release is
14- [ ` v0.6 .0 ` ] ( https://github.com/pgsty/farrow/releases/tag/v0.6 .0 ) . It defaults to
15- Ubuntu 24.04 and improves plans, status, and lab lifecycle operations . See the
16- [ release notes] ( ../../../blog/release/farrow-0.6 .0/ ) for upgrade instructions.
17- The latest native replay below used an isolated macOS arm64/HVF U24 lab;
18- Linux-host and other outstanding results retain their original dates.
14+ [ ` v0.7 .0 ` ] ( https://github.com/pgsty/farrow/releases/tag/v0.7 .0 ) . It improves first-run
15+ setup, progress output, and recovery through ` up ` . See the
16+ [ release notes] ( ../../../blog/release/farrow-0.7 .0/ ) for upgrade instructions and
17+ the automatic test-data reset policy. The new recovery replay used an isolated
18+ Ubuntu amd64/KVM lab; macOS HVF and other results retain their original dates.
1919
2020## Summary
2121
2222| Host | Path | Last verified | Result |
2323| ---| ---| ---| ---|
24+ | Ubuntu 26.04 amd64 | KVM, QEMU 10.2.1, Ubuntu 24.04 guest | 2026-09-16 (0.7.0 recovery) | damaged disk resets, failed probes, busy mounts, retained-disk recreation, share recovery, and repeated healthy up passed |
2425| macOS arm64 | HVF, Ubuntu 24.04.4 guests | 2026-09-05 (0.6.0 lifecycle changes) | create, scale-out, peer SSH, stop/start, reload, recreate, partial status, and scale-in passed |
2526| macOS 26.6.2 arm64 | HVF, QEMU 11.1, socket_vmnet | 2026-09-01 (` v0.2.0 ` ) | selected create/SSH/stop/start, incremental cached create, whole status, whole destroy passed |
2627| macOS 26.6.2 arm64 | HVF, QEMU 11.1, socket_vmnet | 2026-08-27 | one node and additive four nodes passed |
@@ -37,7 +38,7 @@ Linux-host and other outstanding results retain their original dates.
3738- host reboot persistence;
3839- macOS amd64 and Linux arm64 native runs;
3940- EL7 through the current native Linux/amd64 lifecycle;
40- - current 9p share replay;
41+ - current macOS 9p share replay;
4142- a complete current Pigsty ` configure → farrow up → install.yml ` run;
4243- clean-host published Homebrew/DEB/RPM consumption.
4344
@@ -52,6 +53,36 @@ custody must be formalized before 1.0.
5253Each entry belongs to the exact checkpoint exercised that day. Later source or
5354documentation edits do not inherit native proof without another replay.
5455
56+ ### Farrow 0.7.0 release — 2026-09-16
57+
58+ Release commit ` 9c6d4896d93733d1cb60a7e5d8591e9a06659c9d ` passed the complete
59+ [ source CI] ( https://github.com/pgsty/farrow/actions/runs/35118137961 ) and independent
60+ [ packaging snapshot] ( https://github.com/pgsty/farrow/actions/runs/35118137990 ) before
61+ tagging. The [ tag workflow] ( https://github.com/pgsty/farrow/actions/runs/35119206685 )
62+ repeated the gates and published a draft with 20 assets. After inspection, the
63+ release was made public; all 20 anonymous downloads returned HTTP 200 and matched
64+ the inspected bytes, including all 19 checksummed payloads. Public installers on
65+ macOS arm64 and Ubuntu amd64 installed the exact archive binaries. Download tests
66+ used the host's configured proxy; m3 reached it through a temporary loopback tunnel.
67+
68+ The Ubuntu amd64/KVM recovery matrix covered corrupt ext4/XFS filesystems,
69+ retained disks, failed probes, busy mounts, read-only shares, and repeated healthy
70+ ` up ` without process replacement. A public 0.6.0 bootstrap failed its egress probe;
71+ 0.7.0 resumed that same VM in 3.3 seconds. Probe failure left existing disk data
72+ and UUID intact. The old 0.6.0 CLI still completed status, stop, start, and destroy
73+ after upgrade, including with a cached optional warning. A fresh VM from the
74+ final 0.7.0 archive booted without warnings and ignored the old VM's cache.
75+
76+ The publicly installed Linux binary also reset a deliberately damaged disposable
77+ ext4 disk in 3.2 seconds, reported discarded data, and retained the running VM's
78+ process. Stop, start, and purge then passed.
79+
80+ That interrupted 0.6.0 bootstrap had already deleted its staged control-node SSH
81+ key. Management access recovered, but missing peer SSH remained an explicit
82+ ` control-ssh ` limitation; see the [ upgrade notes] ( ../../../blog/release/farrow-0.7.0/ ) .
83+ This release adds no guest images: Catalog ` 2026090501 ` remains unchanged.
84+ There was no new macOS HVF, host reboot, or complete Pigsty replay.
85+
5586### Farrow 0.6.0 release — 2026-09-05
5687
5788The lifecycle and UX changes passed two adversarial Claude Code Fable 5.1
0 commit comments