Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 14, 2014
1 parent cc259ca commit f1285f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This file is used to list changes made in each version of `postfix-dovecot`.

## 0.3.0:

* `.kitchen.local.yml`.example renamed to `.kitchen.ses.yml`.
* Ensure */etc/mailname* file creation.
* `Gemfile`: some gem versions updated.
* `kitchen.yml`: updated to support latest test-kitchen format.
* `README`: Amazon SES Tests section: KITCHEN_LOCAL_YAML variable value fixed.
* Added Fedora and Amazon Linux support.
* Added `kitchen.cloud.yml` file
* `postfix-dovecot_test` metadata: added name.
* `kitchen.yml`: Added forwarded port and `recipe[apt]` to the runlist.
* Depends on `postfixadmin` cookbook version `< 1.0.0`.

## 0.2.0:

* Added [Amazon SES](http://aws.amazon.com/ses/) support.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures a mail server using Postfix, Dovecot, PostfixAdmin and SpamAssassin, including Amazon SES support.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '0.3.0'

supports 'amazon'
supports 'centos', '>= 6.0'
Expand Down

0 comments on commit f1285f8

Please sign in to comment.