Private
Public Access
1
0

fix: update debian changelog and RPM spec to v1.1.17

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

View File

@ -163,6 +163,14 @@ fi
# 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
- Add Pacman package manager backend for Arch Linux
- Fix: Pacman backend not yet implemented error on Arch systems