From abd28f2e176e88a20cb5140a0d9337f4b2fd8463 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Thu, 13 Aug 2026 10:39:27 +0000 Subject: [PATCH] feat: Report whether a managed host is waiting on a reboot --- proto/vantage/v1/vantage.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/vantage/v1/vantage.proto b/proto/vantage/v1/vantage.proto index b02fe75..c0a2822 100644 --- a/proto/vantage/v1/vantage.proto +++ b/proto/vantage/v1/vantage.proto @@ -168,6 +168,9 @@ message InventoryReport { uint64 swap_used = 7; repeated PartitionReport partitions = 8; string kernel = 9; + // Set on static snapshots only. The agent never reboots; it reports that one + // is owed and leaves the decision to a person or a workflow. + bool reboot_required = 10; } message InventoryReportResponse {