From d0d2e092ca0f1c929487bb2cc2368ef75e762a04 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut Date: Sat, 6 Jun 2015 20:43:08 +0200 Subject: [PATCH] New release v0.5.0 --- CHANGELOG.md | 11 +++++++++++ manifests/init.pp | 1 + metadata.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e22e4c..bdd5277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +##2015-06-06 - Release 0.5.0 +###Summary +This release adds `mail-format` and `alert` parameters to the monit configuration file. + +####Features +- Add `mailformat` parameter to `monit` class and to the template of configuration file. +- Add `alert_emails` parameter to `monit` class and to the template of configuration file. + +####Bugfixes +- `ìdfile` parameter does not exist for Monit 4 + ##2015-04-02 - Release 0.4.0 ###Summary This release adds `logile` and `mailserver` parameters to the monit configuration file. diff --git a/manifests/init.pp b/manifests/init.pp index 6e71361..0bb7786 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -77,6 +77,7 @@ # [*alert_emails*] # Array of email address to send global alerts to. # Default: [] +# # === Examples # # class { 'monit': diff --git a/metadata.json b/metadata.json index 5e5fe46..eb2a4b8 100644 --- a/metadata.json +++ b/metadata.json @@ -41,7 +41,7 @@ } ], "name": "echoes-monit", - "version": "0.4.0", + "version": "0.5.0", "author": "Echoes Technologies", "summary": "Puppet module to manage monit installation and configuration", "license": "Apache-2.0",