add extra_info field to APTUpdateInfo

Add an optional string field to APTUpdateInfo which can be used for
extra information.

This is used for passing running kernel and running version information
in the versions API call together with proxmox-backup and
proxmox-backup-server.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
This commit is contained in:
Mira Limbeck
2020-11-10 14:22:17 +01:00
committed by Thomas Lamprecht
parent 1d8f849457
commit 2decf85d6e
3 changed files with 31 additions and 7 deletions

View File

@ -361,6 +361,7 @@ where
},
priority: priority_res,
section: section_res,
extra_info: None,
});
}
}