Skip to content

Commit

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

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

## v1.9.0 (2015-09-06)

* Add support for [PKCS12](https://en.wikipedia.org/wiki/PKCS_12) ([issue #17](https://github.com/zuazo/ssl_certificate-cookbook/pull/17), thanks [Baptiste Courtois](https://github.com/Annih)).
* metadata: Add `source_url` and `issues_url` links.

* Documentation:
* README: Add *Real-world Examples* section.

* Testing:
* Run kitchen tests on CircleCI.
* Travis CI: Use bundle cache.
* Gemfile: Update RuboCop to `0.34.0`.
* Rakfile: Use `Kitchen` ruby class instead of `sh`.

## v1.8.1 (2015-09-03)

* README: Fix title.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SSL Certificate Cookbook
[![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.9.0.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook)
[![Circle CI](https://circleci.com/gh/zuazo/ssl_certificate-cookbook/tree/master.svg?style=shield)](https://circleci.com/gh/zuazo/ssl_certificate-cookbook/tree/master)

The main purpose of this [Chef](https://www.chef.io/) 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
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.9.0' # WiP
version '1.9.0'

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
Expand Down

0 comments on commit eb2fb2f

Please sign in to comment.