From cc7bd02b994abaee3792e46610750fdaae4b8cc3 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut Date: Thu, 6 Aug 2015 11:51:20 +0200 Subject: [PATCH] New release v1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ metadata.json | 9 ++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd5277..b040baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/metadata.json b/metadata.json index 17600b5..456957a 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -30,14 +30,17 @@ "operatingsystem": "Redhat", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", - "6" + "6", + "7" + ] } ],