Skip to content

Commit

Permalink
bump cookbook version to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Sep 18, 2015
1 parent c695c04 commit 44e7e4c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ elasticsearch-cluster CHANGELOG

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

0.3.8
-----

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

WEI WU - add sensitive flag only if chef respond to this flag

Virender Khatri - #32, move tarball checksum to helper method

Virender Khatri - #33, move install recipe directory resources to install method recipe

Virender Khatri - #34, bump elasticsearch version to 1.7.2

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

Virender Khatri - #36, update sysv init templates

Virender Khatri - #37, add feature to purge old tarball es revisions

0.3.0
-----

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,12 @@ to elasticsearch nodes run list

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

* `default['elasticsearch']['tarball_purge']` (default: `false`): purge older installed versions for tarball install method


## Cookbook Core Attributes

* `default['elasticsearch']['version']` (default: `1.7.1`): elasticsearch version to install
* `default['elasticsearch']['version']` (default: `1.7.2`): elasticsearch version to install

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

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.3.0'
version '0.3.8'

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

0 comments on commit 44e7e4c

Please sign in to comment.