mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 5.10.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
03d0f2374b
commit
829b9acf45
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.9.0 -->
|
||||
## [v5.9.0](https://github.com/inspec/inspec/tree/v5.9.0) (2022-03-23)
|
||||
<!-- latest_release 5.10.0 -->
|
||||
## [v5.10.0](https://github.com/inspec/inspec/tree/v5.10.0) (2022-03-23)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-82: Add ppa resource [#5931](https://github.com/inspec/inspec/pull/5931) ([ahasunos](https://github.com/ahasunos))
|
||||
- CFINSPEC-73: Add cgroup resource [#5935](https://github.com/inspec/inspec/pull/5935) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.7.9 -->
|
||||
### Changes since 5.7.9 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-73: Add cgroup resource [#5935](https://github.com/inspec/inspec/pull/5935) ([ahasunos](https://github.com/ahasunos)) <!-- 5.10.0 -->
|
||||
- CFINSPEC-82: Add ppa resource [#5931](https://github.com/inspec/inspec/pull/5931) ([ahasunos](https://github.com/ahasunos)) <!-- 5.9.0 -->
|
||||
- CFINSPEC-79: Add linux container resource [#5921](https://github.com/inspec/inspec/pull/5921) ([ahasunos](https://github.com/ahasunos)) <!-- 5.8.0 -->
|
||||
- CFINSPEC-1 Adds the ability to detect the Kubernetes container and Podman container. [#5796](https://github.com/inspec/inspec/pull/5796) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.7.11 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.9.0
|
||||
5.10.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.9.0".freeze
|
||||
VERSION = "5.10.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.9.0".freeze
|
||||
VERSION = "5.10.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue