Skip to content

Commit

Permalink
release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 2, 2015
1 parent c60cf08 commit fc0966f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ ssl_certificate CHANGELOG

This file is used to list changes made in each version of the `ssl_certificate` cookbook.

## v1.6.0 (2015-08-02)

* Load encrypted secret before passing to the `EncryptedDataBagItem.load` ([issue #14](https://github.com/onddo/ssl_certificate-cookbook/pull/14), thanks [Nikita Borzykh](https://github.com/sample)).
* Update RuboCop to `0.32.1`.
* README:
* Use markdown tables.
* Add GitHub badge.

## v1.5.0 (2015-04-25)

* Add sensitive true to the created files ([issue #12](https://github.com/onddo/ssl_certificate-cookbook/issues/12), thanks [Jonathan Chauncey](https://github.com/jchauncey) for reporting).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description
[![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/onddo/ssl_certificate-cookbook)
[![Dependency Status](http://img.shields.io/gemnasium/onddo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/onddo/ssl_certificate-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/ssl_certificate-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/onddo/ssl_certificate-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/ssl_certificate-cookbook/1.6.0.svg?style=flat)](https://travis-ci.org/onddo/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.

Expand Down Expand Up @@ -914,6 +914,7 @@ License and Author
| **Contributor:** | [Benjamin Nørgaard](https://github.com/blacksails)
| **Contributor:** | [Stanislav Bogatyrev](https://github.com/realloc)
| **Contributor:** | [Karl Svec](https://github.com/karlsvec)
| **Contributor:** | [Nikita Borzykh](https://github.com/sample)
| **Copyright:** | Copyright (c) 2014-2015, Onddo Labs, SL. (www.onddo.com)
| **License:** | Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
configuration through node attributes.
EOS
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.6.0' # WiP
version '1.6.0'

supports 'amazon'
supports 'debian'
Expand Down

0 comments on commit fc0966f

Please sign in to comment.