Skip to content

Releases: zuazo/dovecot-cookbook

release v3.2.1 (2017-03-10)

10 Mar 18:55
Compare
Choose a tag to compare

Build Status

Fixed

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

release v3.2.0 (2017-03-10)

10 Mar 15:06
Compare
Choose a tag to compare

Special thanks to Vassilis Aretakis for his astonishing contributions ✨

Added

Changed

  • CHANGELOG: Follow "Keep a CHANGELOG".

release v3.1.0 (2017-02-27)

27 Feb 11:55
Compare
Choose a tag to compare

Build Status

  • Service: Add support for Dovecot Replication (issue #24, thanks Vassilis Aretakis).
  • Change libraries namespace from Dovecot to DovecotCookbook.
  • Add unit tests to Dovecot::Auth library.

release v3.0.0 (2016-10-09)

09 Oct 20:47
Compare
Choose a tag to compare

Build Status

Breaking Changes on v3.0.0

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

New Features on v3.0.0

  • Add support for services: quota-status, quota-warning, doveadm (issue #18, thanks @ledgr).
  • Change dovecot users homedir separate attribute (issue #21, thanks @ledgr).
  • Update all configuration files to Dovecot 2.2.23.
  • Rewrite Ohai plugin to support Ohai cookbook version 4 (issue #23, thanks @ledgr).

Fixes on v3.0.0

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

Improvements on v3.0.0

  • Fix RuboCop offenses in ohai plugins.

Documentation Changes on v3.0.0

  • README: Add license badge and improve the badges position.
  • Improve TESTING documentation.

Changes on Tests on v3.0.0

  • test-kitchen: Update platform versions.
  • Travis CI:
    • Run test-kitchen using native Docker support.
    • Improve ChefDK installation procedure.
    • Update ChefDK to version 0.18.3.
    • Run unit tests against Ruby 2.3 also.
  • Update all gems in the Gemfile.
    • Update kitchen-digitalocean, fix Resolving dependencies.

release v2.5.0 (2016-07-28)

28 Jul 17:43
Compare
Choose a tag to compare

Build Status

  • metadata: Add ohai dependency version constraint for version 3 (fixes #22, thanks Markus Wagner for reporting).
  • Fix the unit and integration tests.

release v2.4.0 (2015-09-11)

11 Sep 15:56
Compare
Choose a tag to compare

Build Status

  • Improve platforms support using node['platform_family']:
    • Fix Ubuntu 15.04 support.
    • Add SUSE and OpenSUSE support (issue #16, thanks Marcus Klein for the help).
    • 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.

release v2.3.0 (2015-08-30)

30 Aug 06:27
Compare
Choose a tag to compare

Build Status

  • Update chef links to use chef.io domain.
  • Update contact information and links after migration.
  • metadata: Add source_url and issues_url.
  • Tests:
    • Move ChefSpec tests to test/unit.
    • Rakefile: Add clean task.
    • Travis CI: Use kitchen-in-travis version 0.3.0.
    • Gemfile: Update RuboCop to 0.33.0.
  • Documentation:
    • README: Improve description.

release v2.2.2 (2015-07-29)

29 Jul 01:13
Compare
Choose a tag to compare

Build Status

  • Tests:
    • Gemfile: kitchen-docker ~> 2.1.0.
  • Documentation:
    • README: Use markdown tables.
    • Add GitHub source badge.

release v2.2.1 (2015-07-23)

23 Jul 16:28
Compare
Choose a tag to compare

Build Status

  • Travis CI: Fix test-kitchen integration tests.

release v2.2.0 (2015-07-22)

22 Jul 16:15
Compare
Choose a tag to compare

Build Status