Skip to content

Commit f1285f8

Browse files
committed
release v0.3.0
1 parent cc259ca commit f1285f8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## 0.3.0:
6+
7+
* `.kitchen.local.yml`.example renamed to `.kitchen.ses.yml`.
8+
* Ensure */etc/mailname* file creation.
9+
* `Gemfile`: some gem versions updated.
10+
* `kitchen.yml`: updated to support latest test-kitchen format.
11+
* `README`: Amazon SES Tests section: KITCHEN_LOCAL_YAML variable value fixed.
12+
* Added Fedora and Amazon Linux support.
13+
* Added `kitchen.cloud.yml` file
14+
* `postfix-dovecot_test` metadata: added name.
15+
* `kitchen.yml`: Added forwarded port and `recipe[apt]` to the runlist.
16+
* Depends on `postfixadmin` cookbook version `< 1.0.0`.
17+
518
## 0.2.0:
619

720
* Added [Amazon SES](http://aws.amazon.com/ses/) support.

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures a mail server using Postfix, Dovecot, PostfixAdmin and SpamAssassin, including Amazon SES support.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.3.0' # WiP
7+
version '0.3.0'
88

99
supports 'amazon'
1010
supports 'centos', '>= 6.0'

0 commit comments

Comments
 (0)