All notable changes to the dovecot
cookbook will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- ...
3.2.1 - 2017-03-10
- Unit Tests fix: Replace Ubuntu
13.10
with Ubuntu14.04
.
3.2.0 - 2017-03-10
Special thanks to Vassilis Aretakis for his astonishing contributions ✨
- Add pwfilesupport (issue #25, thanks to Vassilis Aretakis, Sjoerd Tromp and Sander van Harmelen).
- metadata: Add
chef_version
. - README: Add rubydoc and inch-ci badges.
- CHANGELOG: Follow "Keep a CHANGELOG".
3.1.0 - 2017-02-27
- Service: Add support for Dovecot Replication (issue #24, thanks Vassilis Aretakis).
- Change libraries namespace from
Dovecot
toDovecotCookbook
.
3.0.0 - 2016-10-09
- Add support for services: quota-status, quota-warning, doveadm (issue #18, thanks Edgaras Lukosevicius).
- Change dovecot users homedir separate attribute (issue #21, thanks Edgaras Lukosevicius).
- Update all configuration files to Dovecot
2.2.23
. - Rewrite Ohai plugin to support Ohai cookbook version
4
(issue #23, thanks Edgaras Lukosevicius). - README: Add license badge and improve the badges position.
- Improve TESTING documentation.
- Ubuntu >=
15.10
support. - Always create dovenull user.
- Ohai plugin: Use
#shell_out
instead ofrun_command
(fix Ohai9
support). - Fix metadata error in a calculated field documentation.
- Fix RuboCop offenses in ohai plugins.
- Drop Chef
11
support (required by ohai dependency). - Drop Ruby
< 2.2
support.
2.5.0 - 2016-07-28
- metadata: Add ohai dependency version constraint for version
3
(fixes #22, thanks Markus Wagner for reporting).
2.4.0 - 2015-09-11
- SUSE and OpenSUSE support (issue #16, thanks Marcus Klein for the help).
- Oracle Linux support.
- Scientific Linux support.
- Ubuntu
15.04
support.
2.3.0 - 2015-08-30
- metadata: Add
source_url
andissues_url
.
- Update chef links to use chef.io domain.
- Update contact information and links after migration.
- README: Improve description.
2.2.2 - 2015-07-29
- README:
- Use markdown tables.
- Add GitHub source badge.
2.2.1 - 2015-07-23
- Travis CI: Fix
test-kitchen
integration tests.
2.2.0 - 2015-07-22
- Fix Debian Jessie support (issue #15, thanks Marcus Klein for the help).
- README: Improve examples and some fixes.
2.1.0 - 2015-04-04
- Update all configuration files to Dovecot
2.2.16
. - Update RuboCop to
0.29.1
(new offenses fixed). - README: Add a TOC.
- Update Chef links to point to chef.io.
2.0.0 - 2014-10-28
- Delete existing configuration files if they are not required.
- Use the
conf_files_user
attribute for configuration file directories owner instead of a hardcoded'root'
. - Some libraries refactored.
Dovecot::Auth
: remove code duplication.- Homogenize license headers.
- README improvements.
- Drop Ruby
< 1.9.3
support. - Remove deprecated
::package
recipe.
- Fix ohai
7
plugin "provides
unsupported operation" warning. - Fix all RuboCop and Foodcritic offenses.
1.0.1 - 2014-10-01
- README: Added Cookbook badge.
- Added TODO file.
- Ubuntu
14.04
support.
1.0.0 - 2014-04-23
from_package
recipe (issue #8, thanks Jordi Llonch).- Ohai 7 plugins support (issue #10).
- Package installation and template generation logic standardized using a
Dovecot::Conf#require?
method (issue #9, thanks Jordi Llonch for the help).- Note: This change is huge, but it is supposed to be backwards compatible.
packages
recipe marked for future deprecation (issue #8, thanks Jordi Llonch).
- README: fixed some typos (issue #7, thanks Jordi Llonch).
0.3.1 - 2014-03-15
- README: some env variables description improved.
- Fixed Ubuntu
13.10
support.
0.3.0 - 2014-03-13
- Dovecot Ohai Plugin.
- Tested to work on Fedora 18, Fedora 19 and Amazon.
- Add support for anvil service (issue #5, thanks Johan Svensson).
- Auth-definitions below ldap are a hash, not an array (issue #6, thanks Arnold Krille).
0.2.0 - 2013-10-28
- Dict auth support and mailbox_list_index (issue #3, thanks Johan Svensson).
0.1.1 - 2013-07-19
- Typo in auth-passwdfile.conf template (issue #2, thanks Trond Arve Nordheim).
- Fix typo in README.md (issue #1, thanks Andreas Lappe).
- Initial release of
dovecot
.