File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ omnibus Cookbook CHANGELOG
2
2
==========================
3
3
This file is used to list changes made in each version of the omnibus cookbook.
4
4
5
+ v2.1.2 (2014-06-12)
6
+ -------------------
7
+ ## Improvement
8
+ - Upgrade to ChefSpec 4
9
+ - Use the maximum number of builders when compiling from source
10
+
11
+ ## Bug fixes
12
+ - Check ` /usr/local/bin/bash ` when checking if Bash is installed
13
+ - Bump default Ruby version to 2.1.2 to fix readline issues
14
+
5
15
v2.1.0 (2014-05-20)
6
16
-------------------
7
17
## Feature
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Prepares a machine to be an Omnibus builder.'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '2.1.1 '
7
+ version '2.1.2 '
8
8
9
9
supports 'centos'
10
10
supports 'debian'
You can’t perform that action at this time.
0 commit comments