File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for filesystem_resize
2
2
===============================
3
3
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.
5
21
6
22
## v0.2.0 (2015-01-23)
7
23
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Filesystem Resize Cookbook
3
3
[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/filesystem_resize.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/filesystem_resize )
4
4
[ ![ Dependency Status] ( http://img.shields.io/gemnasium/zuazo/filesystem_resize-cookbook.svg?style=flat )] ( https://gemnasium.com/zuazo/filesystem_resize-cookbook )
5
5
[ ![ 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 )
7
7
8
8
This [ Chef] ( https://www.chef.io/ ) cookbook resizes the file system automatically when the underlying partition or disk increases its size.
9
9
Original file line number Diff line number Diff line change 27
27
increases its size.
28
28
EOS
29
29
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
30
- version '0.3.0' # WiP
30
+ version '0.3.0'
31
31
32
32
if respond_to? ( :source_url )
33
33
source_url "https://github.com/zuazo/#{ name } -cookbook"
You can’t perform that action at this time.
0 commit comments