diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c088dc..a7a3b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.2 + +- Fixed Farm member count in the Master WebUI. The table now uses the same membership rules as the broker: explicit `farm.agent_ids`, agent-side `agent.farm_ids`, and `required_tags`. +- Farm member names are available as a tooltip on the member count. + ## 0.3.1 - Web UI editor stability - Fixed Master live refresh replacing Farm, Resource and server-control forms every five seconds. diff --git a/README.md b/README.md index 5c27a77..3e1ce76 100644 --- a/README.md +++ b/README.md @@ -283,4 +283,4 @@ The current source tree contains unit tests for configuration, templates, profil ## Production-candidate status -The design intentionally fails closed around destructive profile operations and broker farm boundaries. Nevertheless, v0.3.1 should be introduced as a canary before broad production rollout. In particular, validate native WTS behavior, SMB failure/recovery, PostgreSQL backup/restore, Guacamole extension loading and your exact PocketID group claims in your environment. +The design intentionally fails closed around destructive profile operations and broker farm boundaries. Nevertheless, v0.3.2 should be introduced as a canary before broad production rollout. In particular, validate native WTS behavior, SMB failure/recovery, PostgreSQL backup/restore, Guacamole extension loading and your exact PocketID group claims in your environment. diff --git a/internal/master/ui.go b/internal/master/ui.go index 99dbe51..7c5424a 100644 --- a/internal/master/ui.go +++ b/internal/master/ui.go @@ -2,7 +2,7 @@ package master const masterHTML = `