linux-patch-api (0.3.3-1) unstable; urgency=low * Fix dpkg packaging: Remove linux-patch-api user creation, fix directory ownership * Fix package install: Remove sudo from apt commands (service runs as root) * Remove NoNewPrivileges and RestrictSUIDSGID from systemd service -- Echo Sat, 03 May 2026 02:30:00 -0500 linux-patch-api (0.3.2-1) unstable; urgency=low * Fix package install: Remove sudo from apt commands (service runs as root) * Fix reboot endpoint: Implement actual system reboot via shutdown/systemctl * Fix patches handler: Call reboot_system() instead of just logging * Remove NoNewPrivileges and RestrictSUIDSGID from systemd service * Add CAP_SYS_BOOT capability to systemd service for LXC reboot support * Fix dpkg packaging: Remove linux-patch-api user creation, fix directory ownership -- Echo Sat, 02 May 2026 21:25:00 -0500 linux-patch-api (0.3.1-1) unstable; urgency=low * Fix reboot endpoint: Implement actual system reboot via shutdown/systemctl * Fix patches handler: Call reboot_system() instead of just logging * Add CAP_SYS_BOOT capability to systemd service for LXC reboot support * Remove unused warn import -- Echo Sat, 02 May 2026 20:37:00 -0500 linux-patch-api (0.3.0-1) unstable; urgency=low * v0.3.0 beta release * Fix List Jobs connection reset: Add client_disconnect_timeout (5s) * Enforce TLS 1.3 only with builder_with_provider() * Fix RwLock contention: Release read lock before sorting in list_jobs() * Fix systemd service: Remove ProtectSystem=strict * Fix systemd service: Change Type=notify to Type=simple * Fix systemd service: Add DEBIAN_FRONTEND=noninteractive * Add Ubuntu 22.04 CI build job * Add apt-get -f install for broken runner deps -- Echo Sat, 02 May 2026 19:55:00 -0500 linux-patch-api (1.0.0-1) stable; urgency=medium * Initial production release * Secure mTLS-authenticated REST API for remote package management * 15 API endpoints for package install/remove, patch application, system management * Asynchronous job processing with WebSocket status streaming * IP whitelist enforcement and comprehensive audit logging * Systemd integration with security hardening * Supports Debian 11/12, Ubuntu 20.04/22.04/24.04 -- Echo Thu, 09 Apr 2026 18:57:12 -0500