Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 9, 2015
1 parent dd70c67 commit 199dc9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ CHANGELOG for zookeeper_bridge

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

## v0.3.0 (2015-09-09)

* Install `tar` package.
* Update chef links to use *chef.io* domain.
* Update contact information and links after migration.
* metadata: Add `source_url` and `issues_url` links.
* Remove Fedora and RedHat support.

* Documentation:
* Move ChefSpec matchers documentation to the README.
* README:
* Improve title and description.
* Add GitHub badge.

* Testing:
* Test files updates: Berksfile, Gemfile, Guardfile, Rakefile, RuboCop `0.34.0`.
* Move ChefSpec tests to *test/unit*.
* Travis CI: Run tests against Chef 11 and Chef 12.
* .kitchen.yml: Update platform versions.
* Use `runit` cookbook `1.6.0` to avoid issue [hw-cookbooks/runit#142](https://github.com/hw-cookbooks/runit/issues/142).

## v0.2.0 (2014-10-25)

* Add `zookeeper_bridge_attrs#merge` property.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ZooKeeper Bridge Cookbook
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/zookeeper_bridge-cookbook)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/zookeeper_bridge-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/zookeeper_bridge-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/zookeeper_bridge-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/zookeeper_bridge-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/zookeeper_bridge-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/zookeeper_bridge-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/zookeeper_bridge-cookbook/0.3.0.svg?style=flat)](https://travis-ci.org/zuazo/zookeeper_bridge-cookbook)

[Chef](https://www.chef.io/) `zookeeper_bridge` cookbook, used to help integrating the *Chef Run* with ZooKeeper.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description 'Cookbook used to help integrating the Chef Run with ZooKeeper: '\
'chef handler, locks, semaphores, ...'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '0.3.0'

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

0 comments on commit 199dc9d

Please sign in to comment.