Private
Public Access
1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
a7b48a59cc chore: bump version to 0.3.8 for clean CI build
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 2s
CI/CD Pipeline / Clippy Lints (push) Successful in 44s
CI/CD Pipeline / Unit Tests (push) Successful in 1m12s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m0s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m2s
CI/CD Pipeline / Build Debian Package (push) Successful in 1m52s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m12s
CI/CD Pipeline / Build RPM Package (push) Successful in 3m30s
2026-05-05 01:02:05 +00:00
87601fe510 fix: correct debian changelog format (add missing 0.3.5 header)
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 1s
CI/CD Pipeline / Clippy Lints (push) Successful in 50s
CI/CD Pipeline / Unit Tests (push) Successful in 1m9s
CI/CD Pipeline / Security Audit (push) Successful in 4s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m9s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m0s
CI/CD Pipeline / Build Debian Package (push) Successful in 1m50s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m19s
CI/CD Pipeline / Build RPM Package (push) Successful in 3m37s
2026-05-05 00:56:01 +00:00
76c26aa379 chore: bump version to 0.3.7 for CI rebuild
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 1s
CI/CD Pipeline / Clippy Lints (push) Successful in 43s
CI/CD Pipeline / Unit Tests (push) Successful in 1m13s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Failing after 2m1s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m4s
CI/CD Pipeline / Build Debian Package (push) Failing after 1m50s
CI/CD Pipeline / Build Alpine Package (push) Successful in 3m7s
CI/CD Pipeline / Build RPM Package (push) Successful in 3m24s
2026-05-05 00:23:22 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "linux-patch-api"
version = "0.3.6"
version = "0.3.8"
edition = "2021"
authors = ["Echo <echo@moon-dragon.us>"]
description = "Secure remote package management API for Linux systems"

3
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux-patch-api (0.3.6-1) unstable; urgency=low
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
@ -9,6 +9,7 @@ linux-patch-api (0.3.6-1) unstable; urgency=low
-- Echo <echo@moon-dragon.us> 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