Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Apr 29, 2015
1 parent 35f652a commit 27ec305
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

This file is used to list changes made in each version of `onddo-spamassassin`.

## 0.2.0 (2014-09-22)
## v1.0.0 (2015-04-29)

* Move the attribute namespace from `node['onddo-spamassassin']` to `node['spamassassin']`, includes a deprecation message (**breaking change**).
* Add SUSE and OpenSUSE support.
* Refactor and improve multiple platform support.
* Fix all RuboCop offenses.

* Tests
* Add ServerSpec integration tests.
* Integrate unit tests with `should_not` gem.
* Update unit tests to use `ChefSpec::SoloRunner`.
* travis.yml: Use the new build env.

## v0.2.0 (2014-09-22)

* `Gemfile` updates:
* Berkshelf version 3.
Expand All @@ -24,6 +37,6 @@ This file is used to list changes made in each version of `onddo-spamassassin`.
* Added `travis.yml` file and a `Rakefile`.
* `TODO` added tasks: *RuboCop* and namespace change.

## 0.1.0 (2013-06-09)
## v0.1.0 (2013-06-09)

* Initial release of `onddo-spamassassin`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description
===========
[![Cookbook Version](https://img.shields.io/cookbook/v/onddo-spamassassin.svg?style=flat)](https://supermarket.chef.io/cookbooks/onddo-spamassassin)
[![Dependency Status](http://img.shields.io/gemnasium/onddo/spamassassin-cookbook.svg?style=flat)](https://gemnasium.com/onddo/spamassassin-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/spamassassin-cookbook.svg?style=flat)](https://travis-ci.org/onddo/spamassassin-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/spamassassin-cookbook/1.0.0.svg?style=flat)](https://travis-ci.org/onddo/spamassassin-cookbook)

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Installs and configures SpamAssassin, a mail filter software to identify spam.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '1.0.0'

supports 'amazon'
supports 'centos'
Expand Down

0 comments on commit 27ec305

Please sign in to comment.