Skip to content

Commit

Permalink
update cookbook version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Dec 24, 2016
1 parent cd0624a commit b0c2603
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ aerospike-cluster CHANGELOG

This file is used to list changes made in each version of the aerospike-cluster cookbook.

------------------
0.2.1 (12/24/2016)
------------------
- [Virender Khatri](https://github.com/vkhatri):
- Fixed Travis Kitchen Rake
- Fix for #24, make tools url generic

------------------
0.2.0 (12/23/2016)
------------------
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a [Chef] cookbook to manage [Aerospike].
### Most Recent Release

```
cookbook 'aerospike-cluster', '~> 0.2.0'
cookbook 'aerospike-cluster', '~> 0.2.1'
```

### From Git
Expand All @@ -26,6 +26,11 @@ https://github.com/vkhatri/chef-aerospike-cluster

## Major Version Changes

### Cookbook Version v0.2.1

Tools package download URL updated to `http://www.aerospike.com/download/tools/VERSION` for both `enterprise` and `community` edition.


### Cookbook Version v0.2.0

* Attribute `default['aerospike']['version']` is now, use new attributes mentioned below for Aerospike Server, Tools and AMC
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
issues_url 'https://github.com/vkhatri/chef-aerospike-cluster/issues'
source_url 'https://github.com/vkhatri/chef-aerospike-cluster'
version '0.2.0'
version '0.2.1'

%w(ubuntu centos amazon redhat fedora).each do |os|
supports os
Expand Down

0 comments on commit b0c2603

Please sign in to comment.