mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 1.39.0 by Chef Expeditor
This commit is contained in:
parent
b23a58b573
commit
e263582f86
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.38.9 -->
|
||||
## [v1.38.5](https://github.com/chef/inspec/tree/v1.38.5) (2017-09-23)
|
||||
<!-- latest_release 1.39.0 -->
|
||||
## [v1.39.0](https://github.com/chef/inspec/tree/v1.39.0) (2017-09-25)
|
||||
|
||||
#### New Resources
|
||||
- windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray))
|
||||
- etc_hosts_allow and etc_hosts_deny resources: test the content of the tcpwrappers configuration files [#2073](https://github.com/chef/inspec/pull/2073) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.38.8 -->
|
||||
### Changes since 1.37.6 release
|
||||
|
||||
#### New Resources
|
||||
- etc_hosts_allow and etc_hosts_deny resources: test the content of the tcpwrappers configuration files [#2073](https://github.com/chef/inspec/pull/2073) ([dromazmj](https://github.com/dromazmj)) <!-- 1.39.0 -->
|
||||
- windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray)) <!-- 1.38.9 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.38.9
|
||||
1.39.0
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.38.9'.freeze
|
||||
VERSION = '1.39.0'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue