feat: flag Ubuntu phased updates on PackageUpdate
This commit is contained in:
@@ -85,6 +85,10 @@ type PackageUpdate struct {
|
||||
Name string `json:"name"`
|
||||
CurrentVersion string `json:"current_version,omitempty"`
|
||||
NewVersion string `json:"new_version"`
|
||||
// Phased marks an Ubuntu phased update this host is not yet selected for:
|
||||
// apt lists it as upgradable, but an upgrade defers it until the host's
|
||||
// phase comes up. It is pending, not installable, so counts leave it out.
|
||||
Phased bool `json:"phased,omitempty"`
|
||||
}
|
||||
|
||||
type ReportUpdatesRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user