From 6a64eac6d094e9163af22476d8deb4694b62d3fd Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Mon, 26 Oct 2015 09:28:32 +0530 Subject: [PATCH] bump cookbook version to v0.1.1 --- CHANGELOG.md | 4 ++++ README.md | 24 +++++++++++++++++++++--- metadata.rb | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812972c..3a5f633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e8ce9c0..038d275 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/metadata.rb b/metadata.rb index e675bb9..9a4ef57 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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