mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
5b0b39fee5
commit
136f01c0f5
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.18.10
|
||||
5.18.11
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.18.10".freeze
|
||||
VERSION = "5.18.11".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue