diff --git a/hub/README.md b/hub/README.md index 5aceb61..bd1b971 100644 --- a/hub/README.md +++ b/hub/README.md @@ -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. -**Current version: v0.3.7** +**Current version: v0.3.8** --- @@ -281,7 +281,7 @@ Runs on k3s (Kubernetes) in the `felhom-system` namespace: ```bash # Build and push (on 192.168.0.180) 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 # Deploy (ArgoCD managed — update manifests/hub.yaml image tag, commit+push)