Skip to content

Commit

Permalink
release cookook version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Jun 25, 2017
1 parent 7fc6d6f commit c455c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ filebeat CHANGELOG

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

0.5.0
-----

- Virender Khatri - Updated Beats Version to v5.4.2

- Virender Khatri - Updated config file permissions to 0600

0.4.9
-----

Expand Down
6 changes: 3 additions & 3 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.9'
cookbook 'filebeat', '~> 0.5.0'
```

## From Git

```ruby
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.4.9'
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v0.5.0'
```

## Repository
Expand Down Expand Up @@ -294,7 +294,7 @@ Above configuration will create three different prospector files - `prospector-s
## Core Attributes


* `default['filebeat']['version']` (default: `5.2.2`): filebeat version
* `default['filebeat']['version']` (default: `5.4.2`): filebeat version

* `default['filebeat']['ignore_version']` (default: `false`): ignore filebeat version for `package` install

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.9'
version '0.5.0'
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 c455c79

Please sign in to comment.