Release 5.2.0

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2017-08-07 11:49:52 -07:00
parent c81b5ca7d9
commit 171fb88d01
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
This file is used to list changes made in each version of the postfix cookbook. This file is used to list changes made in each version of the postfix cookbook.
## 5.2.0 (2017-08-07)
- Lazily evaluate the config template variables to allow overrides to properly apply
- Avoid Chefspec deprecation warnings
## 5.1.1 (2017-07-28) ## 5.1.1 (2017-07-28)
- Fix support for Amazon Linux on Chef 13 - Fix support for Amazon Linux on Chef 13

View File

@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0' license 'Apache-2.0'
description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' 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')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.1.1' version '5.2.0'
recipe 'postfix', 'Installs and configures postfix' recipe 'postfix', 'Installs and configures postfix'
recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'