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 Sep 3, 2015
1 parent 837a737 commit e9789e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@ opendkim CHANGELOG

This file is used to list changes made in each version of the `opendkim` cookbook.

## v1.0.0 (2015-09-03)

* Fix Ubuntu `15.04` support.
* Add Oracle Linux and Scientific Linux support.
* Improve platforms support using `node['platform_family']` node attribute.
* metadata: Add `source_url` and `issues_url` links.
* Update contact information and links after migration.

* Testing:
* Integrate Travis CI with kitchen-docker using `kitchen-in-travis`.
* Use `SoloRunner` to run ChefSpec tests faster.
* Gemfile: Update RuboCop to `0.33.0`.
* Add Vagrantfile.
* Move ChefSpec tests to *test/unit*.

## v0.2.0 (2015-07-06)

* Create user and group before a directory owned by them ([issue #1](https://github.com/zuazo/opendkim-cookbook/pull/1), thanks [Michael Burns](https://github.com/mburns)).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@ OpenDKIM Cookbook
[![Cookbook Version](https://img.shields.io/cookbook/v/opendkim.svg?style=flat)](https://supermarket.chef.io/cookbooks/opendkim)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/opendkim-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/opendkim-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/opendkim-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/opendkim-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=master)
[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook/1.0.0.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook/1.0.0.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=1.0.0)
[![Inline docs](http://inch-ci.org/github/zuazo/opendkim-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/opendkim-cookbook)

Installs and configures [OpenDKIM](http://www.opendkim.org/): Open source implementation of the DKIM (Domain Keys Identified Mail) sender authentication system.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -27,7 +27,7 @@
Keys Identified Mail) sender authentication system.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '1.0.0'

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
Expand Down

0 comments on commit e9789e8

Please sign in to comment.