Release 5.0
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
fe19de29ce
commit
3a1e6a79b4
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
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.0.0 (2017-01-17)
|
||||||
|
|
||||||
|
- Manage any hash: tables for postfix with hash_maps recipe
|
||||||
|
- Fully customizable master.cf file
|
||||||
|
- Support for any kind of postfix lookup tables
|
||||||
|
- Remove old minitest files
|
||||||
|
- Update chef requirement in the readme
|
||||||
|
- Update tests for new config comment blocks
|
||||||
|
- fixing /etc/aliases syntax for full-mailaddresses
|
||||||
|
|
||||||
## 4.0.0 (2016-09-07)
|
## 4.0.0 (2016-09-07)
|
||||||
|
|
||||||
- Update supported platforms in metadata
|
- Update supported platforms in metadata
|
||||||
|
@ -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 '4.0.0'
|
version '5.0.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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user