File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2015-08-06 - Release 1.0.0
2
+ ### Summary
3
+ This release updates metadata to support new version of RedHat family OSes, as well as new features and test improvements.
4
+
5
+ #### Features
6
+ - Added support to RedHat family OSes version 7.
7
+ - Added configuration option to set an M/Monit report server in Monit config file.
8
+ - Added support for start delay parameter.
9
+ - Added configuration option to set an M/Monit report server in Monit configuration file.
10
+ - Made HTTPd authentication by user and password optional.
11
+
12
+ #### Tests
13
+ - Added future parser in Travis matrix.
14
+ - Added acceptance tests.
15
+
1
16
##2015 -06-06 - Release 0.5.0
2
17
###Summary
3
18
This release adds ` mail-format ` and ` alert ` parameters to the monit configuration file.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " echoes-monit" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"author" : " Echoes Technologies" ,
5
5
"summary" : " Puppet module to manage monit installation and configuration" ,
6
6
"license" : " Apache-2.0" ,
30
30
"operatingsystem" : " Redhat" ,
31
31
"operatingsystemrelease" : [
32
32
" 5" ,
33
- " 6"
33
+ " 6" ,
34
+ " 7"
34
35
]
35
36
},
36
37
{
37
38
"operatingsystem" : " CentOS" ,
38
39
"operatingsystemrelease" : [
39
40
" 5" ,
40
- " 6"
41
+ " 6" ,
42
+ " 7"
43
+
41
44
]
42
45
}
43
46
],
You can’t perform that action at this time.
0 commit comments