|
2 | 2 |
|
3 | 3 | This file is used to list changes made in each version of `postfix-dovecot`. |
4 | 4 |
|
5 | | -## 0.3.0: |
| 5 | +## 1.0.0 (2014-10-07): |
| 6 | + |
| 7 | +* **Update Warnings:**: |
| 8 | + * Ruby `>= 1.9.3` required. |
| 9 | + * Chef `>= 11.14.2` required. |
| 10 | + * Rename `::postfix_full` recipe to `::postfix`. |
| 11 | + |
| 12 | +* Update to work with `postfixadmin` cookbook `1.0.0`. |
| 13 | +* Integrate with `ssl_certificate` cookbook. |
| 14 | +* Fix hostname attribute default value when FQDN is not set. |
| 15 | +* Move *test/kitchen/cookbooks* directory to *test/cookbooks*. |
| 16 | +* Fix all *RuboCop* offenses. |
| 17 | +* `README`: |
| 18 | + * Separate `README` file in multiple files. |
| 19 | + * Add some badges. |
| 20 | + * Some small documentation fixes. |
| 21 | + * `TESTING`: replace old DIGITALOCEAN_CLIENT_ID with DIGITALOCEAN_ACCESS_TOKEN. |
| 22 | +* Add some basic *ChefSpec* recipe tests and a `Rakefile`. |
| 23 | +* Add `.travis.yml` file. |
| 24 | +* Improve Postfix chroot file creation, based on `postfix-full` master code. |
| 25 | +* Set `common_name` for PostfixAdmin and Postfix SSL certs. |
| 26 | +* `kitchen.yml`: |
| 27 | + * Images update. |
| 28 | + * `kitchen.cloud.yml`: remove all `DIGITAL_OCEAN_` env variables. |
| 29 | + * Add minitest-handler again. |
| 30 | + * Fix minitest test mail template. |
| 31 | +* Add PostgreSQL support. |
| 32 | +* `metadata`: use pessimistic version constraints. |
| 33 | +* `Gemfile`: |
| 34 | + * Replace `vagrant` by `vagrant-wrapper`. |
| 35 | + * Berkshelf update to `3.1`. |
| 36 | +* `Berkfile`: use a generic Berksfile template. |
| 37 | +* Add `Guardfile`. |
| 38 | +* `Vagrantfile`: |
| 39 | + * Update to work properly. |
| 40 | + * Document it in TESTING. |
| 41 | +* Use `#default_unless` instead of `#set_unless`. |
| 42 | +* `::postfixadmin` recipe: remove `#set_unless` usage. |
| 43 | +* Add *Serverspec* tests and more *bats* tests. |
| 44 | +* Define PATH in some integration tests, recommended to use `lsof`. |
| 45 | +* Integration tests improvement to support more platforms. |
| 46 | +* Fix Debian/Ubuntu PostgreSQL support using the `locale` cookbook. |
| 47 | +* Improve PostgreSQL support in RPM platforms including tests. |
| 48 | +* Add `rubocop.yml` file: include some ruby files related with Chef. |
| 49 | + |
| 50 | +## 0.3.0 (2014-09-14): |
6 | 51 |
|
7 | 52 | * `.kitchen.local.yml`.example renamed to `.kitchen.ses.yml`. |
8 | 53 | * Ensure */etc/mailname* file creation. |
9 | 54 | * `Gemfile`: some gem versions updated. |
10 | 55 | * `kitchen.yml`: updated to support latest test-kitchen format. |
11 | 56 | * `README`: Amazon SES Tests section: KITCHEN_LOCAL_YAML variable value fixed. |
12 | 57 | * Added Fedora and Amazon Linux support. |
13 | | -* Added `kitchen.cloud.yml` file |
| 58 | +* Added `kitchen.cloud.yml` file. |
14 | 59 | * `postfix-dovecot_test` metadata: added name. |
15 | 60 | * `kitchen.yml`: Added forwarded port and `recipe[apt]` to the runlist. |
16 | 61 | * Depends on `postfixadmin` cookbook version `< 1.0.0`. |
17 | 62 |
|
18 | | -## 0.2.0: |
| 63 | +## 0.2.0 (2013-08-09): |
19 | 64 |
|
20 | 65 | * Added [Amazon SES](http://aws.amazon.com/ses/) support. |
21 | 66 | * Added SES tests. |
22 | 67 | * Fixed *resolv.conf* inside chroot in CentOS. |
23 | 68 |
|
24 | | -## 0.1.0: |
25 | | - |
26 | | -* Initial release of `postfix-dovecot` |
| 69 | +## 0.1.0 (2013-06-16): |
27 | 70 |
|
| 71 | +* Initial release of `postfix-dovecot`. |
0 commit comments