[pve-devel] [PATCH manager] api: apt versions: track optional amd64/intel-microcode packages

Alexander Zeidler a.zeidler at proxmox.com
Thu Apr 18 09:44:05 CEST 2024


Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
 PVE/API2/APT.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index 54121ec2..4ab6da60 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -759,6 +759,7 @@ __PACKAGE__->register_method({
 	push @list, sort $byver grep { /^(?:pve|proxmox)-kernel-/ && $cache->{$_}->{CurrentState} eq 'Installed' } keys %$cache;
 
         my @opt_pack = qw(
+	    amd64-microcode
 	    ceph
 	    criu
 	    dnsmasq
@@ -766,6 +767,7 @@ __PACKAGE__->register_method({
 	    gfs2-utils
 	    ifupdown
 	    ifupdown2
+	    intel-microcode
 	    ksm-control-daemon
 	    ksmtuned
 	    libpve-apiclient-perl
-- 
2.39.2





More information about the pve-devel mailing list