From 7988a5c2481b4e95416d73921f5612830ee28265 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 23 May 2018 15:58:50 -0500 Subject: [PATCH] Reelase 5.3.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d5630..f45cabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.3.0 (2018-05-23) + +- support multiple sasl_passwd entries +- Add `packages` attribute so different postfix packages can be installed +- add ability to set network connection port for a remote relayhost + ## 5.2.1 (2017-11-22) - Properly support FreeBSD diff --git a/metadata.rb b/metadata.rb index 23a14cb..7702f32 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '5.2.1' +version '5.3.0' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'