Skip to content

Commit 3f57658

Browse files
committed
release v1.0.0
1 parent b0df00d commit 3f57658

4 files changed

Lines changed: 30 additions & 14 deletions

File tree

CHANGELOG.md

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

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

6+
## v1.0.0 (2014-12-30)
7+
8+
* Bugfix: Cannot read SSL intermediary chain from data bag.
9+
* Fix Directory Permissions for Apache `2.4` ([issue #7](https://github.com/onddo/ssl_certificate-cookbook/pull/7), thanks [Elliott Davis](https://github.com/elliott-davis)).
10+
* Add CA support for self signed certificates ([issue #8](https://github.com/onddo/ssl_certificate-cookbook/pull/8), thanks [Jeremy MAURO](https://github.com/jmauro)).
11+
* Apache template:
12+
* Disable `SSLv3` by default (**breaking change**).
13+
* Add chained certificate support.
14+
* Allow to change the cipher suite and protocol in the apache template.
15+
* Big code clean up:
16+
* Split resource code in multiple files.
17+
* Remove duplicated code.
18+
* Integrate with foodcritic.
19+
* Integrate with RuboCop.
20+
* Integrate with `should_not` gem.
21+
* Integrate with travis-ci, codeclimate and gemnasium.
22+
* Homogenize license headers.
23+
* Add ChefSpec unit tests.
24+
* Add integration tests: bats and Serverspec.
25+
* Update Gemfile and Berksfile files.
26+
* Add Guardfile.
27+
* README:
28+
* Multiple fixes and improvements ([issue #9](https://github.com/onddo/ssl_certificate-cookbook/pull/9), thanks [Benjamin Nørgaard](https://github.com/blacksails)).
29+
* Split in multiple files.
30+
* Add TOC.
31+
* Add badges.
32+
* Add LICENSE file.
33+
634
## v0.4.0 (2014-11-19)
735

836
* Add Apache 2.4 support ([issue #4](https://github.com/onddo/ssl_certificate-cookbook/pull/4), thanks [Djuri Baars](https://github.com/dsbaars)).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description
33
[![Cookbook Version](https://img.shields.io/cookbook/v/ssl_certificate.svg?style=flat)](https://supermarket.getchef.com/cookbooks/ssl_certificate)
44
[![Dependency Status](http://img.shields.io/gemnasium/onddo/ssl_certificate-cookbook.svg?style=flat)](https://gemnasium.com/onddo/ssl_certificate-cookbook)
55
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/ssl_certificate-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/ssl_certificate-cookbook)
6-
[![Build Status](http://img.shields.io/travis/onddo/ssl_certificate-cookbook.svg?style=flat)](https://travis-ci.org/onddo/ssl_certificate-cookbook)
6+
[![Build Status](http://img.shields.io/travis/onddo/ssl_certificate-cookbook/1.0.0.svg?style=flat)](https://travis-ci.org/onddo/ssl_certificate-cookbook)
77

88
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.
99

TODO.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
TODO
22
====
33

4-
* [x] Fix *with_ca_certificates.bats* tests.
5-
* [x] Add chained certificate support to Apache template.
64
* [ ] Document apache template parameters.
75
* [ ] Generate a CSR.
86
* [ ] Manage certificate expiration.
97
* [ ] Add `:delete` action.
108
* [ ] why-run support.
11-
* [x] Add more integration tests.
12-
* [x] Add ChefSpec unit tests.
139
* [ ] Check generated certificate data in ChefSpec unit tests.
1410
* [ ] Add RSpec library unit tests.
1511
* [ ] Add older Chef versions support (patch lazy).
16-
* [x] Fix RuboCop offenses.
17-
* [x] Integrate tests with `should_not` gem.
18-
* [x] Integrate with travis-ci.
1912
* [ ] Integrate with test coverage.
20-
* [x] Split README documentation.
21-
* [x] Add Guardfile.
22-
* [x] Berksfile `3.1`.
23-
* [x] Use `vagrant-wrapper` gem.
24-
* [x] Homogenize license headers.
2513
* [ ] Use markdown tables in the README.

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
configuration through node attributes.
3131
EOS
3232
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
33-
version '0.5.0' # WiP
33+
version '1.0.0'
3434

3535
supports 'amazon'
3636
supports 'debian'

0 commit comments

Comments
 (0)