From 029fec0132c64b9ba6e64d88e8f61e073d265456 Mon Sep 17 00:00:00 2001 From: Vyncint Ng Date: Wed, 5 Aug 2026 22:43:35 +0700 Subject: [PATCH] chore: prepare v0.2.7 release Supervisor image now tracks the installed gateway version; prerequisites are pinnable; setup reports the component versions (#33). Signed-off-by: Vyncint Ng --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97630ba..2ce8996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project are documented here. The format follows ## [Unreleased] +## [0.2.7] - 2026-08-05 + ### Fixed - **The supervisor image tag now tracks the installed gateway.** It was hardcoded to `0.0.96` @@ -198,7 +200,8 @@ All notable changes to this project are documented here. The format follows - Live acceptance on the reference machine: create→Ready mean 1.1 s over a 10-cycle soak, policy-forbidden egress blocked in-guest (HTTP 403), restart adoption, clean teardown. -[Unreleased]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.6...HEAD +[Unreleased]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.7...HEAD +[0.2.7]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/vyncint/openshell-driver-applecontainer/compare/v0.2.3...v0.2.4