mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 1.40.6 by Chef Expeditor
This commit is contained in:
parent
8968fb0ea7
commit
3d04127385
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.40.5 -->
|
||||
## [v1.40.5](https://github.com/chef/inspec/tree/v1.40.5) (2017-10-04)
|
||||
<!-- latest_release 1.40.6 -->
|
||||
## [v1.40.6](https://github.com/chef/inspec/tree/v1.40.6) (2017-10-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- http resource: properly execute tests on remote target [#2209](https://github.com/chef/inspec/pull/2209) ([adamleff](https://github.com/adamleff))
|
||||
- Add Segment tag to enable Google Analytics [#2220](https://github.com/chef/inspec/pull/2220) ([hamburglar](https://github.com/hamburglar))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.40.0 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- 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
|
||||
- Add Segment tag to enable Google Analytics [#2220](https://github.com/chef/inspec/pull/2220) ([hamburglar](https://github.com/hamburglar)) <!-- 1.40.6 -->
|
||||
- http resource: properly execute tests on remote target [#2209](https://github.com/chef/inspec/pull/2209) ([adamleff](https://github.com/adamleff)) <!-- 1.40.5 -->
|
||||
- Adding examples of using expect syntax [#2213](https://github.com/chef/inspec/pull/2213) ([adamleff](https://github.com/adamleff)) <!-- 1.40.4 -->
|
||||
- Add bsd platform family to etc_hosts resource [#2192](https://github.com/chef/inspec/pull/2192) ([ctbarrett](https://github.com/ctbarrett)) <!-- 1.40.2 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.40.5
|
||||
1.40.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.40.5'.freeze
|
||||
VERSION = '1.40.6'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue