Skip to content

Commit 84a40b1

Browse files
committed
release v0.2.0
1 parent ad8fac2 commit 84a40b1

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

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

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

5-
## 0.1.0:
5+
## 0.2.0 (2014-09-22)
66

7-
* Initial release of `onddo-spamassassin`
7+
* `Gemfile` updates:
8+
* Berkshelf version 3.
9+
* Specify vagrant version.
10+
* Improved, added groups.
11+
* `README` & metadata: `trusted_networks` default value fixed.
12+
* `README`:
13+
* Added cookbook badge.
14+
* File separated in multiple files.
15+
* Added travis-ci and gamnasium badges.
16+
* Fix SpamAssassin daemon with systemd: fixes Fedora support.
17+
* *test/kitchen/cookbooks* directory moved to *test/cookbooks*.
18+
* Added Fedora and Amazon Linux support.
19+
* Added RedHat support.
20+
* `kitchen.yml` file updated.
21+
* Added `kitchen.cloud.yml` file
22+
* `Berksfile`: use source instead of site.
23+
* Added ChefSpec tests.
24+
* Added `travis.yml` file and a `Rakefile`.
25+
* `TODO` added tasks: *RuboCop* and namespace change.
826

27+
## 0.1.0 (2013-06-09)
28+
29+
* 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.getchef.com/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/0.2.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
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures SpamAssassin, a mail filter software to identify spam.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.2.0' # WiP
7+
version '0.2.0'
88

99
supports 'amazon'
1010
supports 'centos'

0 commit comments

Comments
 (0)