From fe67143c7bbe48500ea77895c84da034a95675d2 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Wed, 29 Apr 2026 22:08:00 +0200 Subject: [PATCH 1/2] cfe_internal/enterprise/ha/ha_info.json: Made the file valid JSON Signed-off-by: Ole Herman Schumacher Elgesem --- cfe_internal/enterprise/ha/ha_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfe_internal/enterprise/ha/ha_info.json b/cfe_internal/enterprise/ha/ha_info.json index 786e3ee31e..14099b1bf4 100644 --- a/cfe_internal/enterprise/ha/ha_info.json +++ b/cfe_internal/enterprise/ha/ha_info.json @@ -9,7 +9,7 @@ { "sha": "PLACE KEY HERE", "internal_ip": "192.168.100.11", - "is_in_cluster" : true, + "is_in_cluster" : true } } From b5b9f6747cd00ada3119a7e358b95e5a14a87957 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 8 May 2026 21:12:18 +0200 Subject: [PATCH 2/2] Bumped .CFVERSION number to 3.24.5 Signed-off-by: Ole Herman Schumacher Elgesem --- .CFVERSION | 2 +- cfe_internal/enterprise/ha/ha_info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.CFVERSION b/.CFVERSION index 0506944f2c..77a8973e74 100644 --- a/.CFVERSION +++ b/.CFVERSION @@ -1 +1 @@ -3.24.4 +3.24.5 diff --git a/cfe_internal/enterprise/ha/ha_info.json b/cfe_internal/enterprise/ha/ha_info.json index 14099b1bf4..786e3ee31e 100644 --- a/cfe_internal/enterprise/ha/ha_info.json +++ b/cfe_internal/enterprise/ha/ha_info.json @@ -9,7 +9,7 @@ { "sha": "PLACE KEY HERE", "internal_ip": "192.168.100.11", - "is_in_cluster" : true + "is_in_cluster" : true, } }