Skip to content

Commit ea07871

Browse files
committed
Release v1.0.2
1 parent 5014ec8 commit ea07871

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased](https://github.com/elastic/cookbook-elasticsearch/tree/HEAD)
44

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+
525
## [1.0.1](https://github.com/elastic/cookbook-elasticsearch/tree/1.0.1) (2015-09-15)
626
[Full Changelog](https://github.com/elastic/cookbook-elasticsearch/compare/v1.0.0...1.0.1)
727

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
license 'Apache 2.0'
66
description 'Installs and configures Elasticsearch'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
8-
version '1.0.1'
8+
version '1.0.2'
99

1010
depends 'apt'
1111
depends 'yum'

0 commit comments

Comments
 (0)