File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/elastic/cookbook-elasticsearch/tree/HEAD )
4
4
5
+ ## [ 1.0.2] ( https://github.com/elastic/cookbook-elasticsearch/tree/1.0.2 ) (2015-09-20)
6
+ [ Full Changelog] ( https://github.com/elastic/cookbook-elasticsearch/compare/v1.0.1...1.0.2 )
7
+
8
+ ** Implemented enhancements:**
9
+
10
+ - enhancement : attribut path\_ xxx and path.xxx [ \# 352] ( https://github.com/elastic/cookbook-elasticsearch/issues/352 )
11
+ - It would be nice to be able to pass options to elasticsearch\_ service [ \# 334] ( https://github.com/elastic/cookbook-elasticsearch/issues/334 )
12
+
13
+ ** Closed issues:**
14
+
15
+ - elasticsearch\_ install broken with v1.0.1 [ \# 371] ( https://github.com/elastic/cookbook-elasticsearch/issues/371 )
16
+ - Compile Error [ \# 370] ( https://github.com/elastic/cookbook-elasticsearch/issues/370 )
17
+ - wrong number of arguments \( 1 for 0\) [ \# 369] ( https://github.com/elastic/cookbook-elasticsearch/issues/369 )
18
+ - missing chef resource expectations in specs in 1.0.1 [ \# 367] ( https://github.com/elastic/cookbook-elasticsearch/issues/367 )
19
+ - Rubocop & foodcritic cleanup [ \# 365] ( https://github.com/elastic/cookbook-elasticsearch/issues/365 )
20
+
21
+ ** Merged pull requests:**
22
+
23
+ - add missing matchers [ \# 368] ( https://github.com/elastic/cookbook-elasticsearch/pull/368 ) ([ thomasdziedzic] ( https://github.com/thomasdziedzic ) )
24
+
5
25
## [ 1.0.1] ( https://github.com/elastic/cookbook-elasticsearch/tree/1.0.1 ) (2015-09-15)
6
26
[ Full Changelog] ( https://github.com/elastic/cookbook-elasticsearch/compare/v1.0.0...1.0.1 )
7
27
Original file line number Diff line number Diff line change 5
5
license 'Apache 2.0'
6
6
description 'Installs and configures Elasticsearch'
7
7
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
8
- version '1.0.1 '
8
+ version '1.0.2 '
9
9
10
10
depends 'apt'
11
11
depends 'yum'
You can’t perform that action at this time.
0 commit comments