Skip to content

Commit 93a77a5

Browse files
committed
release v2.1.0
1 parent bbdd121 commit 93a77a5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ ssl_certificate CHANGELOG
33

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

6+
## v2.1.0 (2017-02-10)
7+
8+
* Adds certificate chain to PKCS12 file ([issue #32](https://github.com/zuazo/ssl_certificate-cookbook/pull/32), thanks [Andrew J. Brown](https://github.com/andrewjamesbrown)).
9+
* Metadata: Remove grouping ([RFC-85](https://github.com/chef/chef-rfc/blob/master/rfc085-remove-unused-metadata.md)).
10+
611
## v2.0.0 (2016-11-28)
712

813
* Require Chef `12` and Ruby `2.2` or higher (**breaking change**).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2015-2016 Xabier de Zuazo
178+
Copyright 2015-2017 Xabier de Zuazo
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SSL Certificate Cookbook
66

77
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/ssl_certificate-cookbook)
88
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/ssl_certificate-cookbook)
9-
[![Build Status](http://img.shields.io/travis/zuazo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook)
9+
[![Build Status](http://img.shields.io/travis/zuazo/ssl_certificate-cookbook/2.1.0.svg?style=flat)](https://travis-ci.org/zuazo/ssl_certificate-cookbook)
1010
[![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)
1111

1212
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.
@@ -992,7 +992,8 @@ License and Author
992992
| **Contributor:** | [Alexey Demidov](https://github.com/AlexeyDemidov)
993993
| **Contributor:** | [Ali Ardestani](https://github.com/alisade)
994994
| **Contributor:** | [HawkAndBaby](https://github.com/hawkandbaby)
995-
| **Copyright:** | Copyright (c) 2015-2016, Xabier de Zuazo
995+
| **Contributor:** | [Andrew J. Brown](https://github.com/andrewjamesbrown)
996+
| **Copyright:** | Copyright (c) 2015-2017, Xabier de Zuazo
996997
| **Copyright:** | Copyright (c) 2014-2015, Onddo Labs, SL.
997998
| **License:** | Apache License, Version 2.0
998999

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
configuration through node attributes.
3232
EOS
3333
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
34-
version '2.1.0' # WiP
34+
version '2.1.0'
3535

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

0 commit comments

Comments
 (0)