Skip to content

Commit

Permalink
bump cookbook version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Oct 26, 2015
1 parent b40dc65 commit 6a64eac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ aerospike-cluster CHANGELOG

This file is used to list changes made in each version of the aerospike-cluster cookbook.

0.1.1
-----
- Virender Khatri - #1, added package installation support

0.1.0
-----
- Virender Khatri - Initial release of aerospike-cluster
Expand Down
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
aerospike-cluster Cookbook
================

[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.0-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.1-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].

>> For Production environment, always prefer the [most recent release](https://supermarket.chef.io/cookbooks/aerospike-cluster).
## Repository
### Most Recent Release

https://github.com/vkhatri/chef-aerospike-cluster
```
cookbook 'aerospike-cluster', '~> 0.1.1'
```

### From Git

```
cookbook 'aerospike-cluster', github: 'vkhatri/chef-aerospike-cluster'
```

## Repository
```
https://github.com/vkhatri/chef-aerospike-cluster
```

## Supported OS

Expand All @@ -21,6 +34,11 @@ This cookbook was tested on Amazon Linux & Ubuntu 14.04 and expected to work on
Currently cookbook only supports Aerospike `Community` edition. `Enterprise` edition support will be added over time.


## Supported Apache Solr Version

This cookbook was tested for Aerospike v3.6.3.


## Installation Method

Currently cookbook only supports Aerospike `tarball` installtion. `Package` installation will be added soon.
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.0'
version '0.1.1'

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

0 comments on commit 6a64eac

Please sign in to comment.