chore: release 0.9.34 — WireGuard dashboard live-status (SP2 phase 1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>feat/v1-foundation v0.9.34
parent
96349808e2
commit
16b854ae50
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -13,6 +13,18 @@ getaggte Releases (Kanal `stable`, optional `beta`) — niemals Entwicklungs-Bui
|
||||||
|
|
||||||
_Keine offenen Änderungen — der nächste Stand wird hier gesammelt und als `vX.Y.Z` getaggt._
|
_Keine offenen Änderungen — der nächste Stand wird hier gesammelt und als `vX.Y.Z` getaggt._
|
||||||
|
|
||||||
|
## [0.9.34] - 2026-06-20
|
||||||
|
|
||||||
|
### Hinzugefügt
|
||||||
|
- **WireGuard-Dashboard — Live-Status (SP2, Phase 1).** Neue Seite `/wireguard` (Reiter „WireGuard"
|
||||||
|
in der Flotte) zeigt den Tunnel live: verbundene Peers (Name, online/offline, letzter Handshake,
|
||||||
|
Endpoint, ↓/↑-Traffic), Gate-Zustand (an/aus + SSH-Notausgang-Hinweis) und Server-Info (Subnetz,
|
||||||
|
Server-IP, Port, Endpoint, Dienst). Gespeist von einem periodischen Host-Collector
|
||||||
|
(`clusev wg collect` via systemd-Timer → `run/wg-status.json`), alle 5 s aktualisiert; ein veralteter
|
||||||
|
Status (Collector offline) wird als solcher angezeigt. Read-only — Peer-Verwaltung + Einstellungen
|
||||||
|
aus der UI folgen in den nächsten Phasen. Erscheint, sobald WireGuard auf dem Host via
|
||||||
|
`sudo clusev wg setup` eingerichtet ist.
|
||||||
|
|
||||||
## [0.9.33] - 2026-06-20
|
## [0.9.33] - 2026-06-20
|
||||||
|
|
||||||
### Hinzugefügt
|
### Hinzugefügt
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// First tagged release is v0.1.0 (semantic, not -dev).
|
// First tagged release is v0.1.0 (semantic, not -dev).
|
||||||
'version' => '0.9.33',
|
'version' => '0.9.34',
|
||||||
|
|
||||||
// Deployed commit + branch. install.sh bakes these into .env from the host's .git (the prod
|
// Deployed commit + branch. install.sh bakes these into .env from the host's .git (the prod
|
||||||
// image ships no .git); the Versions page prefers them and falls back to a live .git read in
|
// image ships no .git); the Versions page prefers them and falls back to a live .git read in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue