Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 4, 2015
1 parent 22dc826 commit 7ad4cab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
CHANGELOG for filesystem_resize
===============================

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

## v0.3.0 (2015-09-04)

* Update chef links to use *chef.io* domain.
* Update contact information and links after migration.
* Update RuboCop to version `0.33.0`.
* metadata: Add `source_url` and `issues_url` links.

* Documentation:
* README: Improve description.

* Testing:
* Update Gemfile dependencies and Kitchen platforms.
* Move ChefSpec tests to *test/unit*.
* Use `ChefSpec::SoloRunner` to make unit tests faster.
* Integrate tests with `should_not` gem.

## v0.2.0 (2015-01-23)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Filesystem Resize Cookbook
[![Cookbook Version](https://img.shields.io/cookbook/v/filesystem_resize.svg?style=flat)](https://supermarket.chef.io/cookbooks/filesystem_resize)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/filesystem_resize-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/filesystem_resize-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/filesystem_resize-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/filesystem_resize-cookbook/0.3.0.svg?style=flat)](https://travis-ci.org/zuazo/filesystem_resize-cookbook)

This [Chef](https://www.chef.io/) cookbook resizes the file system automatically when the underlying partition or disk increases its size.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
increases its size.
EOS
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '0.3.0'

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

0 comments on commit 7ad4cab

Please sign in to comment.