From c38459bb5324d2eae332ee7fd13e688bf2da96f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:27:19 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/pi-host-security-updates.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/pi-host-security-updates.md diff --git a/.changeset/pi-host-security-updates.md b/.changeset/pi-host-security-updates.md deleted file mode 100644 index bf064f6c6..000000000 --- a/.changeset/pi-host-security-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ftw": patch ---- - -Raspberry Pi image: apply host OS security updates automatically (Debian security + Raspberry Pi archives via unattended-upgrades, automatic reboot off) and restore Docker's apt source on first boot so the engine can be patched at all; document that self-update never covers the host. diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c532f06..92f66705d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.13.1 + +### Patch Changes + +- 37df5fe: Raspberry Pi image: apply host OS security updates automatically (Debian security + Raspberry Pi archives via unattended-upgrades, automatic reboot off) and restore Docker's apt source on first boot so the engine can be patched at all; document that self-update never covers the host. + ## 2.13.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index cdcb1c0ec..9e5d70c65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ftw", - "version": "2.13.0", + "version": "2.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ftw", - "version": "2.13.0", + "version": "2.13.1", "devDependencies": { "@changesets/cli": "^3.0.1" } diff --git a/package.json b/package.json index eeb939a19..90d5ddc52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftw", - "version": "2.13.0", + "version": "2.13.1", "private": true, "type": "module", "description": "FTW — local-first home energy coordination. Version metadata only; the runtime is Go and the mathematical planner is Python/CVXPY.",