File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ elasticsearch-cluster CHANGELOG
33
44This file is used to list changes made in each version of the elasticsearch-cluster cookbook.
55
6+ 0.5.5
7+ -----
8+
9+ - Wei Wu - Add jvm options file
10+
11+ - Wei Wu - Skip index settings in elasticsearch.yml.erb
12+
13+ - Wei Wu - Add v5 configuration attributes
14+
15+ - Wei Wu - Fix cluster name validation
16+
17+ - Wei Wu - Fix spec and change ` set ` to ` normal ` to remove warnings
18+
19+ - Grant Ridder - Update Travis to Ruby 2.3.1
20+
21+ - Grant Ridder - Update CI configuration
22+
23+ - Grant Ridder - Fix lint
24+
6250.5.4
726-----
827
Original file line number Diff line number Diff line change 11elasticsearch-cluster Cookbook
22==============================
33
4- [ ![ Cookbook] ( http://img.shields.io/badge/cookbook-v0.5.4 -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 )
4+ [ ![ 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 )
55
66This is a [ Chef] cookbook to manage [ ElasticSearch] Cluster.
77
@@ -15,7 +15,7 @@ what you find missing!
1515### Most Recent Release
1616
1717``` ruby
18- cookbook ' elasticsearch-cluster' , ' ~> 0.5.4 '
18+ cookbook ' elasticsearch-cluster' , ' ~> 0.5.5 '
1919```
2020
2121### From Git
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures ElasticSearch Cluster'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '0.5.4 '
7+ version '0.5.5 '
88
99source_url 'https://github.com/vkhatri/chef-elasticsearch-cluster' if respond_to? ( :source_url )
1010issues_url 'https://github.com/vkhatri/chef-elasticsearch-cluster/issues' if respond_to? ( :issues_url )
You can’t perform that action at this time.
0 commit comments