Skip to content

Commit 27ec305

Browse files
committed
release v1.0.0
1 parent 35f652a commit 27ec305

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
This 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`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

77
Installs and configures [SpamAssassin](http://spamassassin.apache.org/), a mail filter software to identify spam.
88

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Installs and configures SpamAssassin, a mail filter software to identify spam.
2727
EOH
2828
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
29-
version '0.3.0' # WiP
29+
version '1.0.0'
3030

3131
supports 'amazon'
3232
supports 'centos'

0 commit comments

Comments
 (0)