Skip to content

Commit

Permalink
bump cookbook version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed May 22, 2016
1 parent f034bf3 commit d860836
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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].

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d860836

Please sign in to comment.