Skip to content

Commit

Permalink
Merge pull request #200 from tas50/master
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
tas50 committed Jan 19, 2016
2 parents 7c81219 + f161780 commit e2e7da1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Fauxhai Changelog

## UNRELEASED
## v3.1.0
- Added collection of root_group, init_package, and cpu cores to the runner
- Added root_group to existing Linux systems
- Added Fedora 23, OpenSuse Leap 42.1, and CentOS 7.2.1511
- Added Fedora 23, openSUSE Leap 42.1, and CentOS 7.2.1511
- Fixed malformed JSON in the Windows 2012 output
- 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
- Added cpu cores to all existing platform files
- Added a Rake task to validate the json of all platform files
- Added a Rake task to validate the JSON of all platform files, and enabled Travis to run this task on every PR

## v3.0.1
- 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/fauxhai/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fauxhai
VERSION = '3.0.1'
VERSION = '3.1.0'
end

0 comments on commit e2e7da1

Please sign in to comment.