-
Thu Jul 12 2018 Paolo Gigante <paolo.gigante.sa@gmail.com> 0.12-1
- Added --skip-all-scripts to skip the executions of all custom scripts
- Added --skip-scripts-by-phase to skip the executions of custom scripts for the specified phase
- Added --skip-scripts-by-phase to skip the executions of custom scripts by name
- Added man page for auter.conf
- Updated auter.aptModule to reflect changes in auter.yumdnfModule
- added no-wall option
- Fix for --status when run as non-root user
- Logs auter output in /var/lib/auter/ when no updates are available
- Minor improvements to rotation of output files in /var/lib/auter/
-
Fri Mar 16 2018 Nick Rhodes <nrhodes91@gmail.com> 0.11-5
- Hotfix for the AUTOREBOOT issue
-
Fri Mar 16 2018 Paolo Gigante <paolo.gigante@rackspace.co.uk> 0.11-4
- Updated documentation and references to include apt for Ubuntu/debian
- Removed debugging message that was printed during apt update
- Added "Valid Options" in auter.conf
- Added the pre/post prep directories in auter.conf
- Added retention and rotation for last-prep-output and last-apply-output files in /var/lib/auter
- Corrected file permissions for the auter-postreboot cron file
- Added --stdout option to force output to stdout even if there is no active tty
- Added a package manager lock file check before prep and apply functions call the package manager
- Improved checks to confirm prepared patches are still required
- Adjusted some string arguments to arrays for better handling
-
Mon Oct 30 2017 Paolo Gigante <paolo.gigante@rackspace.co.uk> 0.10-1
- Added pre and post prep script hooks
- Added a pidfile and process check to --status
- Added a auter success log with a last run timestamp
- Clear pidfile if the process is no longer running when disabling auter
- Added auter.aptModule for ubuntu/debian support
-
Thu Mar 09 2017 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.9-1
- Capture package manager output
- Document the auter --reboot cron job
- Remove last-update file
- Add description text to the lock file
- Add error checking during prep
- Split out package manager specific code
-
Mon Nov 14 2016 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.8-1
- Release version 0.8
- Added ONLYINSTALLFROMPREP option
-
Thu Aug 04 2016 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.7-1
- Release version 0.7
- Updated the .spec file according to Fedora's guidelines
- Moved scriptdir from /var/lib/auter to /etc/auter
- Categorise log messages as INFO, WARNING or ERROR
- Remove pre-built man page
-
Wed Jul 06 2016 Cameron Beere <cameron.beere@rackspace.co.uk> 0.6-1
- Release version 0.6
- Add maintainers file
-
Thu Apr 28 2016 Cameron Beere <cameron.beere@rackspace.co.uk> 0.5-1
- Release version 0.5
- Added transaction ID logging
- Disable random sleepis when running from a tty
- Rename variables to be package manager agnostic
- Add cron examples for @reboot jobs
- Update default auter config file location
- Remove example script files
- Disable cronjobs & enable lockfile on installation
- Switch to using pre/post script directories instead of files
- Add better handling for option parsing
- Added CONFIGSET variable used to distinguish between distinct configs
- Various bugfixes
-
Wed Mar 23 2016 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.4-1
- Release version 0.4
- Support DNF
- Add HACKING.md
- Exit if custom config file doesn't exist
- Change post reboot script to use cron instead of rc.local
- Report if there are no updates at prep time
- Record prep and apply output
- Updated man page