Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 2s
CI/CD Pipeline / Clippy Lints (push) Successful in 1m9s
CI/CD Pipeline / Unit Tests (push) Failing after 17s
CI/CD Pipeline / Build Debian Package (push) Has been skipped
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Has been skipped
CI/CD Pipeline / Build RPM Package (push) Has been skipped
CI/CD Pipeline / Build Alpine Package (push) Has been skipped
CI/CD Pipeline / Build Arch Package (push) Has been skipped
CI/CD Pipeline / Security Audit (push) Failing after 9s
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
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 <echo@moon-dragon.us> 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 <echo@moon-dragon.us> Thu, 09 Apr 2026 18:57:12 -0500
|