Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit f751495

Browse files
committed
release 0.11
2 parents 2e01144 + 48246ce commit f751495

39 files changed

+148
-1642
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,10 @@ MethodLength:
3838
Max: 50
3939

4040
SingleSpaceBeforeFirstArg:
41+
Enabled: false
42+
43+
Style/WordArray:
44+
MinSize: 5
45+
46+
Style/RedundantBegin:
4147
Enabled: false

Berksfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ source 'https://api.berkshelf.com' if Gem::Version.new(Berkshelf::VERSION) > Gem
44

55
metadata
66

7-
cookbook 'java'
8-
cookbook 'curl'
9-
cookbook 'ark'
10-
11-
cookbook 'pleaserun', git: 'https://github.com/paulczar/chef-pleaserun.git'
12-
137
group :test do
14-
cookbook 'minitest-handler', git: 'https://github.com/btm/minitest-handler-cookbook.git'
158
cookbook 'elasticsearch', git: 'https://github.com/elasticsearch/cookbook-elasticsearch.git'
169
cookbook 'kibana', git: 'https://github.com/lusis/chef-kibana.git'
10+
cookbook 'beaver'
1711
end

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG for chef-logstash
22

3+
## 0.11.0
4+
* MAJOR - depreciate non runit service types.
5+
* MINOR - fix bug where node['logstash'][instance_name] must exist.
6+
* MAJOR - remove pyshipper in favor of beaver community cookbook.
7+
* MAJOR - remove beaver in favor of community cookbook.
8+
* MAJOR - assumes ChefDK for Development/Testing
9+
* MAJOR - use keys from config_template hash to make templates reusable.
10+
311
## 0.10.0:
412
* major rework of service LWRP
513
* rework of attribute precidence
@@ -24,7 +32,7 @@ _this will almost certainly break backwards compatibility_
2432
* instance LWRP
2533
* service LWRP
2634
* pattern LWP
27-
* config LWP
35+
* config LWP
2836

2937
## 0.7.7:
3038

0 commit comments

Comments
 (0)