File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG for filesystem_resize
22===============================
33
4- This file is used to list changes made in each version of the filesystem_resize cookbook.
4+ This file is used to list changes made in each version of the ` filesystem_resize ` cookbook.
5+
6+ ## v0.3.0 (2015-09-04)
7+
8+ * Update chef links to use * chef.io* domain.
9+ * Update contact information and links after migration.
10+ * Update RuboCop to version ` 0.33.0 ` .
11+ * metadata: Add ` source_url ` and ` issues_url ` links.
12+
13+ * Documentation:
14+ * README: Improve description.
15+
16+ * Testing:
17+ * Update Gemfile dependencies and Kitchen platforms.
18+ * Move ChefSpec tests to * test/unit* .
19+ * Use ` ChefSpec::SoloRunner ` to make unit tests faster.
20+ * Integrate tests with ` should_not ` gem.
521
622## v0.2.0 (2015-01-23)
723
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Filesystem Resize Cookbook
33[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/filesystem_resize.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/filesystem_resize )
44[ ![ Dependency Status] ( http://img.shields.io/gemnasium/zuazo/filesystem_resize-cookbook.svg?style=flat )] ( https://gemnasium.com/zuazo/filesystem_resize-cookbook )
55[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/zuazo/filesystem_resize-cookbook.svg?style=flat )] ( https://codeclimate.com/github/zuazo/filesystem_resize-cookbook )
6- [ ![ Build Status] ( http://img.shields.io/travis/zuazo/filesystem_resize-cookbook.svg?style=flat )] ( https://travis-ci.org/zuazo/filesystem_resize-cookbook )
6+ [ ![ 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 )
77
88This [ Chef] ( https://www.chef.io/ ) cookbook resizes the file system automatically when the underlying partition or disk increases its size.
99
Original file line number Diff line number Diff line change 2727increases its size.
2828EOS
2929long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
30- version '0.3.0' # WiP
30+ version '0.3.0'
3131
3232if respond_to? ( :source_url )
3333 source_url "https://github.com/zuazo/#{ name } -cookbook"
You can’t perform that action at this time.
0 commit comments