mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.39.1 by Chef Expeditor
This commit is contained in:
parent
1f7926db98
commit
b4ed4c4a98
3 changed files with 8 additions and 5 deletions
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.39.0 -->
|
||||
<!-- latest_release 1.39.1 -->
|
||||
## [v1.39.0](https://github.com/chef/inspec/tree/v1.39.0) (2017-09-25)
|
||||
|
||||
#### 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))
|
||||
#### Merged Pull Requests
|
||||
- Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.38.8 -->
|
||||
### Changes since 1.37.6 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff)) <!-- 1.39.1 -->
|
||||
|
||||
#### 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.39.0
|
||||
1.39.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.39.0'.freeze
|
||||
VERSION = '1.39.1'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue