diff --git a/CHANGELOG.md b/CHANGELOG.md index 584bf11..1184217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ packetbeat CHANGELOG This file is used to list changes made in each version of the packetbeat cookbook. +0.2.2 +----- + +- Virender Khatri - #23, add yum_repository resource attribute metadata_expiry + +- Virender Khatri - #22, update to beats v1.0.1 + +- Virender Khatri - #20, add output configuration example + 0.2.1 ----- diff --git a/README.md b/README.md index 2d01b40..dc5eb2b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ packetbeat Cookbook ================ -[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.1-green.svg)](https://github.com/vkhatri/chef-packetbeat)[![Build Status](https://travis-ci.org/vkhatri/chef-packetbeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-packetbeat) +[![Cookbook](http://img.shields.io/badge/cookbook-v0.2.2-green.svg)](https://github.com/vkhatri/chef-packetbeat)[![Build Status](https://travis-ci.org/vkhatri/chef-packetbeat.svg?branch=master)](https://travis-ci.org/vkhatri/chef-packetbeat) This is a [Chef] cookbook to manage [PacketBeat]. @@ -12,7 +12,7 @@ This is a [Chef] cookbook to manage [PacketBeat]. ## Most Recent Release ``` -cookbook 'packetbeat', '~> 0.2.1' +cookbook 'packetbeat', '~> 0.2.2' ``` ## From Git @@ -115,7 +115,7 @@ This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other ## Core Attributes -* `default['packetbeat']['version']` (default: `1.0.0`): packetbeat version +* `default['packetbeat']['version']` (default: `1.0.1`): packetbeat version * `default['packetbeat']['packages']` (default: `calculated`): package dependencies diff --git a/metadata.rb b/metadata.rb index 9a5dde8..a26f236 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,9 +2,9 @@ maintainer 'Virender Khatri' maintainer_email 'vir.khatri@gmail.com' license 'Apache 2.0' -description 'Installs/Configures ElasticSearch Packetbeat ' +description 'Installs/Configures Elastic Packetbeat' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.2.1' +version '0.2.2' source_url 'https://github.com/vkhatri/chef-packetbeat' if respond_to?(:source_url) issues_url 'https://github.com/vkhatri/chef-packetbeat/issues' if respond_to?(:issues_url)