From 9d373425ae3c13746c2c30f897d0144d8ee570c5 Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Mon, 13 Nov 2017 15:42:40 +0530 Subject: [PATCH] release cookbook version v1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 4 ++-- metadata.rb | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec6bfe..b3a4d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ packetbeat CHANGELOG This file is used to list changes made in each version of the packetbeat cookbook. +1.0.0 +----- + +- Virender Khatri - updated beats to v5.6.4 + +- Virender Khatri - added preview release support + +- Virender Khatri - updated kitchen dokken test + +- Virender Khatri - optional elastic beats repo setup + +- Virender Khatri - conditional service restart + +- Virender Khatri - package version lock + +- Virender Khatri - use cookbook elastic_beats_repo + +- Virender Khatri - added amazon platform support + 0.2.7 ----- diff --git a/README.md b/README.md index ea0973e..684113c 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ This is a [Chef] cookbook to manage [PacketBeat]. ## Most Recent Release ```ruby -cookbook 'packetbeat', '~> 0.2.7' +cookbook 'packetbeat', '~> 1.0.0' ``` ## From Git ```ruby -cookbook 'packetbeat', github: 'vkhatri/chef-packetbeat', tag: 'v0.2.7' +cookbook 'packetbeat', github: 'vkhatri/chef-packetbeat', tag: 'v1.0.0' ``` ## Repository diff --git a/metadata.rb b/metadata.rb index af4b818..97ee072 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs/Configures Elastic Packetbeat' long_description 'Installs/Configures Elastic Packetbeat' -version '0.2.7' +version '1.0.0' 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) chef_version '>= 12.1' if respond_to?(:chef_version)