Skip to content

Commit

Permalink
bump cookbook version to v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Oct 2, 2015
1 parent 047b520 commit 4c1a40c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 11 deletions.
38 changes: 30 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,46 @@ elasticsearch-cluster CHANGELOG

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

0.4.7
-----

- Virender Khatri - #39, script.disable_dynamic is not supported in v2.x

- Virender Khatri - #40, update init.d scripts resource type from template to cookbook_file

- Virender Khatri - #41, update cookbook for wrapper cookbook support

- Virender Khatri - #42, move default attribute tarball_url to recipe tarball

- Virender Khatri - #43, manage logging.yml configuration file

- Virender Khatri - #44, add attribute to enable sensitive

- Virender Khatri - #46, link node['elasticsearch']['install_dir'] should always notify service restart and does
not require `service` restart

- Virender Khatri - #47, added path.scripts directory resource config

- Virender Khatri - #48, add resource script

0.3.8
-----

WEI WU - set databag config related attributes before generating template file. Instead of storing in chef node.
- 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
- WEI WU - add sensitive flag only if chef respond to this flag

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

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

Virender Khatri - #34, bump elasticsearch version to 1.7.2
- 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 - #35, manage es config dir in favor of tarball install method

Virender Khatri - #36, update sysv init templates
- Virender Khatri - #36, update sysv init templates

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

0.3.0
-----
Expand Down
4 changes: 2 additions & 2 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.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)
[![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)

This is a [Chef] cookbook to manage [ElasticSearch] Cluster.

Expand All @@ -15,7 +15,7 @@ what you find missing!
### Most Recent Release

``` ruby
cookbook 'elasticsearch-cluster', '~> 0.3.0'
cookbook 'elasticsearch-cluster', '~> 0.4.7'
```

### From Git
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.8'
version '0.4.7'

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

0 comments on commit 4c1a40c

Please sign in to comment.