v1.1.2 - Bug Fixes
What's Fixed
BUG-008: Scan interval settings lost on container restart
The scheduler always started at the 6-hour default after a restart because it read the interval from config instead of the database. Saved scan and Docker scan intervals now persist correctly across restarts.
BUG-009: Patch All messaging and held-back packages
The bulk patch results banner now explains partial status in plain text and shows an amber badge per host when packages were held back, with a prompt to open the host and install them. The activity feed now logs held-back installs.
BUG-010: Proxmox kernel updates not triggering reboot required
PVE kernels do not reliably write /var/run/reboot-required. The reboot check now falls back to comparing the running kernel against the highest installed proxmox-kernel-*-pve-signed package. If they differ, the host is flagged for reboot.
What's Added
Version badge on Home page
The running version is now shown next to the "Overview" heading so you don't have to open Settings to check it.