From 9aacc58c357b82a587ab56ec01c28337e5fe55f5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Jun 2026 20:09:11 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=202.0.0=20=E2=80=94=20drop=20-a?= =?UTF-8?q?lpha;=20Void=201=20retired,=20CTs=20renamed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Void 2 reaches GA. Void 1 (CT 301) was stopped, fully backed up (vzdump + off-CT data tarball), and destroyed; CT 310/311 renamed void-db/void-app; the legacy void1 registry tile removed. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 6 ++++++ config/services.json | 1 - package.json | 2 +- server.js | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be48eb8..1059ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to Void 2.0 are documented here. Format: [Keep a Changelog](https://keepachangelog.com). +## 2.0.0 — General availability (Void 1 retired) +- **Dropped the `-alpha` tag.** Void 2 is *the* homelab dashboard; `void.hynesy.com` has served it since alpha-18. +- **Void 1 retired.** CT 301 stopped, backed up (vzdump archive + off-CT data tarball), and destroyed 2026-06-08. +- **CTs renamed**: `void2-db` / `void2-app` (CT 310 / 311) → `void-db` / `void-app`. +- **Registry**: removed the legacy `void1` service tile. + ## 2.0.0-alpha.27 - feat: Timelapse + AI Usage folded into the left rail as an "Apps" section, embedded as cross-origin HTTPS iframes; each stays chromeless at its own URL. diff --git a/config/services.json b/config/services.json index bfa06f9..ebd1053 100644 --- a/config/services.json +++ b/config/services.json @@ -23,7 +23,6 @@ { "id": "qbittorrent", "name": "qBittorrent", "category": "media", "host": "win10", "url": "http://192.168.1.230:8080", "icon": "qbittorrent" }, { "id": "chaptarr", "name": "Chaptarr", "category": "media", "host": "ct100", "url": "http://192.168.1.230:8789", "external": "https://chaptarr.hynesy.com", "icon": "readarr" }, - { "id": "void1", "name": "The Void 1.x", "category": "other", "host": "ct301", "url": "http://192.168.1.11:2424", "icon": "void" }, { "id": "farm-timelapse", "name": "Farm Timelapse", "category": "other", "host": "192.168.1.108", "url": "http://192.168.1.108:8000", "icon": "" }, { "id": "magicmirror", "name": "MagicMirror", "category": "other", "host": "ct111 · .224", "url": "http://192.168.1.224:8080", "icon": "magicmirror" }, { "id": "claude-usage", "name": "Claude Usage", "category": "other", "host": "ct300", "url": "http://192.168.1.212:8080", "icon": "claude" } diff --git a/package.json b/package.json index 15551c2..24606bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "void-server", - "version": "2.0.0-alpha.27", + "version": "2.0.0", "type": "module", "private": true, "scripts": { diff --git a/server.js b/server.js index 1168654..7e5ff7a 100644 --- a/server.js +++ b/server.js @@ -13,7 +13,7 @@ import { mcpAuth } from './lib/api/middleware/mcp_auth.js'; import { handleMcp } from './lib/mcp/http.js'; import httpProxy from 'http-proxy'; -const VERSION = '2.0.0-alpha.27'; +const VERSION = '2.0.0'; // Proxy /terminal (+ its WebSocket) to ttyd on CT 300, so the embedded terminal // works whether the Void is reached via Traefik (void2-app.hynesy.com) OR the