From 5dd497940ceec1e60700389b44fb9dda5c67852b Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Sun, 29 Nov 2015 00:33:24 +0530 Subject: [PATCH] bump cookbook version to v0.2.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 6 +++--- metadata.rb | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f060a..76fac9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ filebeat CHANGELOG This file is used to list changes made in each version of the filebeat cookbook. +0.2.5 +----- + +- Virender Khatri - disabled default output configuration and enable_localhost_output attributes + +- Virender Khatri - #10, handle missing attribute node['filebeat']['windows']['version_string'] + +- Virender Khatri - #6, added specs + +- Virender Khatri - #13, major changes to support repository package install + +0.2.1 +----- + +- Virender Khatri - Added platforms metadata info + +- Virender Khatri - #8, add missing dependency on powershell for windows platform + +- Virender Khatri - #9, use resource powershell instead of powershell_script + 0.2.0 ----- - Brandon Wilson - Include dpkg options to keep old config files when upgrading filebeat to a new release. Without specifying the dpkg options, dpkg will attempt to interactively ask if it should keep the old conf file, or replace it with the vendor supplied conf file which comes with the new version of the package. Since chef is running dpkg non-interactively, it causes dpkg to exit with code 1, and the chef run fails. diff --git a/README.md b/README.md index 46a3b05..7c71cb5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ filebeat Cookbook ================ -[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.1-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.2.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) This is a [Chef] cookbook to manage [Filebeat]. @@ -12,7 +12,7 @@ This is a [Chef] cookbook to manage [Filebeat]. ## Most Recent Release ``` -cookbook 'filebeat', '~> 0.2.1' +cookbook 'filebeat', '~> 0.2.5' ``` ## From Git @@ -91,7 +91,7 @@ For more attribute info, visit below links: https://github.com/elastic/filebeat/blob/master/etc/filebeat.yml -# Elasticsearch YUM/APT Repository Attributes +## Filebeat YUM/APT Repository Attributes * `default['filebeat']['yum']['description']` (default: ``): beats yum reporitory attribute diff --git a/metadata.rb b/metadata.rb index 5953971..5ef41f2 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.2.1' +version '0.2.5' 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)