File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of ` onddo-spamassassin ` .
44
5- ## 0.2.0 (2014-09-22)
5+ ## v1.0.0 (2015-04-29)
6+
7+ * Move the attribute namespace from ` node['onddo-spamassassin'] ` to ` node['spamassassin'] ` , includes a deprecation message (** breaking change** ).
8+ * Add SUSE and OpenSUSE support.
9+ * Refactor and improve multiple platform support.
10+ * Fix all RuboCop offenses.
11+
12+ * Tests
13+ * Add ServerSpec integration tests.
14+ * Integrate unit tests with ` should_not ` gem.
15+ * Update unit tests to use ` ChefSpec::SoloRunner ` .
16+ * travis.yml: Use the new build env.
17+
18+ ## v0.2.0 (2014-09-22)
619
720* ` Gemfile ` updates:
821 * Berkshelf version 3.
@@ -24,6 +37,6 @@ This file is used to list changes made in each version of `onddo-spamassassin`.
2437* Added ` travis.yml ` file and a ` Rakefile ` .
2538* ` TODO ` added tasks: * RuboCop* and namespace change.
2639
27- ## 0 .1.0 (2013-06-09)
40+ ## v0 .1.0 (2013-06-09)
2841
2942* Initial release of ` onddo-spamassassin ` .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Description
22===========
33[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/onddo-spamassassin.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/onddo-spamassassin )
44[ ![ Dependency Status] ( http://img.shields.io/gemnasium/onddo/spamassassin-cookbook.svg?style=flat )] ( https://gemnasium.com/onddo/spamassassin-cookbook )
5- [ ![ Build Status] ( http://img.shields.io/travis/onddo/spamassassin-cookbook.svg?style=flat )] ( https://travis-ci.org/onddo/spamassassin-cookbook )
5+ [ ![ Build Status] ( http://img.shields.io/travis/onddo/spamassassin-cookbook/1.0.0 .svg?style=flat )] ( https://travis-ci.org/onddo/spamassassin-cookbook )
66
77Installs and configures [ SpamAssassin] ( http://spamassassin.apache.org/ ) , a mail filter software to identify spam.
88
Original file line number Diff line number Diff line change 2626Installs and configures SpamAssassin, a mail filter software to identify spam.
2727EOH
2828long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
29- version '0.3.0' # WiP
29+ version '1.0.0'
3030
3131supports 'amazon'
3232supports 'centos'
You can’t perform that action at this time.
0 commit comments