Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 10, 2015
1 parent ee83585 commit 4d5a169
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 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 @@ kong CHANGELOG

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

## v0.2.0 (2015-09-10)

* Remove `nginx` cookbook from dependencies.

* Documention:
* README:
* Add *Required Cookbooks* section.
* Add GitHub badge.

* Testing:
* Integrate Kitchen tests with CircleCI.
* Include amazon instances in the .kitchen.cloud.yml file.
* Add Vagrantfile.
* Gemfile: foodcritic `~> `4.0.0`, rubocop `~> `0.34.0`.
* Travis CI: Use bundler cache.
* .rubocop.yml: Exclude vendor directory.
* Berksfile: Fix cookbooks constraint error.
* Rakefile:
* Use Kitchen class instead of sh.
* Run docker by default in the CI.

## v0.1.0 (2015-08-18)

* Initial release of `kong`.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Kong Cookbook
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/kong-cookbook)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/kong-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/kong-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/kong-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/kong-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/kong-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/kong-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/kong-cookbook/0.2.0.svg?style=flat)](https://travis-ci.org/zuazo/kong-cookbook)
[![Circle CI](https://circleci.com/gh/zuazo/kong-cookbook/tree/master.svg?style=shield)](https://circleci.com/gh/zuazo/kong-cookbook/tree/master)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/kong-cookbook.svg?style=flat)](https://coveralls.io/r/zuazo/kong-cookbook?branch=master)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/kong-cookbook/0.2.0.svg?style=flat)](https://coveralls.io/r/zuazo/kong-cookbook?branch=0.2.0)
[![Inline docs](http://inch-ci.org/github/zuazo/kong-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/kong-cookbook)

[Chef](https://www.chef.io/) cookbook to install [Kong](https://getkong.org/): An open-source management layer for APIs, delivering high performance and reliability.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
delivering high performance and reliability.
EOH
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0' # WiP
version '0.2.0'

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

0 comments on commit 4d5a169

Please sign in to comment.