mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.40.9 by Chef Expeditor
This commit is contained in:
parent
3d346e779d
commit
999d115fb8
3 changed files with 7 additions and 6 deletions
|
@ -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.40.8 -->
|
<!-- latest_release 1.40.9 -->
|
||||||
## [v1.40.8](https://github.com/chef/inspec/tree/v1.40.8) (2017-10-06)
|
## [v1.40.9](https://github.com/chef/inspec/tree/v1.40.9) (2017-10-06)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Enhancements
|
||||||
- Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff))
|
- Update shell resource help to return what is defined [#2219](https://github.com/chef/inspec/pull/2219) ([jquick](https://github.com/jquick))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=1.40.0 -->
|
<!-- release_rollup since=1.40.0 -->
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
- Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick)) <!-- 1.40.7 -->
|
- Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick)) <!-- 1.40.7 -->
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
- Update shell resource help to return what is defined [#2219](https://github.com/chef/inspec/pull/2219) ([jquick](https://github.com/jquick)) <!-- 1.40.9 -->
|
||||||
- Add output for port/protocol for host resource. [#2202](https://github.com/chef/inspec/pull/2202) ([jquick](https://github.com/jquick)) <!-- 1.40.3 -->
|
- Add output for port/protocol for host resource. [#2202](https://github.com/chef/inspec/pull/2202) ([jquick](https://github.com/jquick)) <!-- 1.40.3 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.40.8
|
1.40.9
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '1.40.8'.freeze
|
VERSION = '1.40.9'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue