Bump version to 5.8.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-19 20:37:25 +00:00
parent aaad62e362
commit 14203c6243
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 5.7.11 -->
## [v5.7.11](https://github.com/inspec/inspec/tree/v5.7.11) (2022-03-19)
<!-- latest_release 5.8.0 -->
## [v5.8.0](https://github.com/inspec/inspec/tree/v5.8.0) (2022-03-19)
#### Merged Pull Requests
- 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))
- CFINSPEC-79: Add linux container resource [#5921](https://github.com/inspec/inspec/pull/5921) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
<!-- release_rollup since=5.7.9 -->
### Changes since 5.7.9 release
#### Merged Pull Requests
- 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 -->
- Update docs makefile [#5927](https://github.com/inspec/inspec/pull/5927) ([IanMadd](https://github.com/IanMadd)) <!-- 5.7.10 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
5.7.11
5.8.0

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "5.7.11".freeze
VERSION = "5.8.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.7.11".freeze
VERSION = "5.8.0".freeze
end