From d860836bc25fb799307c12ad96ed42fcf2d7e90a Mon Sep 17 00:00:00 2001 From: Virender Khatri Date: Mon, 23 May 2016 00:18:16 +0530 Subject: [PATCH] bump cookbook version to v0.1.2 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 12 ++++++++---- metadata.rb | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8cf74..3c36dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ consul-ng CHANGELOG This file is used to list changes made in each version of the consul-ng cookbook. +0.1.2 +----- + +- Rene Mul - Fix lint + +- Rene Mul - Added support for systemd + +- Nathan Sullivan - fix to allow init script to be installed successfully in kitchen-docker + +- Nathan Sullivan - bump versions supported to include 0.6.4 + +- Nathan Sullivan - fixed rubocop, spec tests + +- Virender Khatri - make install and config recipe optional + 0.1.1 ----- - Rene Mul - Added Windows installation support diff --git a/README.md b/README.md index 6888b9b..8154b6f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ consul-ng Cookbook ================ -[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.0-green.svg)](https://github.com/vkhatri/chef-consul-ng)[![Build Status](https://travis-ci.org/vkhatri/chef-consul-ng.svg?branch=master)](https://travis-ci.org/vkhatri/chef-consul-ng) +[![Cookbook](http://img.shields.io/badge/cookbook-v0.1.2-green.svg)](https://github.com/vkhatri/chef-consul-ng)[![Build Status](https://travis-ci.org/vkhatri/chef-consul-ng.svg?branch=master)](https://travis-ci.org/vkhatri/chef-consul-ng) This is a [Chef] cookbook to manage [Consul]. @@ -12,7 +12,7 @@ This is a [Chef] cookbook to manage [Consul]. ## Most Recent Release ``` -cookbook 'consul-ng', '~> 0.1.0' +cookbook 'consul-ng', '~> 0.1.2' ``` ## From Git @@ -38,7 +38,7 @@ This cookbook was tested on Amazon & Ubuntu & Centos7 Linux & Windows2012R2 and - `consul::user` - setup consul user/group - `consul::install` - install consul -- +- - `consul::install_windows` - install consul on windows - `consul::config` - configure consul @@ -47,7 +47,7 @@ This cookbook was tested on Amazon & Ubuntu & Centos7 Linux & Windows2012R2 and ## Advanced Attributes -* `default['consul']['version']` (default: `0.6.0`): consul version +* `default['consul']['version']` (default: `0.6.4`): consul version * `default['consul']['packages']` (default: `['unzip']`): package dependencies @@ -69,6 +69,10 @@ This cookbook was tested on Amazon & Ubuntu & Centos7 Linux & Windows2012R2 and * `default['consul']['install_diplomat_gem']` (default: `true`): install diplomat chef gem +* `default['consul']['configure']` (default: `true`): configure consul + +* `default['consul']['install']` (default: `true`): install consul + ## Core Attributes diff --git a/metadata.rb b/metadata.rb index fa9d8cb..dcc4659 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Hashicorp Consul' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.1.1' +version '0.1.2' source_url 'https://github.com/vkhatri/chef-consul-ng' if respond_to?(:source_url) issues_url 'https://github.com/vkhatri/chef-consul-ng/issues' if respond_to?(:issues_url)