Bump version to 5.18.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-07-05 09:43:53 +00:00
parent 5b0b39fee5
commit 136f01c0f5
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.18.10 -->
## [v5.18.10](https://github.com/inspec/inspec/tree/v5.18.10) (2022-07-01)
<!-- latest_release 5.18.11 -->
## [v5.18.11](https://github.com/inspec/inspec/tree/v5.18.11) (2022-07-05)
#### Merged Pull Requests
- Add k8s section to resources index page [#6167](https://github.com/inspec/inspec/pull/6167) ([IanMadd](https://github.com/IanMadd))
- Windows fix for dependent profiles [#6173](https://github.com/inspec/inspec/pull/6173) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=5.17.4 -->
### Changes since 5.17.4 release
#### Merged Pull Requests
- Windows fix for dependent profiles [#6173](https://github.com/inspec/inspec/pull/6173) ([Nik08](https://github.com/Nik08)) <!-- 5.18.11 -->
- Add k8s section to resources index page [#6167](https://github.com/inspec/inspec/pull/6167) ([IanMadd](https://github.com/IanMadd)) <!-- 5.18.10 -->
- CFINSPEC-238 Enhanced Outcomes Design Doc [#6152](https://github.com/inspec/inspec/pull/6152) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.18.9 -->
- Fixes for Buildkite Issues [#6161](https://github.com/inspec/inspec/pull/6161) ([Nik08](https://github.com/Nik08)) <!-- 5.18.8 -->

View file

@ -1 +1 @@
5.18.10
5.18.11

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.18.10".freeze
VERSION = "5.18.11".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.18.10".freeze
VERSION = "5.18.11".freeze
end