From a6299492ee8e55c1c89d23fcae2920c83c2bec1b Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 3 Mar 2026 20:09:54 -0800 Subject: [PATCH] GetHostStatusReply: add extra version metadata Signed-off-by: Steven Noonan --- protect/control/v1/control.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protect/control/v1/control.proto b/protect/control/v1/control.proto index d729e9f..2154a68 100644 --- a/protect/control/v1/control.proto +++ b/protect/control/v1/control.proto @@ -71,6 +71,10 @@ message GetHostStatusReply { string host_ipv6 = 5; string host_mac = 6; optional uint64 hyp_free_mem = 7; + optional string protect_git_sha = 8; + optional string protect_last_tag = 9; + optional uint64 protect_revs_since_tag = 10; + optional string protect_branch = 11; } message CreateZoneRequest {