Bump version to 1.41.7 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-10-17 12:45:46 +00:00
parent 4f005d8510
commit 2f8cfd7a04
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.41.6 --> <!-- latest_release 1.41.7 -->
## [v1.41.6](https://github.com/chef/inspec/tree/v1.41.6) (2017-10-16) ## [v1.41.7](https://github.com/chef/inspec/tree/v1.41.7) (2017-10-17)
#### Enhancements #### Bug Fixes
- Add missed &#39;html&#39; to &#39;format&#39; option explanation and arrange formatters in alphabetical order [#2244](https://github.com/chef/inspec/pull/2244) ([strangeman](https://github.com/strangeman)) - Fix port ressource ss line parsing [#2243](https://github.com/chef/inspec/pull/2243) ([narkaTee](https://github.com/narkaTee))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.41.0 --> <!-- release_rollup since=1.41.0 -->
@ -16,6 +16,7 @@
- Update the profile tempate [#2238](https://github.com/chef/inspec/pull/2238) ([nathenharvey](https://github.com/nathenharvey)) <!-- 1.41.3 --> - Update the profile tempate [#2238](https://github.com/chef/inspec/pull/2238) ([nathenharvey](https://github.com/nathenharvey)) <!-- 1.41.3 -->
#### Bug Fixes #### Bug Fixes
- Fix port ressource ss line parsing [#2243](https://github.com/chef/inspec/pull/2243) ([narkaTee](https://github.com/narkaTee)) <!-- 1.41.7 -->
- Support PAX-formatted tar files, standardize file lists [#2225](https://github.com/chef/inspec/pull/2225) ([adamleff](https://github.com/adamleff)) <!-- 1.41.2 --> - Support PAX-formatted tar files, standardize file lists [#2225](https://github.com/chef/inspec/pull/2225) ([adamleff](https://github.com/adamleff)) <!-- 1.41.2 -->
#### Enhancements #### Enhancements

View file

@ -1 +1 @@
1.41.6 1.41.7

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '1.41.6'.freeze VERSION = '1.41.7'.freeze
end end