From ca25747c65184f856dce30920ae8157f33a7f95f Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Fri, 11 Sep 2015 17:52:08 +0200 Subject: [PATCH] release v2.4.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b2399..dbe4199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This file is used to list changes made in each version of `dovecot` cookbook. +## v2.4.0 (2015-09-11) + +* Improve platforms support using `node['platform_family']`: + * Fix Ubuntu `15.04` support. + * Add SUSE and OpenSUSE support (fixes issue #16). + * Add Oracle Linux support. + * Add Scientific Linux support. + +* Testing: + * Vagrantfile: Add Chef Server documentation. + * Gemfile: foodcritic ~> `4.0.0`, rubocop ~> `0.34.0`. + * Rakefile: Add arguments to the integration task. + ## v2.3.0 (2015-08-30) * Update chef links to use *chef.io* domain. diff --git a/README.md b/README.md index 3844e6e..50de508 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Dovecot Cookbook [![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/dovecot-cookbook) [![Dependency Status](http://img.shields.io/gemnasium/zuazo/dovecot-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/dovecot-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/dovecot-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/dovecot-cookbook) -[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook) +[![Build Status](http://img.shields.io/travis/zuazo/dovecot-cookbook/2.4.0.svg?style=flat)](https://travis-ci.org/zuazo/dovecot-cookbook) [Chef](https://www.chef.io/) cookbook to install and configure [Dovecot](http://www.dovecot.org/), open source IMAP and POP3 email server. diff --git a/metadata.rb b/metadata.rb index 1539a71..c8c2bb0 100644 --- a/metadata.rb +++ b/metadata.rb @@ -26,7 +26,7 @@ Installs and configures Dovecot, open source IMAP and POP3 email server. EOH long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.4.0' # WiP +version '2.4.0' if respond_to?(:source_url) source_url "https://github.com/zuazo/#{name}-cookbook"