updating CHANGELOG and bumping metadata
This commit is contained in:
parent
c0678ed475
commit
4143c363c1
@ -2,6 +2,13 @@ postfix Cookbook CHANGELOG
|
|||||||
==========================
|
==========================
|
||||||
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.
|
||||||
|
|
||||||
|
v3.6.0 (2014-08-25)
|
||||||
|
-------------------
|
||||||
|
- restart postfix after updating virtual alias templates #86
|
||||||
|
- fixing typo for alias_db location in omnios
|
||||||
|
- moving conditional attributes to a recipe so they can be modified
|
||||||
|
via other cookbook attributes
|
||||||
|
|
||||||
v3.5.0 (2014-08-25)
|
v3.5.0 (2014-08-25)
|
||||||
-------------------
|
-------------------
|
||||||
Adding virtual_domains functionality
|
Adding virtual_domains functionality
|
||||||
|
@ -4,7 +4,7 @@ description 'Installs and configures postfix for client or outbound relayhost, o
|
|||||||
maintainer 'Chef Software, Inc.'
|
maintainer 'Chef Software, Inc.'
|
||||||
maintainer_email 'cookbooks@getchef.com'
|
maintainer_email 'cookbooks@getchef.com'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
version '3.5.0'
|
version '3.6.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'
|
||||||
recipe 'postfix::aliases', 'Manages /etc/aliases'
|
recipe 'postfix::aliases', 'Manages /etc/aliases'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user