Private
Public Access
1
0

fix: update debian changelog and RPM spec to v1.1.17
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 1s
CI/CD Pipeline / Clippy Lints (push) Successful in 1m19s
CI/CD Pipeline / All Unit Tests (push) Successful in 1m39s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Enrollment Tests (push) Successful in 1m26s
CI/CD Pipeline / Verify Enrollment CLI Flag (push) Successful in 1m23s
CI/CD Pipeline / Build RPM Package (push) Successful in 2m29s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m32s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m51s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m35s
CI/CD Pipeline / Build Alpine Package (push) Successful in 4m1s

This commit is contained in:
2026-05-27 16:17:10 -05:00
parent 6b660ca2b1
commit e38fc9034f
2 changed files with 19 additions and 0 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
linux-patch-api (1.1.17) unstable; urgency=medium
* Add mandatory package cache refresh before patch_apply
* Add health check cache refresh when stale (>4h)
* Add cache status fields to health response
* Add 404/fetch error retry with cache refresh
* Add degraded health status on cache failure
* New src/packages/cache.rs module
-- Echo <echo@moon-dragon.us> Tue, 27 May 2026 15:30:00 -0500
linux-patch-api (1.1.16) unstable; urgency=medium linux-patch-api (1.1.16) unstable; urgency=medium
* Add Pacman package manager backend for Arch Linux * Add Pacman package manager backend for Arch Linux

View File

@ -163,6 +163,14 @@ fi
# Changelog # Changelog
%changelog %changelog
* Tue May 27 2026 Echo <echo@moon-dragon.us> - 1.1.17-1
- Add mandatory package cache refresh before patch_apply
- Add health check cache refresh when stale (>4h)
- Add cache status fields to health response
- Add 404/fetch error retry with cache refresh
- Add degraded health status on cache failure
- New src/packages/cache.rs module
* Tue May 20 2026 Echo <echo@moon-dragon.us> - 1.1.16-1 * Tue May 20 2026 Echo <echo@moon-dragon.us> - 1.1.16-1
- Add Pacman package manager backend for Arch Linux - Add Pacman package manager backend for Arch Linux
- Fix: Pacman backend not yet implemented error on Arch systems - Fix: Pacman backend not yet implemented error on Arch systems