Skip to content

Commit 8021cac

Browse files
committed
release v2.0.0
1 parent 2af0b42 commit 8021cac

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

CHANGELOG.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,31 @@
22

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

5-
## v2.0.0 (2015-08-18)
6-
7-
* Update RuboCop to `0.29.1` (new offenses fixed).
8-
* Fix ChefSpec unit tests to work with latest chef-vault cookbook.
9-
* Gemfile: Fix Ruby `1.9` support.
10-
* Update some cookbook dependencies:
11-
* [...]
12-
* Gemfile: Update RuboCop version to `0.30.1`.
5+
## v2.0.0 (2015-08-22)
6+
7+
* **Breaking changes**:
8+
* Update the `postfixadmin` cookbook to version `2` ([See the `postfixadmin` cookbook CHANGELOG for the update process](https://github.com/zuazo/postfixadmin-cookbook/blob/master/CHANGELOG.md#upgrading-from-a-1xy-cookbook-release)).
9+
* Update `onddo-spamassassin` cookbook to version `1` ([See the `postfixadmin` cookbook CHANGELOG for the update process](https://github.com/onddo/spamassassin-cookbook/blob/master/CHANGELOG.md#v100-2015-04-29)).
10+
11+
* New features:
12+
* metadata: Add `source_url` and `issues_url`.
13+
14+
* Documentation:
15+
* Update chef links to use *chef.io* domain.
16+
* Update contact information and links after migration.
17+
* README: Put the cookbook name in the title.
18+
19+
* Testing:
20+
* Fix ChefSpec unit tests to work with latest chef-vault cookbook.
21+
* Use SoloRunner in some ChefSpec tests to make them faster.
22+
* Move ChefSpec tests to *test/unit*.
23+
* Travis: run tests against Chef `11` and Chef `12`.
24+
* Add Debian `8` to test-kitchen tests.
25+
* Kitchen tests: fix MySQL password.
26+
* Minitest: remove some redundant tests.
27+
* Gemfile:
28+
* Fix Ruby `1.9` support.
29+
* Update RuboCop to `0.33.0`.
1330

1431
## v1.2.0 (2015-01-09)
1532

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Postfix Dovecot Cookbook
22
========================
33
[![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot)
44
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/postfix-dovecot-cookbook)
5-
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)
5+
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook/2.0.0.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)
66

77
Installs and configures a mail server using [Postfix](http://www.postfix.org/), [Dovecot](http://www.dovecot.org/), [PostfixAdmin](http://postfixadmin.sourceforge.net/) and [SpamAssassin](http://spamassassin.apache.org/), including [Amazon SES](http://aws.amazon.com/ses/) support.
88

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description 'Installs and configures a mail server using Postfix, Dovecot, '\
2626
'PostfixAdmin and SpamAssassin, including Amazon SES support.'
2727
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
28-
version '2.1.0' # WiP
28+
version '2.0.0'
2929

3030
if respond_to?(:source_url)
3131
source_url "https://github.com/zuazo/#{name}-cookbook"

0 commit comments

Comments
 (0)