Skip to content

Commit 44e7e4c

Browse files
committed
bump cookbook version to v0.3.8
1 parent c695c04 commit 44e7e4c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ elasticsearch-cluster CHANGELOG
33

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

6+
0.3.8
7+
-----
8+
9+
WEI WU - set databag config related attributes before generating template file. Instead of storing in chef node.
10+
11+
WEI WU - add sensitive flag only if chef respond to this flag
12+
13+
Virender Khatri - #32, move tarball checksum to helper method
14+
15+
Virender Khatri - #33, move install recipe directory resources to install method recipe
16+
17+
Virender Khatri - #34, bump elasticsearch version to 1.7.2
18+
19+
Virender Khatri - #35, manage es config dir in favor of tarball install method
20+
21+
Virender Khatri - #36, update sysv init templates
22+
23+
Virender Khatri - #37, add feature to purge old tarball es revisions
24+
625
0.3.0
726
-----
827

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,12 @@ to elasticsearch nodes run list
175175

176176
* `default['elasticsearch']['search_cluster_name_attr']` (default: `nil`): node attribute to match elasticsearch cluster name, not necessary applicable to all
177177

178+
* `default['elasticsearch']['tarball_purge']` (default: `false`): purge older installed versions for tarball install method
179+
180+
178181
## Cookbook Core Attributes
179182

180-
* `default['elasticsearch']['version']` (default: `1.7.1`): elasticsearch version to install
183+
* `default['elasticsearch']['version']` (default: `1.7.2`): elasticsearch version to install
181184

182185
* `default['elasticsearch']['version_suffix']` (default: `calculated`): elasticsearch package version suffix
183186

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.0'
7+
version '0.3.8'
88

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

0 commit comments

Comments
 (0)