From e1acb0384ba3dabd26329cca7c391cd34eeff53f Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Wed, 29 Apr 2026 17:12:13 -0300 Subject: [PATCH] CHANGELOG: v0.1.5 verification release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code changes. Cuts a fresh release purely so a host on v0.1.4 can run `banger update` and confirm v0.1.4's running-VMs-survive fix actually works when v0.1.4 is the code driving the update — during the v0.1.3→v0.1.4 update the buggy v0.1.3 reconcile was still in the driver seat and tore down the running VM as documented. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1247b3d..7132ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ changed between versions. ## [Unreleased] +## [v0.1.5] - 2026-04-29 + +No functional changes. Verification release for v0.1.4: the previous +release shipped the running-VMs-survive-update fix, but updating +*to* v0.1.4 from v0.1.3 used v0.1.3's buggy driver, so the fix +couldn't be verified live in that direction. v0.1.5 exists so a +host on v0.1.4 can update to it and observe a running VM survive +end-to-end with v0.1.4 in the driver seat. + ## [v0.1.4] - 2026-04-29 ### Fixed @@ -184,7 +193,8 @@ root filesystem and network, and exits on demand. the swap rather than starting up against an incompatible store. - Linux only. amd64 only. KVM required. -[Unreleased]: https://git.thaloco.com/thaloco/banger/compare/v0.1.4...HEAD +[Unreleased]: https://git.thaloco.com/thaloco/banger/compare/v0.1.5...HEAD +[v0.1.5]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.5 [v0.1.4]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.4 [v0.1.3]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.3 [v0.1.2]: https://git.thaloco.com/thaloco/banger/releases/tag/v0.1.2