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

Commit

Permalink
release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paulczar committed Dec 16, 2014
2 parents 2e01144 + 48246ce commit f751495
Show file tree
Hide file tree
Showing 39 changed files with 148 additions and 1,642 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ MethodLength:
Max: 50

SingleSpaceBeforeFirstArg:
Enabled: false

Style/WordArray:
MinSize: 5

Style/RedundantBegin:
Enabled: false
8 changes: 1 addition & 7 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ source 'https://api.berkshelf.com' if Gem::Version.new(Berkshelf::VERSION) > Gem

metadata

cookbook 'java'
cookbook 'curl'
cookbook 'ark'

cookbook 'pleaserun', git: 'https://github.com/paulczar/chef-pleaserun.git'

group :test do
cookbook 'minitest-handler', git: 'https://github.com/btm/minitest-handler-cookbook.git'
cookbook 'elasticsearch', git: 'https://github.com/elasticsearch/cookbook-elasticsearch.git'
cookbook 'kibana', git: 'https://github.com/lusis/chef-kibana.git'
cookbook 'beaver'
end
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG for chef-logstash

## 0.11.0
* MAJOR - depreciate non runit service types.
* MINOR - fix bug where node['logstash'][instance_name] must exist.
* MAJOR - remove pyshipper in favor of beaver community cookbook.
* MAJOR - remove beaver in favor of community cookbook.
* MAJOR - assumes ChefDK for Development/Testing
* MAJOR - use keys from config_template hash to make templates reusable.

## 0.10.0:
* major rework of service LWRP
* rework of attribute precidence
Expand All @@ -24,7 +32,7 @@ _this will almost certainly break backwards compatibility_
* instance LWRP
* service LWRP
* pattern LWP
* config LWP
* config LWP

## 0.7.7:

Expand Down

0 comments on commit f751495

Please sign in to comment.