diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaa309..76983eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ssl_certificate CHANGELOG This file is used to list changes made in each version of the `ssl_certificate` cookbook. +## v1.7.0 (2015-08-12) + +* Fix README tables. +* Update contact information and links after migration. +* Gemfile: Update RuboCop to `0.33.0`. +* Update chef links to use *chef.io*. + ## v1.6.0 (2015-08-02) * Load encrypted secret before passing to the `EncryptedDataBagItem.load` ([issue #14](https://github.com/zuazo/ssl_certificate-cookbook/pull/14), thanks [Nikita Borzykh](https://github.com/sample)). diff --git a/README.md b/README.md index ccd1323..908d3f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Description [![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/ssl_certificate-cookbook) [![Dependency Status](http://img.shields.io/gemnasium/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/ssl_certificate-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/ssl_certificate-cookbook) -[![Build Status](http://img.shields.io/travis/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook) +[![Build Status](http://img.shields.io/travis/zuazo/ssl_certificate-cookbook/1.7.0.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook) The main purpose of this cookbook is to make it easy for other cookbooks to support SSL. With the resource included, you will be able to manage certificates reading them from attributes, data bags or chef-vaults. Exposing its configuration through node attributes. diff --git a/metadata.rb b/metadata.rb index b3aa53a..35d4edd 100644 --- a/metadata.rb +++ b/metadata.rb @@ -30,7 +30,7 @@ configuration through node attributes. EOS long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.7.0' # WiP +version '1.7.0' supports 'amazon' supports 'debian'