Skip to content

Commit

Permalink
publish new cookbook version to supermarket v0.1.3 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Feb 15, 2016
1 parent 485d497 commit fd00ae0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This file is used to list changes made in each version of the aerospike-cluster

- Blair Hamilton - adding clustering via chef server

- Virender Khatri - #10, fix enable_test_namespace config disable for test namespace

- Virender Khatri - better namespace formatting

- Virender Khatri - fix rubocop #14

0.1.2
-----

Expand All @@ -19,10 +25,12 @@ This file is used to list changes made in each version of the aerospike-cluster

0.1.1
-----

- Virender Khatri - #1, added package installation support

0.1.0
-----

- Virender Khatri - Initial release of aerospike-cluster

- - -
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aerospike-cluster Cookbook
================

[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.2-green.svg)](https://github.com/vkhatri/chef-aerospike-cluster)[![Build Status](https://travis-ci.org/vkhatri/chef-aerospike-cluster.svg?branch=master)](https://travis-ci.org/vkhatri/chef-aerospike-cluster)
[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.3-green.svg)](https://github.com/vkhatri/chef-aerospike-cluster)[![Build Status](https://travis-ci.org/vkhatri/chef-aerospike-cluster.svg?branch=master)](https://travis-ci.org/vkhatri/chef-aerospike-cluster)

This is a [Chef] cookbook to manage [Aerospike].

Expand All @@ -10,7 +10,7 @@ This is a [Chef] cookbook to manage [Aerospike].
### Most Recent Release

```
cookbook 'aerospike-cluster', '~> 0.1.2'
cookbook 'aerospike-cluster', '~> 0.1.3'
```

### From Git
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures aerospike-cluster'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.2'
version '0.1.3'

%w(ubuntu centos amazon redhat fedora).each do |os|
supports os
Expand Down

0 comments on commit fd00ae0

Please sign in to comment.