Skip to content

Commit

Permalink
release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 11, 2015
1 parent eecf642 commit ca25747
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca25747

Please sign in to comment.