Releases: zuazo/dovecot-cookbook
Releases · zuazo/dovecot-cookbook
release v3.2.1 (2017-03-10)
release v3.2.0 (2017-03-10)
Special thanks to Vassilis Aretakis for his astonishing contributions ✨
Added
- 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.
Changed
- CHANGELOG: Follow "Keep a CHANGELOG".
release v3.1.0 (2017-02-27)
- Service: Add support for Dovecot Replication (issue #24, thanks Vassilis Aretakis).
- Change libraries namespace from
Dovecot
toDovecotCookbook
. - Add unit tests to
Dovecot::Auth
library.
release v3.0.0 (2016-10-09)
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 ofrun_command
(fix Ohai9
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)
- 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)
- 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.
- Fix Ubuntu
- 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)
- Update chef links to use chef.io domain.
- Update contact information and links after migration.
- metadata: Add
source_url
andissues_url
. - Tests:
- Move ChefSpec tests to test/unit.
- Rakefile: Add clean task.
- Travis CI: Use
kitchen-in-travis
version0.3.0
. - Gemfile: Update RuboCop to
0.33.0
.
- Documentation:
- README: Improve description.
release v2.2.2 (2015-07-29)
release v2.2.1 (2015-07-23)
release v2.2.0 (2015-07-22)
- Fix Debian Jessie support (issue #15, thanks Marcus Klein for the help).
- Tests:
- Fix typo in 'dovecot is running' test (issue #13, thanks Michael Burns).
- Integrate Kitchen integration tests in Travis CI.
- Gemfile: Update RuboCop to
0.32.1
. - Run Travis CI tests in Ruby
2.2
. - Temporary disable
guard-kitchen
.
- Documentation:
- README: Improve examples and some fixes.