linux-patch-api (0.3.8-1) unstable; urgency=low * Add GET /api/v1/system/services/{name} endpoint for service health checks * Add ServiceStatus struct with systemd and OpenRC support * Add get_service_status() to PackageManagerBackend trait * Implement systemd service status via systemctl * Implement OpenRC service status via rc-service * Add E2E test for service status endpoint -- Echo Mon, 04 May 2026 23:44:00 -0500 linux-patch-api (0.3.5-1) unstable; urgency=low * Remove CapabilityBoundingSet and AmbientCapabilities - apt needs full root capabilities * Remove ProtectSystem=strict, NoNewPrivileges, RestrictSUIDSGID - block core functionality * Remove ReadWritePaths - unnecessary without ProtectSystem=strict * Fix E2E test: properly FAIL on status=failed package operations * Fix E2E test: require status=completed for install/update/remove lifecycle * Update service file Type=notify -> Type=simple * Add DEBIAN_FRONTEND=noninteractive environment variable -- Echo Sat, 03 May 2026 03:15:00 -0500 linux-patch-api (0.3.4-1) unstable; urgency=low * Fix CI workflow: prevent recursive tag triggers (v* -> v*.*.*) * Fix CI workflow: upload u2204 deb to same release (no -u2204 suffix) * Remove sudo from apt commands (service runs as root) * Remove NoNewPrivileges and RestrictSUIDSGID from service file * Update service file Type=notify -> Type=simple * Add DEBIAN_FRONTEND=noninteractive environment variable -- Echo Fri, 02 May 2026 22:00:00 -0500 linux-patch-api (0.3.3-1) unstable; urgency=low * Fix dpkg packaging: remove linux-patch-api user creation * Change ownership to root:root in preinst/postinst scripts * Bump version to 0.3.3 -- Echo Fri, 02 May 2026 21:45:00 -0500 linux-patch-api (0.3.2-1) unstable; urgency=low * Remove sudo from apt commands in source code * Remove NoNewPrivileges=true from service file * Remove RestrictSUIDSGID=true from service file * Add DEBIAN_FRONTEND=noninteractive to service file * Fix TLS 1.3 enforcement in mtls.rs * Add client_disconnect_timeout to main.rs * Optimize RwLock usage in jobs/manager.rs * Bump version to 0.3.2 -- Echo Fri, 02 May 2026 21:30:00 -0500