mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 5.10.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
a484f3e354
commit
8156a66e8d
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.10.8 -->
|
||||
## [v5.10.8](https://github.com/inspec/inspec/tree/v5.10.8) (2022-03-30)
|
||||
<!-- latest_release 5.10.9 -->
|
||||
## [v5.10.9](https://github.com/inspec/inspec/tree/v5.10.9) (2022-03-30)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- updates to reporting detail on progress bar [#5956](https://github.com/inspec/inspec/pull/5956) ([aaronlippold](https://github.com/aaronlippold))
|
||||
- CFINSPEC-85: Enhance docker_container resource with have_volume matcher [#5944](https://github.com/inspec/inspec/pull/5944) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.10.5 -->
|
||||
### Changes since 5.10.5 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-85: Enhance docker_container resource with have_volume matcher [#5944](https://github.com/inspec/inspec/pull/5944) ([ahasunos](https://github.com/ahasunos)) <!-- 5.10.9 -->
|
||||
- updates to reporting detail on progress bar [#5956](https://github.com/inspec/inspec/pull/5956) ([aaronlippold](https://github.com/aaronlippold)) <!-- 5.10.8 -->
|
||||
- Extend CI test timeout to 60 minutes [#5949](https://github.com/inspec/inspec/pull/5949) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.10.7 -->
|
||||
- Deprecation note for azurerm resources [#5923](https://github.com/inspec/inspec/pull/5923) ([IanMadd](https://github.com/IanMadd)) <!-- 5.10.6 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.10.8
|
||||
5.10.9
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.10.8".freeze
|
||||
VERSION = "5.10.9".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.10.8".freeze
|
||||
VERSION = "5.10.9".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue