feat: flag Ubuntu phased updates and leave them out of pending counts
apt lists phased updates as upgradable, but an upgrade defers them until the host is selected. A simulated upgrade names them; they are reported with the phased flag (vantage-shared v0.6.0) and not counted in pending_after.
This commit is contained in:
@@ -15,6 +15,7 @@ type PackageUpdate struct {
|
||||
Name string
|
||||
CurrentVersion string
|
||||
NewVersion string
|
||||
Phased bool // Ubuntu phased update this host is not yet selected for
|
||||
}
|
||||
|
||||
// CheckAvailable lists pending OS updates.
|
||||
|
||||
Reference in New Issue
Block a user