feat: flag Ubuntu phased updates on PackageUpdate

This commit is contained in:
2026-09-15 14:48:16 +00:00
parent aa1c87037b
commit 0e5597fcc0
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -127,6 +127,7 @@ message PackageUpdate {
string name = 1;
string current_version = 2;
string new_version = 3;
bool phased = 4; // Ubuntu phased update this host is not yet selected for; deferred by apt
}
message ReportUpdatesRequest {