Skip to content

Commit

Permalink
New release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Poinsaut committed Aug 6, 2015
1 parent ec7aa48 commit cc7bd02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2015-08-06 - Release 1.0.0
### Summary
This release updates metadata to support new version of RedHat family OSes, as well as new features and test improvements.

#### Features
- Added support to RedHat family OSes version 7.
- Added configuration option to set an M/Monit report server in Monit config file.
- Added support for start delay parameter.
- Added configuration option to set an M/Monit report server in Monit configuration file.
- Made HTTPd authentication by user and password optional.

#### Tests
- Added future parser in Travis matrix.
- Added acceptance tests.

##2015-06-06 - Release 0.5.0
###Summary
This release adds `mail-format` and `alert` parameters to the monit configuration file.
Expand Down
9 changes: 6 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echoes-monit",
"version": "0.5.0",
"version": "1.0.0",
"author": "Echoes Technologies",
"summary": "Puppet module to manage monit installation and configuration",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,14 +30,17 @@
"operatingsystem": "Redhat",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
"6",
"7"

]
}
],
Expand Down

0 comments on commit cc7bd02

Please sign in to comment.