0.1.5
All checks were successful
CI / test (push) Successful in 5m4s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-28 09:56:52 +11:00
parent 8c6b51be3e
commit 3fc5aec5fc
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 20 additions and 2 deletions

View file

@ -1,4 +1,4 @@
%global upstream_version 0.1.4
%global upstream_version 0.1.5
Name: enroll
Version: %{upstream_version}
@ -43,6 +43,10 @@ Enroll a server's running state retrospectively into Ansible.
%{_bindir}/enroll
%changelog
* Sun Dec 28 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Consolidate logrotate and cron files into their main service/package roles if they exist.
- Standardise on MAX_FILES_CAP in one place
- Manage apt stuff in its own role, not in etc_custom
* Sat Dec 27 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Attempt to capture more stuff from /etc that might not be attributable to a specific package. This includes common singletons and systemd timers
- Avoid duplicate apt data in package-specific roles.