mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 5.16.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
8cbab96ae7
commit
bf06bebdff
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 5.16.1 -->
|
||||
## [v5.16.1](https://github.com/inspec/inspec/tree/v5.16.1) (2022-05-17)
|
||||
<!-- latest_release 5.16.2 -->
|
||||
## [v5.16.2](https://github.com/inspec/inspec/tree/v5.16.2) (2022-05-17)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-90: Enhance `host` resource [#6045](https://github.com/inspec/inspec/pull/6045) ([ahasunos](https://github.com/ahasunos))
|
||||
- CFINSPEC-92: Enhance `processes` resource [#5991](https://github.com/inspec/inspec/pull/5991) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.14.0 -->
|
||||
### Changes since 5.14.0 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-92: Enhance `processes` resource [#5991](https://github.com/inspec/inspec/pull/5991) ([ahasunos](https://github.com/ahasunos)) <!-- 5.16.2 -->
|
||||
- CFINSPEC-90: Enhance `host` resource [#6045](https://github.com/inspec/inspec/pull/6045) ([ahasunos](https://github.com/ahasunos)) <!-- 5.16.1 -->
|
||||
- CFINSPEC-84: Add `x509_private_key` resource [#6018](https://github.com/inspec/inspec/pull/6018) ([ahasunos](https://github.com/ahasunos)) <!-- 5.16.0 -->
|
||||
- CFINSPEC-252: Fix profile gem dependency installation is failing when gem version is not specified [#6057](https://github.com/inspec/inspec/pull/6057) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.15.2 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.16.1
|
||||
5.16.2
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.16.1".freeze
|
||||
VERSION = "5.16.2".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.16.1".freeze
|
||||
VERSION = "5.16.2".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue