From b4d87daae296ad288c662c602b4dbdc822f0551d Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Sat, 16 Sep 2017 08:39:16 +0530 Subject: [PATCH] bump cookbook version v1.1.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- metadata.rb | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cde0c..7e00dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ filebeat CHANGELOG ================== +1.1.0 +----- + +- Diogo Costa - PR Fix incorrect access to multiline_pattern attribute #116 + +- Virender Khatri - Update file beat version v5.6.0 #117 + +- Virender Khatri - Add test recipe missing prospector resource attributes #118 + +- Virender Khatri - Match prospector resource attributes type with documentation #119 + +- Virender Khatri - Add test recipe for v6 #120 + +- Virender Khatri - Updated .kitchen.yml, dokken sync + 1.0.0 ----- diff --git a/README.md b/README.md index 9971624..1149da1 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ This is a [Chef] cookbook to manage [Filebeat]. ## Most Recent Release ```ruby -cookbook 'filebeat', '~> 1.0.0' +cookbook 'filebeat', '~> 1.1.0' ``` ## From Git ```ruby -cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v1.0.0' +cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v1.1.0' ``` diff --git a/metadata.rb b/metadata.rb index 2ce42db..5a78b99 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 '1.0.0' +version '1.1.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) chef_version '>= 12' if respond_to?(:chef_version)