mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 1.37.4 by Chef Expeditor
This commit is contained in:
parent
35becd7e0f
commit
be7f5ccde1
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.37.3 -->
|
||||
## [v1.37.3](https://github.com/chef/inspec/tree/v1.37.3) (2017-09-13)
|
||||
<!-- latest_release 1.37.4 -->
|
||||
## [v1.37.4](https://github.com/chef/inspec/tree/v1.37.4) (2017-09-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff))
|
||||
#### Enhancements
|
||||
- Support profile versions for automate profiles storage [#2128](https://github.com/chef/inspec/pull/2128) ([alexpop](https://github.com/alexpop))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.36.1 -->
|
||||
### Changes since 1.36.1 release
|
||||
|
||||
#### Enhancements
|
||||
- Support profile versions for automate profiles storage [#2128](https://github.com/chef/inspec/pull/2128) ([alexpop](https://github.com/alexpop)) <!-- 1.37.4 -->
|
||||
|
||||
#### 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.37.3
|
||||
1.37.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.37.3'.freeze
|
||||
VERSION = '1.37.4'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue