From 0b8c354b3fa19fd1ffeada0b3d04fbe432de1c8c Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 4 May 2026 23:57:56 +0000 Subject: [PATCH] chore: update debian changelog to v0.3.6 --- debian/changelog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 333509a..31ae280 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,14 @@ -linux-patch-api (0.3.5-1) unstable; urgency=low +linux-patch-api (0.3.6-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 + * Remove CapabilityBoundingSet and AmbientCapabilities - apt needs full root capabilities * Remove ProtectSystem=strict, NoNewPrivileges, RestrictSUIDSGID - block core functionality