mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 5.16.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
0978c8c274
commit
dcdf9c99c9
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.15.2 -->
|
||||
## [v5.15.2](https://github.com/inspec/inspec/tree/v5.15.2) (2022-05-17)
|
||||
<!-- latest_release 5.16.0 -->
|
||||
## [v5.16.0](https://github.com/inspec/inspec/tree/v5.16.0) (2022-05-17)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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))
|
||||
- CFINSPEC-84: Add `x509_private_key` resource [#6018](https://github.com/inspec/inspec/pull/6018) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.14.0 -->
|
||||
### Changes since 5.14.0 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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 -->
|
||||
- CFINSPEC-250: Fix for inspec json command does not populate the inputs for the profile [#6056](https://github.com/inspec/inspec/pull/6056) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.15.1 -->
|
||||
- CFINSPEC-96: Add `zfs` resource [#6004](https://github.com/inspec/inspec/pull/6004) ([ahasunos](https://github.com/ahasunos)) <!-- 5.15.0 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.15.2
|
||||
5.16.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.15.2".freeze
|
||||
VERSION = "5.16.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.15.2".freeze
|
||||
VERSION = "5.16.0".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue