From d9a538c40573e4cdef1ed6777e83ff7b0fdef21d Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 4 Jun 2026 13:18:26 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v0.78.0c=20=E2=80=94=20inherit=20LAN?= =?UTF-8?q?-access=20fixes=20from=20rebuilt=20base-pi-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit opencode-devbox v1.15.13d published the rebuilt base-pi-only (digest 83b45335) with the fixed setup-lan-access.sh (Include scope + ControlPath) and the new ssh-lan.conf / RFC1918 autojump. Tagging now to build the thin pi-devbox on it. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fa29d..5e3795c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ Tags follow the pi npm version: `v{pi_version}[letter]` — bare tag for the fir ## Unreleased +_(no changes since v0.78.0c)_ + +## v0.78.0c — 2026-06-04 + ### Fixed / Added (inherited from the base via `FROM`) LAN-access improvements made in opencode-devbox's `setup-lan-access.sh` (baked -into the `base-pi-only` image) flow through to pi-devbox automatically — no -pi-devbox source change. Cut a fresh `base-pi-only` after the opencode-devbox -release to pick them up: +into the `base-pi-only` image, published by opencode-devbox v1.15.13d) flow +through to pi-devbox automatically — no pi-devbox source change. Built `FROM` +the rebuilt `joakimp/pi-devbox:base-pi-only` (digest `83b45335…`): - **Fixed:** the generated `~/.ssh-local/config` had `Include ~/.ssh/config` scoped to the `host`/`mac` block, so `dssh ` by name was ignored.