Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 22, 2015
1 parent 2af0b42 commit 8021cac
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
33 changes: 25 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,31 @@

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

## v2.0.0 (2015-08-18)

* Update RuboCop to `0.29.1` (new offenses fixed).
* Fix ChefSpec unit tests to work with latest chef-vault cookbook.
* Gemfile: Fix Ruby `1.9` support.
* Update some cookbook dependencies:
* [...]
* Gemfile: Update RuboCop version to `0.30.1`.
## v2.0.0 (2015-08-22)

* **Breaking changes**:
* 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)).
* 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)).

* New features:
* metadata: Add `source_url` and `issues_url`.

* Documentation:
* Update chef links to use *chef.io* domain.
* Update contact information and links after migration.
* README: Put the cookbook name in the title.

* Testing:
* Fix ChefSpec unit tests to work with latest chef-vault cookbook.
* Use SoloRunner in some ChefSpec tests to make them faster.
* Move ChefSpec tests to *test/unit*.
* Travis: run tests against Chef `11` and Chef `12`.
* Add Debian `8` to test-kitchen tests.
* Kitchen tests: fix MySQL password.
* Minitest: remove some redundant tests.
* Gemfile:
* Fix Ruby `1.9` support.
* Update RuboCop to `0.33.0`.

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Postfix Dovecot Cookbook
========================
[![Cookbook Version](https://img.shields.io/cookbook/v/postfix-dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/postfix-dovecot)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/postfix-dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/postfix-dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/postfix-dovecot-cookbook)
[![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)

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.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
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 '2.1.0' # WiP
version '2.0.0'

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

0 comments on commit 8021cac

Please sign in to comment.