Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Apr 4, 2015
1 parent 37f3ac0 commit c5fee88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

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

## v2.1.0 (2015-04-04)

* Improve LDAP support, including integration tests ([issue #12](https://github.com/onddo/dovecot-cookbook/issues/12), thanks [Dr. Ogg](https://github.com/neallawson) for reporting).
* Update all configuration files to Dovecot `2.2.16`.
* Update RuboCop to `0.29.1` (new offenses fixed).

* Tests:
* Update kitchen.yml file.
* Some small unit tests fixes.
* Integration tests fix: disable director port binding in CentOS due to SELinux.
* Complete the unit test coverage (100%).
* Integrate tests with coveralls.io and simplecov.
* Gemfile:
* Use foodcritic and RuboCop fixed versions.
* Update vagrant-wrapper to version `2`.
* Add ohai `< 8` for ruby `< 2`.
* travis.yml: Use the new build environment.

* Documentation:
* README: Add a TOC.
* Update Chef links to point to *chef.io*.

## v2.0.0 (2014-10-28)

* Requires Ruby `>= 1.9.3` (**breaking change**).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Description
[![Cookbook Version](https://img.shields.io/cookbook/v/dovecot.svg?style=flat)](https://supermarket.chef.io/cookbooks/dovecot)
[![Dependency Status](http://img.shields.io/gemnasium/onddo/dovecot-cookbook.svg?style=flat)](https://gemnasium.com/onddo/dovecot-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/dovecot-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/dovecot-cookbook.svg?style=flat)](https://travis-ci.org/onddo/dovecot-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/dovecot-cookbook/2.1.0.svg?style=flat)](https://travis-ci.org/onddo/dovecot-cookbook)

Installs and configures [Dovecot](http://www.dovecot.org/), open source IMAP and POP3 email server.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
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.1.0' # WiP
version '2.1.0'

supports 'centos', '>= 6.0'
supports 'debian', '>= 7.0'
Expand Down

0 comments on commit c5fee88

Please sign in to comment.