Skip to content

Commit e2e7da1

Browse files
committed
Merge pull request #200 from tas50/master
Release 3.1.0
2 parents 7c81219 + f161780 commit e2e7da1

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Fauxhai Changelog
2-
3-
## UNRELEASED
2+
## v3.1.0
43
- Added collection of root_group, init_package, and cpu cores to the runner
54
- Added root_group to existing Linux systems
6-
- Added Fedora 23, OpenSuse Leap 42.1, and CentOS 7.2.1511
5+
- Added Fedora 23, openSUSE Leap 42.1, and CentOS 7.2.1511
76
- Fixed malformed JSON in the Windows 2012 output
87
- Updated the runner and existing platform files to represent total memory in kB not MB as the default for Ohai has been changed on Windows / Linux
98
- Added cpu cores to all existing platform files
10-
- Added a Rake task to validate the json of all platform files
9+
- Added a Rake task to validate the JSON of all platform files, and enabled Travis to run this task on every PR
1110

1211
## v3.0.1
1312
- Change dependency for Chef and Ohai to a development dependency. The previous dependency on Chef 12 prevented Fauxhai from working with Chefspec on pre-12 Chef releases.

lib/fauxhai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Fauxhai
2-
VERSION = '3.0.1'
2+
VERSION = '3.1.0'
33
end

0 commit comments

Comments
 (0)