Skip to content

Commit

Permalink
bump cookbook version to v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Feb 19, 2017
1 parent 1532447 commit abe2e3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ filebeat CHANGELOG

This file is used to list changes made in each version of the filebeat cookbook.

0.4.8
-----

- Kyle Gochenour - PR #89, correct spool_size to use the correct parameter

- Virender Khatri - Issue #91, allow to ignore package verson in favor of pre installed filebeat packages

- Virender Khatri - PR #94, Travis CI Fix

- Len Smith - PR #93, Added check to avoid restart if service is disabled or notify restart is set to false

0.4.7
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This is a [Chef] cookbook to manage [Filebeat].
## Most Recent Release

```ruby
cookbook 'filebeat', '~> 0.4.7'
cookbook 'filebeat', '~> 0.4.8'
```

## From Git

```ruby
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.4.7'
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.4.8'
```

## Repository
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 Elastic Filebeat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.7'
version '0.4.8'
source_url 'https://github.com/vkhatri/chef-filebeat' if respond_to?(:source_url)
issues_url 'https://github.com/vkhatri/chef-filebeat/issues' if respond_to?(:issues_url)

Expand Down

0 comments on commit abe2e3d

Please sign in to comment.