Skip to content

Commit

Permalink
bump cokbook version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Oct 29, 2015
1 parent 1bba9f3 commit 14c18ed
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ elasticsearch-cluster CHANGELOG

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

0.5.1
-----

- Virender Khatri - #53, bump es version to 2.0.0

- Virender Khatri - #54, es 2.x repo url change

- Virender Khatri - #55, fix es 2.0 invalid parameter CONF_FILE

- Virender Khatri - #56, add sha256sum for 2.0.0 tar

- Virender Khatri - #57, update package repository to use http://packages.elastic.co

- Virender Khatri - #58, updated es 2.x initd

- Virender Khatri - #59, es 2.x new tarball url


0.5.0
-----

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

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

This is a [Chef] cookbook to manage [ElasticSearch] Cluster.

Expand All @@ -15,7 +15,7 @@ what you find missing!
### Most Recent Release

``` ruby
cookbook 'elasticsearch-cluster', '~> 0.5.0'
cookbook 'elasticsearch-cluster', '~> 0.5.1'
```

### 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 ElasticSearch Cluster'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.5.0'
version '0.5.1'

%w(java yum apt).each do |d|
depends d
Expand Down

0 comments on commit 14c18ed

Please sign in to comment.