From 9f892f66e04678df82f1695916c7751b15fa05ca Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Thu, 8 Sep 2016 16:18:26 +0530 Subject: [PATCH] release cookbook version v0.3.6 --- CHANGELOG.md | 18 +++++++++++++++++- README.md | 6 +++--- metadata.rb | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c74e1..4453a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5c0ad46..a7a2dcf 100644 --- a/README.md +++ b/README.md @@ -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]. @@ -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 diff --git a/metadata.rb b/metadata.rb index 029e0b1..1a0a093 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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)