Skip to content

Commit

Permalink
bump cookbook version to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Jan 22, 2017
1 parent b5f00b3 commit 6d8c592
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ This file is used to list changes made in each version of the elasticsearch-clus
0.5.0
-----

## Breaking Changes

- resource `elasticsearch_plugin` attribute `install_name` has been renamed to `install_source`

### Changes

- Virender Khatri - #49, fix for plugin syntax changed in es 2.x
Expand Down
15 changes: 5 additions & 10 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.5-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](https://img.shields.io/github/tag/vkhatri/chef-elasticsearch-cluster.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,25 +15,20 @@ what you find missing!
### Most Recent Release

``` ruby
cookbook 'elasticsearch-cluster', '~> 0.5.5'
cookbook 'elasticsearch-cluster', '~> 0.5.6'
```

### From Git

``` ruby
cookbook 'elasticsearch-cluster', github: 'vkhatri/chef-elasticsearch-cluster'
cookbook 'elasticsearch-cluster', github: 'vkhatri/chef-elasticsearch-cluster', tag: 'v0.5.6'
```

## Repository

```
https://github.com/vkhatri/chef-elasticsearch-cluster


## Major Changes

###v0.5.0

* resource `elasticsearch_plugin` attribute `install_name` has been renamed to `install_source`
```


## Supported OS
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.5'
version '0.5.6'

source_url 'https://github.com/vkhatri/chef-elasticsearch-cluster' if respond_to?(:source_url)
issues_url 'https://github.com/vkhatri/chef-elasticsearch-cluster/issues' if respond_to?(:issues_url)
Expand Down

0 comments on commit 6d8c592

Please sign in to comment.