From 9ea6c05ce503cfab00a747e46f417dfd12d154ba Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 26 Jun 2017 22:07:23 -0700 Subject: [PATCH] Release 5.0.3 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- tasks/maintainers.rb | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415b74c..31d6ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.0.3 (2017-06-26) + +- Correct attribute line for use_relay_restrictions_maps to prevent converge failures + ## 5.0.2 (2017-05-17) - Fix use_relay_restrictions_maps attribute misspelling in attributes file diff --git a/metadata.rb b/metadata.rb index 12504e6..ca45458 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.0.2' +version '5.0.3' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl' diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb index aa8e254..114e10b 100644 --- a/tasks/maintainers.rb +++ b/tasks/maintainers.rb @@ -39,7 +39,6 @@ begin end end end - rescue LoadError STDERR.puts "\n*** TomlRb not available. Skipping the Maintainers Rake task\n\n" end