From 9ed2251f376b3502f1ba9be863d00d42edab07e3 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 24 Jul 2026 05:54:07 -0400 Subject: [PATCH] chore(health): bump ZB.MOM.WW.Health* to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the additive per-entry `data` object in the canonical health JSON and the cluster-view data the shared AkkaClusterHealthCheck now publishes (leader / selfAddress / selfRoles / memberCount / unreachableCount). No OtOpcUa code change is needed: the "akka" ready/active check is already the shared ZB.MOM.WW.Health.Akka.AkkaClusterHealthCheck (Health/HealthEndpoints.cs), so /health/ready starts carrying entries["akka"].data.leader on the bump alone. Payloads from every other check are byte-identical — data is emitted only when a check publishes some. Prereq for the family overview dashboard (scadaproj docs/plans/2026-07-22-overview-dashboard-impl-plan.md, Phase 2). Verified: Host 21/21, AdminUI 692/692, Host builds 0 warnings. Live rig check (admin node serves data.leader) deferred to the dashboard's acceptance run. --- Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8590388c..9e7443a6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -140,7 +140,7 @@ - + - - + +