release v2.1.0

This commit is contained in:
jtimberman 2012-11-29 14:36:09 -07:00
parent 87cbbe4160
commit 98980db575
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v2.1.0:
* [COOK-1233] - optional configuration for canonical maps
* [COOK-1660] - allow comma separated arrays in aliases
* [COOK-1662] - allow inet_interfaces configuration via attribute
## v2.0.0: ## v2.0.0:
This version uses platform_family attribute, making the cookbook incompatible This version uses platform_family attribute, making the cookbook incompatible

View File

@ -3,7 +3,7 @@ maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com" maintainer_email "cookbooks@opscode.com"
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"
version "2.0.1" version "2.1.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"