From 9048e1adad909d1266de688fe18758d93ff49d8e Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 20 Feb 2026 21:29:04 +0100 Subject: [PATCH] hub v0.3.4: Rename version labels for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Current version" → "Controller version", "Latest version" → "Registry latest" to avoid confusion when running version is ahead of registry cache. Co-Authored-By: Claude Opus 4.6 --- hub/CHANGELOG.md | 4 ++++ hub/README.md | 2 +- hub/internal/web/templates/customer.html | 4 ++-- hub/internal/web/templates/customer_unified.html | 4 ++-- manifests/hub.yaml | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/hub/CHANGELOG.md b/hub/CHANGELOG.md index 6e093f8..ce259f4 100644 --- a/hub/CHANGELOG.md +++ b/hub/CHANGELOG.md @@ -1,5 +1,9 @@ # Felhom Hub — Changelog +## v0.3.4 (2026-02-20) + +- Rename version labels: "Current version" → "Controller version", "Latest version" → "Registry latest". + ## v0.3.3 (2026-02-20) **Bugfixes** diff --git a/hub/README.md b/hub/README.md index bed5493..9858ea1 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.3** +**Current version: v0.3.4** --- diff --git a/hub/internal/web/templates/customer.html b/hub/internal/web/templates/customer.html index caf4da1..0c312db 100644 --- a/hub/internal/web/templates/customer.html +++ b/hub/internal/web/templates/customer.html @@ -192,12 +192,12 @@

Controller Update

- Current version + Controller version {{.Customer.ControllerVersion}}
{{if .LatestVersion}}
- Latest version + Registry latest v{{.LatestVersion}} {{if .UpdateAvailable}} diff --git a/hub/internal/web/templates/customer_unified.html b/hub/internal/web/templates/customer_unified.html index 386a343..32504b3 100644 --- a/hub/internal/web/templates/customer_unified.html +++ b/hub/internal/web/templates/customer_unified.html @@ -347,12 +347,12 @@

Controller Update

- Current version + Controller version {{.Customer.ControllerVersion}}
{{if .LatestVersion}}
- Latest version + Registry latest v{{.LatestVersion}} {{if .UpdateAvailable}} diff --git a/manifests/hub.yaml b/manifests/hub.yaml index baf5f8f..3bc37ac 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -117,7 +117,7 @@ spec: spec: containers: - name: hub - image: gitea.dooplex.hu/admin/felhom-hub:v0.3.3 + image: gitea.dooplex.hu/admin/felhom-hub:v0.3.4 ports: - containerPort: 8080 name: http