Skip to content

Commit

Permalink
release cookbook version v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Sep 8, 2016
1 parent a7575bf commit 9f892f6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,25 @@ filebeat CHANGELOG

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

0.3.5
0.3.6
-----

- Arif Khan - Added Solaris Support

- Tom Noonan - Handle when new_resource.action is an array

- Virender Khatri - Updated filebeat config deprecated url reference

- Virender Khatri - Added service resource configurable attributes with default values

- Scott Nelson Windels - Add enable attribute back (used to be enabled, not it has been brought back as enable)

- Eric Herot - Only call powershell resource on windows machines

- Virender Khatri - Fix Travis

- Virender Khatri - Use powershell_script instead

- Scott Nelson Windels - Remove enabled attribute for now, as it isn't a feature in filebeat beyond the rc versions

0.3.4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
filebeat Cookbook
================

[![Cookbook](http://img.shields.io/badge/cookbook-v0.3.5-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat)
[![Cookbook](http://img.shields.io/badge/cookbook-v0.3.6-green.svg)](https://github.com/vkhatri/chef-filebeat) [![Build Status](https://travis-ci.org/vkhatri/chef-filebeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-filebeat)

This is a [Chef] cookbook to manage [Filebeat].

Expand All @@ -12,13 +12,13 @@ This is a [Chef] cookbook to manage [Filebeat].
## Most Recent Release

```ruby
cookbook 'filebeat', '~> 0.3.5'
cookbook 'filebeat', '~> 0.3.6'
```

## From Git

```ruby
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: "v0.3.5"
cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: "v0.3.6"
```

## 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.3.5'
version '0.3.6'
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 9f892f6

Please sign in to comment.