Bump version to 1.47.8 by Expeditor

This commit is contained in:
Chef Expeditor 2017-12-07 15:45:37 +00:00
parent 6560fb1bde
commit 8750589b8f
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.47.7 -->
## [v1.47.7](https://github.com/chef/inspec/tree/v1.47.7) (2017-12-07)
<!-- latest_release 1.47.8 -->
## [v1.47.8](https://github.com/chef/inspec/tree/v1.47.8) (2017-12-07)
#### Enhancements
- Allow crontab resource to read crontab at user specified paths. [#2328](https://github.com/chef/inspec/pull/2328) ([miah](https://github.com/miah))
#### Merged Pull Requests
- Remove rainbow dependency, fix duplicate rake gem [#2374](https://github.com/chef/inspec/pull/2374) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.47.0 -->
@ -18,6 +18,7 @@
- Allow `inspec check` to ignore `only_if` [#2250](https://github.com/chef/inspec/pull/2250) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.47.2 -->
#### Merged Pull Requests
- Remove rainbow dependency, fix duplicate rake gem [#2374](https://github.com/chef/inspec/pull/2374) ([adamleff](https://github.com/adamleff)) <!-- 1.47.8 -->
- Resolve merge issue with json-config vs thor defaults [#2377](https://github.com/chef/inspec/pull/2377) ([jquick](https://github.com/jquick)) <!-- 1.47.5 -->
- Fix inspec appveyor test with the new local train transport [#2376](https://github.com/chef/inspec/pull/2376) ([jquick](https://github.com/jquick)) <!-- 1.47.4 -->
- Update command resource to check for mock backend [#2353](https://github.com/chef/inspec/pull/2353) ([jquick](https://github.com/jquick)) <!-- 1.47.3 -->

View file

@ -1 +1 @@
1.47.7
1.47.8

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.47.7'
VERSION = '1.47.8'
end