From 86331f148817530949120b33960139779eb664ba Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Fri, 12 Oct 2018 16:16:17 +0530 Subject: [PATCH] [ci skip] Release v2.2.0 --- README.md | 4 ++-- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e4f41a..a575031 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', '~> 2.1.0' +cookbook 'filebeat', '~> 2.2.0' ``` ## From Git ```ruby -cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v2.1.0' +cookbook 'filebeat', github: 'vkhatri/chef-filebeat', tag: 'v2.2.0' ``` diff --git a/metadata.rb b/metadata.rb index 8275896..204c262 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 '2.1.0' +version '2.2.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.14' if respond_to?(:chef_version)