Skip to content

Latest commit

 

History

History
191 lines (150 loc) · 7.99 KB

CHANGELOG.md

File metadata and controls

191 lines (150 loc) · 7.99 KB

Change Log

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

Fixed

  • Unit Tests fix: Replace Ubuntu 13.10 with Ubuntu 14.04.

3.2.0 - 2017-03-10

Special thanks to Vassilis Aretakis for his astonishing contributions ✨

Added

Changed

  • CHANGELOG: Follow "Keep a CHANGELOG".

3.1.0 - 2017-02-27

Added

Changed

  • Change libraries namespace from Dovecot to DovecotCookbook.

3.0.0 - 2016-10-09

Added

Changed

  • Improve TESTING documentation.

Fixed

  • Ubuntu >= 15.10 support.
  • Always create dovenull user.
  • Ohai plugin: Use #shell_out instead of run_command (fix Ohai 9 support).
  • Fix metadata error in a calculated field documentation.
  • Fix RuboCop offenses in ohai plugins.

Removed

  • Drop Chef 11 support (required by ohai dependency).
  • Drop Ruby < 2.2 support.

2.5.0 - 2016-07-28

Changed

  • metadata: Add ohai dependency version constraint for version 3 (fixes #22, thanks Markus Wagner for reporting).

2.4.0 - 2015-09-11

Added

  • SUSE and OpenSUSE support (issue #16, thanks Marcus Klein for the help).
  • Oracle Linux support.
  • Scientific Linux support.

Fixed

  • Ubuntu 15.04 support.

2.3.0 - 2015-08-30

Added

  • metadata: Add source_url and issues_url.

Changed

  • Update chef links to use chef.io domain.
  • Update contact information and links after migration.
  • README: Improve description.

2.2.2 - 2015-07-29

Changed

  • README:
    • Use markdown tables.
    • Add GitHub source badge.

2.2.1 - 2015-07-23

Fixed

  • Travis CI: Fix test-kitchen integration tests.

2.2.0 - 2015-07-22

Fixed

Changed

  • README: Improve examples and some fixes.

2.1.0 - 2015-04-04

Changed

  • 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.

Fixed

  • Improve LDAP support, including integration tests (issue #12, thanks Dr. Ogg for reporting).

2.0.0 - 2014-10-28

Changed

  • 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.

Removed

  • Drop Ruby < 1.9.3 support.
  • Remove deprecated ::package recipe.

Fixed

  • Fix ohai 7 plugin "provides unsupported operation" warning.
  • Fix all RuboCop and Foodcritic offenses.

1.0.1 - 2014-10-01

Added

  • README: Added Cookbook badge.
  • Added TODO file.

Fixed

  • Ubuntu 14.04 support.

1.0.0 - 2014-04-23

Added

Changed

  • 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.

Deprecated

Fixed

0.3.1 - 2014-03-15

Changed

  • README: some env variables description improved.

Fixed

  • Fixed Ubuntu 13.10 support.

0.3.0 - 2014-03-13

Added

  • Dovecot Ohai Plugin.
  • Tested to work on Fedora 18, Fedora 19 and Amazon.
  • Add support for anvil service (issue #5, thanks Johan Svensson).

Changed

Fixed

0.2.0 - 2013-10-28

Added

0.1.1 - 2013-07-19

Fixed

0.1.0 - 2013-06-08

  • Initial release of dovecot.