mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 4.18.92 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
03d394a51b
commit
3f05bb1f75
4 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 4.18.92 -->
|
||||
## [v4.18.92](https://github.com/inspec/inspec/tree/v4.18.92) (2020-02-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix auditd resource processing of action and list [#4665](https://github.com/inspec/inspec/pull/4665) ([trevor-vaughan](https://github.com/trevor-vaughan))
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Build packages on Debian [#4912](https://github.com/inspec/inspec/pull/4912) ([tas50](https://github.com/tas50))
|
||||
|
@ -11,6 +14,7 @@
|
|||
### Changes since 4.18.85 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix auditd resource processing of action and list [#4665](https://github.com/inspec/inspec/pull/4665) ([trevor-vaughan](https://github.com/trevor-vaughan)) <!-- 4.18.92 -->
|
||||
- Distinguish between user plugin gems and system gems and load system gems normally. [#4898](https://github.com/inspec/inspec/pull/4898) ([zenspider](https://github.com/zenspider)) <!-- 4.18.89 -->
|
||||
- Fix artifact-habitat testing for inspec. [#4905](https://github.com/inspec/inspec/pull/4905) ([zenspider](https://github.com/zenspider)) <!-- 4.18.88 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.91
|
||||
4.18.92
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.91".freeze
|
||||
VERSION = "4.18.92".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.91".freeze
|
||||
VERSION = "4.18.92".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue