mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.4.74 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
a0def41ce2
commit
b4444c0cef
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 4.4.73 -->
|
<!-- latest_release 4.4.74 -->
|
||||||
## [v4.4.73](https://github.com/inspec/inspec/tree/v4.4.73) (2019-06-06)
|
## [v4.4.74](https://github.com/inspec/inspec/tree/v4.4.74) (2019-06-06)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Fixed up interactions between minitest & simplecov. [#4188](https://github.com/inspec/inspec/pull/4188) ([zenspider](https://github.com/zenspider))
|
- Add maintainer branches to travis [#4184](https://github.com/inspec/inspec/pull/4184) ([zenspider](https://github.com/zenspider))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=4.3.2 -->
|
<!-- release_rollup since=4.3.2 -->
|
||||||
|
@ -23,6 +23,7 @@
|
||||||
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->
|
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
- Add maintainer branches to travis [#4184](https://github.com/inspec/inspec/pull/4184) ([zenspider](https://github.com/zenspider)) <!-- 4.4.74 -->
|
||||||
- Fixed up interactions between minitest & simplecov. [#4188](https://github.com/inspec/inspec/pull/4188) ([zenspider](https://github.com/zenspider)) <!-- 4.4.73 -->
|
- Fixed up interactions between minitest & simplecov. [#4188](https://github.com/inspec/inspec/pull/4188) ([zenspider](https://github.com/zenspider)) <!-- 4.4.73 -->
|
||||||
- Changed version check network timeout from 1 to 3 seconds. [#4132](https://github.com/inspec/inspec/pull/4132) ([zenspider](https://github.com/zenspider)) <!-- 4.4.72 -->
|
- Changed version check network timeout from 1 to 3 seconds. [#4132](https://github.com/inspec/inspec/pull/4132) ([zenspider](https://github.com/zenspider)) <!-- 4.4.72 -->
|
||||||
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle)) <!-- 4.4.71 -->
|
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle)) <!-- 4.4.71 -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.4.73
|
4.4.74
|
|
@ -1,5 +1,5 @@
|
||||||
# This file managed by automation - do not edit manually
|
# This file managed by automation - do not edit manually
|
||||||
module InspecBin
|
module InspecBin
|
||||||
INSPECBIN_ROOT = File.expand_path('../..', __FILE__)
|
INSPECBIN_ROOT = File.expand_path('../..', __FILE__)
|
||||||
VERSION = '4.4.73'.freeze
|
VERSION = '4.4.74'.freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '4.4.73'.freeze
|
VERSION = '4.4.74'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue