mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.8.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
2d5fdabf86
commit
3182227fb2
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.8.3 -->
|
||||
## [v4.8.3](https://github.com/inspec/inspec/tree/v4.8.3) (2019-07-29)
|
||||
<!-- latest_release 4.8.4 -->
|
||||
## [v4.8.4](https://github.com/inspec/inspec/tree/v4.8.4) (2019-07-29)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Found more tests that we've probably never actually run. [#4334](https://github.com/inspec/inspec/pull/4334) ([zenspider](https://github.com/zenspider))
|
||||
- Removed lib/inspec/utils/latest_version.rb and associated code. [#4337](https://github.com/inspec/inspec/pull/4337) ([zenspider](https://github.com/zenspider))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.7.24 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.8.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Removed lib/inspec/utils/latest_version.rb and associated code. [#4337](https://github.com/inspec/inspec/pull/4337) ([zenspider](https://github.com/zenspider)) <!-- 4.8.4 -->
|
||||
- Found more tests that we've probably never actually run. [#4334](https://github.com/inspec/inspec/pull/4334) ([zenspider](https://github.com/zenspider)) <!-- 4.8.3 -->
|
||||
- Change expeditor timeout from 30 to 45. [#4335](https://github.com/inspec/inspec/pull/4335) ([zenspider](https://github.com/zenspider)) <!-- 4.8.2 -->
|
||||
- windows_task: Fix handling of multiple triggers [#4242](https://github.com/inspec/inspec/pull/4242) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 4.8.1 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.8.3
|
||||
4.8.4
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.8.3".freeze
|
||||
VERSION = "4.8.4".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.8.3".freeze
|
||||
VERSION = "4.8.4".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue