Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 8, 2014
1 parent 92fc5da commit 07e4876
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@ encrypted_attributes CHANGELOG

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

## v0.4.0 (2014-11-08)

* Allow `Chef::EncryptedAttributesHelpers` to be used from LWRPs.
* Enable apt *compile time update*, required by `build-essential`.
* FreeBSD compiletime attribute changed to `compiletime_portsnap`.
* Add more unit tests: coverage **100%**.
* Integrate tests with coveralls.io.
* Integrate tests with `should_not` gem.
* Fix new RuboCop offenses.
* Update to ChefSpec `4.1`.
* Update .kitchen.cloud.yml file.
* TESTING.md:
* Add Guarfile requirements.
* Use DO access token and some titles changed.

## v0.3.0 (2014-10-21)

* Add FreeBSD support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@ Description
[![Cookbook Version](https://img.shields.io/cookbook/v/encrypted_attributes.svg?style=flat)](https://supermarket.getchef.com/cookbooks/encrypted_attributes)
[![Dependency Status](http://img.shields.io/gemnasium/onddo/encrypted_attributes-cookbook.svg?style=flat)](https://gemnasium.com/onddo/encrypted_attributes-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/encrypted_attributes-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/encrypted_attributes-cookbook)
[![Build Status](http://img.shields.io/travis/onddo/encrypted_attributes-cookbook.svg?style=flat)](https://travis-ci.org/onddo/encrypted_attributes-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/onddo/encrypted_attributes-cookbook.svg?style=flat)](https://coveralls.io/r/onddo/encrypted_attributes-cookbook?branch=master)
[![Build Status](http://img.shields.io/travis/onddo/encrypted_attributes-cookbook/0.4.0.svg?style=flat)](https://travis-ci.org/onddo/encrypted_attributes-cookbook)
[![Coverage Status](http://img.shields.io/coveralls/onddo/encrypted_attributes-cookbook/0.4.0.svg?style=flat)](https://coveralls.io/r/onddo/encrypted_attributes-cookbook?branch=0.4.0)

Installs and enables [`chef-encrypted-attributes`](http://onddo.github.io/chef-encrypted-attributes/) gem: Chef plugin to add Node encrypted attributes support using client keys.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -25,7 +25,7 @@
description 'Installs and enables chef-encrypted-attributes gem: Chef plugin '\
'to add Node encrypted attributes support using client keys.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.0' # WiP
version '0.4.0'

supports 'amazon'
supports 'debian'
Expand Down

0 comments on commit 07e4876

Please sign in to comment.