diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce98dc..1fca3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,17 @@ Tags follow **independent semver** (since `v2.0.0`) — they version *this image --- -## Unreleased +## v2.5.0 — 2026-07-02 + +Minor release. Headline: **optional shared/external MemPalace** — +`generate-config.py` can now register mempalace as a `remote` MCP endpoint +(`MEMPALACE_REMOTE_URL`, optional `MEMPALACE_REMOTE_TOKEN` → Bearer) so one +palace can serve pi + opencode + native, instead of a per-container local +server; adds `docker-compose.mempalace.yml` for the shared server. Also fixes a +`validate.yml` false-red on base-changing commits (skips variant validation and +corrects the `rootfs/` base-input detector regex). opencode stays `1.17.13`; the +base image rebuilds (`rootfs/…/generate-config.py` changed), so the new config +generator lands in `base-`. ### Added