Skip to content

Commit 4e258b3

Browse files
reaperznpiersc
authored andcommitted
Release 0.10 (#69)
* Release 0.10 * Updated spec file version
1 parent 3bd8fe0 commit 4e258b3

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Auter NEWS
22

3+
0.10
4+
* Added pre and post prep script hooks
5+
* Added a pidfile and process check to --status
6+
* Added a auter success log with a last run timestamp
7+
* Clear pidfile if the process is no longer running when disabling auter
8+
* Added auter.aptModule for ubuntu/debian support
9+
* Added checks to confirm updates that were staged are still pending
10+
311
0.9
412
* Capture package manager output
513
* Document the auter --reboot cron job

auter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121

22-
readonly AUTERVERSION="0.9"
22+
readonly AUTERVERSION="0.10"
2323
readonly SCRIPTDIR="/etc/auter"
2424
readonly DATADIR="/var/lib/auter"
2525
readonly LOCKFILE="${DATADIR}/enabled"

auter.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: auter
2-
Version: 0.9
2+
Version: 0.10
33
Release: 1%{?dist}
44
Summary: Prepare and apply updates
55
License: ASL 2.0
@@ -104,6 +104,13 @@ exit 0
104104

105105
%changelog
106106

107+
* Mon Oct 30 2017 Paolo Gigante <paolo.gigante@rackspace.co.uk> 0.10-1
108+
- Added pre and post prep script hooks
109+
- Added a pidfile and process check to --status
110+
- Added a auter success log with a last run timestamp
111+
- Clear pidfile if the process is no longer running when disabling auter
112+
- Added auter.aptModule for ubuntu/debian support
113+
107114
* Thu Mar 09 2017 Piers Cornwell <piers.cornwell@rackspace.co.uk> 0.9-1
108115
- Capture package manager output
109116
- Document the auter --reboot cron job

0 commit comments

Comments
 (0)