Skip to content

Commit cc7bd02

Browse files
author
Florent Poinsaut
committed
New release v1.0.0
1 parent ec7aa48 commit cc7bd02

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
##2015-06-06 - Release 0.5.0
217
###Summary
318
This release adds `mail-format` and `alert` parameters to the monit configuration file.

metadata.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echoes-monit",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"author": "Echoes Technologies",
55
"summary": "Puppet module to manage monit installation and configuration",
66
"license": "Apache-2.0",
@@ -30,14 +30,17 @@
3030
"operatingsystem": "Redhat",
3131
"operatingsystemrelease": [
3232
"5",
33-
"6"
33+
"6",
34+
"7"
3435
]
3536
},
3637
{
3738
"operatingsystem": "CentOS",
3839
"operatingsystemrelease": [
3940
"5",
40-
"6"
41+
"6",
42+
"7"
43+
4144
]
4245
}
4346
],

0 commit comments

Comments
 (0)