From 689619f0c78d4e40a5f372ad21f03bb8ea6c7244 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut Date: Mon, 8 Oct 2018 08:39:41 +0200 Subject: [PATCH] New Release v2.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b945db7..528f615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2018-10-07 - Release 2.0.0 +## Summary + +This release adds `httpd_allow` configuration and support for MMonit HTTPs addresses and uses PDK 1.7.0. + +***BREAKING CHANGES*** +The MMonit address is now by default with HTTPs with the port 8443 (8080 previously). + +#### Features +- Add `httpd_allow` configuration +- Add support for MMonit HTTPs addresses + ## 2018-07-09 - Release 1.4.0 ### Summary diff --git a/metadata.json b/metadata.json index 9352b11..818aea3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "soli-monit", - "version": "1.4.0", + "version": "2.0.0", "author": "Solution Libre SAS", "summary": "Puppet module to manage monit installation and configuration", "license": "Apache-2.0",