mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.18.32 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f7afdf1965
commit
91511c0ca4
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.18.31 -->
|
||||
## [v4.18.31](https://github.com/inspec/inspec/tree/v4.18.31) (2019-11-09)
|
||||
<!-- latest_release 4.18.32 -->
|
||||
## [v4.18.32](https://github.com/inspec/inspec/tree/v4.18.32) (2019-11-12)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider))
|
||||
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.24 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) <!-- 4.18.32 -->
|
||||
- Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) <!-- 4.18.31 -->
|
||||
- Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider)) <!-- 4.18.29 -->
|
||||
- Pre-load the gem resource to override the global gem method. [#4670](https://github.com/inspec/inspec/pull/4670) ([zenspider](https://github.com/zenspider)) <!-- 4.18.28 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.31
|
||||
4.18.32
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.31".freeze
|
||||
VERSION = "4.18.32".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.31".freeze
|
||||
VERSION = "4.18.32".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue