Skip to content

Commit 4c1a40c

Browse files
committed
bump cookbook version to v0.4.7
1 parent 047b520 commit 4c1a40c

File tree

3 files changed

+33
-11
lines changed

3 files changed

+33
-11
lines changed

CHANGELOG.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,46 @@ elasticsearch-cluster CHANGELOG
33

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

6+
0.4.7
7+
-----
8+
9+
- Virender Khatri - #39, script.disable_dynamic is not supported in v2.x
10+
11+
- Virender Khatri - #40, update init.d scripts resource type from template to cookbook_file
12+
13+
- Virender Khatri - #41, update cookbook for wrapper cookbook support
14+
15+
- Virender Khatri - #42, move default attribute tarball_url to recipe tarball
16+
17+
- Virender Khatri - #43, manage logging.yml configuration file
18+
19+
- Virender Khatri - #44, add attribute to enable sensitive
20+
21+
- Virender Khatri - #46, link node['elasticsearch']['install_dir'] should always notify service restart and does
22+
not require `service` restart
23+
24+
- Virender Khatri - #47, added path.scripts directory resource config
25+
26+
- Virender Khatri - #48, add resource script
27+
628
0.3.8
729
-----
830

9-
WEI WU - set databag config related attributes before generating template file. Instead of storing in chef node.
31+
- WEI WU - set databag config related attributes before generating template file. Instead of storing in chef node.
1032

11-
WEI WU - add sensitive flag only if chef respond to this flag
33+
- WEI WU - add sensitive flag only if chef respond to this flag
1234

13-
Virender Khatri - #32, move tarball checksum to helper method
35+
- Virender Khatri - #32, move tarball checksum to helper method
1436

15-
Virender Khatri - #33, move install recipe directory resources to install method recipe
37+
- Virender Khatri - #33, move install recipe directory resources to install method recipe
1638

17-
Virender Khatri - #34, bump elasticsearch version to 1.7.2
39+
- Virender Khatri - #34, bump elasticsearch version to 1.7.2
1840

19-
Virender Khatri - #35, manage es config dir in favor of tarball install method
41+
- Virender Khatri - #35, manage es config dir in favor of tarball install method
2042

21-
Virender Khatri - #36, update sysv init templates
43+
- Virender Khatri - #36, update sysv init templates
2244

23-
Virender Khatri - #37, add feature to purge old tarball es revisions
45+
- Virender Khatri - #37, add feature to purge old tarball es revisions
2446

2547
0.3.0
2648
-----

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
elasticsearch-cluster Cookbook
22
==============================
33

4-
[![Cookbook](http://img.shields.io/badge/cookbook-v0.3.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)
4+
[![Cookbook](http://img.shields.io/badge/cookbook-v0.4.7-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

66
This 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.3.0'
18+
cookbook 'elasticsearch-cluster', '~> 0.4.7'
1919
```
2020

2121
### From Git

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures ElasticSearch Cluster'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.3.8'
7+
version '0.4.7'
88

99
%w(java yum apt).each do |d|
1010
depends d

0 commit comments

Comments
 (0)