mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 1.37.3 by Chef Expeditor
This commit is contained in:
parent
7810051f0a
commit
18d9b74301
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.37.2 -->
|
||||
## [v1.37.2](https://github.com/chef/inspec/tree/v1.37.2) (2017-09-13)
|
||||
<!-- latest_release 1.37.3 -->
|
||||
## [v1.37.3](https://github.com/chef/inspec/tree/v1.37.3) (2017-09-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- Ignore linked container names when parsing docker containers [#2134](https://github.com/chef/inspec/pull/2134) ([adamleff](https://github.com/adamleff))
|
||||
- package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.36.1 -->
|
||||
### Changes since 1.36.1 release
|
||||
|
||||
#### Bug Fixes
|
||||
- package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff)) <!-- 1.37.3 -->
|
||||
- Ignore linked container names when parsing docker containers [#2134](https://github.com/chef/inspec/pull/2134) ([adamleff](https://github.com/adamleff)) <!-- 1.37.2 -->
|
||||
|
||||
#### New Resources
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.37.2
|
||||
1.37.3
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.37.2'.freeze
|
||||
VERSION = '1.37.3'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue