From 927d614aabb8b49618e51fa00f0d55c08612e30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= <raphael.pinson@camptocamp.com> Date: Fri, 5 Apr 2019 16:47:10 +0200 Subject: [PATCH] Release 1.8.0 --- CHANGELOG.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bae253..4d119ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2019-04-05 - Release 1.8.0 + +- Deprecate Puppet 3 support +- Add new config parameter to add configuration from hiera (GH #240) +- Allow Sensitive postfix::hash content (GH #243) +- Add master_bounce_command and master_defer_command (GH #239) +- Schleuder: port invocation syntax to Schleuder 3. (GH #234) +- Allow multiple spaces in postfix::mta::mynetworks (GH #235) +- Add postfix::mailalias (GH #233) +- Remove legacy instructions on exec paths + ## 2018-11-01 - Release 1.7.0 - Add chroot parameter (GH #170, #224) diff --git a/metadata.json b/metadata.json index 503d6a8..9e0bfcc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "camptocamp-postfix", - "version": "1.7.0", + "version": "1.8.0", "author": "Camptocamp", "summary": "Camptocamp Postfix Module", "license": "Apache-2.0", -- GitLab