updated version in readme

This commit is contained in:
2026-02-21 17:16:25 +01:00
parent af601a1297
commit 3bc31fca2d
+2 -2
View File
@@ -4,7 +4,7 @@
A lightweight Go service that receives periodic reports and structured events from felhom-controller instances, stores them in SQLite, and provides a web dashboard for fleet monitoring. Also serves as the infrastructure backup store for disaster recovery, event-based dead man's switch monitoring, and notification dispatch. A lightweight Go service that receives periodic reports and structured events from felhom-controller instances, stores them in SQLite, and provides a web dashboard for fleet monitoring. Also serves as the infrastructure backup store for disaster recovery, event-based dead man's switch monitoring, and notification dispatch.
**Current version: v0.3.7** **Current version: v0.3.8**
--- ---
@@ -281,7 +281,7 @@ Runs on k3s (Kubernetes) in the `felhom-system` namespace:
```bash ```bash
# Build and push (on 192.168.0.180) # Build and push (on 192.168.0.180)
cd ~/build/felhom-hub cd ~/build/felhom-hub
./build.sh v0.3.7 --push ./build.sh v0.3.8 --push
# Build script auto-syncs app assets from website/assets/ into the image # Build script auto-syncs app assets from website/assets/ into the image
# Deploy (ArgoCD managed — update manifests/hub.yaml image tag, commit+push) # Deploy (ArgoCD managed — update manifests/hub.yaml image tag, commit+push)