From 8021cac3fd6514819c74233e6454ef90a76edc40 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sat, 22 Aug 2015 18:37:35 +0200 Subject: [PATCH] release v2.0.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++-------- README.md | 2 +- metadata.rb | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cd820..6275cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 1a54b91..5e18650 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/metadata.rb b/metadata.rb index 4b9b685..7b2efcb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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"