mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 5.11.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5a8e6aaccb
commit
a59f30bee7
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.13 -->
|
||||
## [v5.10.13](https://github.com/inspec/inspec/tree/v5.10.13) (2022-04-06)
|
||||
<!-- latest_release 5.11.0 -->
|
||||
## [v5.11.0](https://github.com/inspec/inspec/tree/v5.11.0) (2022-04-06)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-94: Enhance user resource [#5959](https://github.com/inspec/inspec/pull/5959) ([ahasunos](https://github.com/ahasunos))
|
||||
- CFINSPEC-80: Add mail alias resource [#5961](https://github.com/inspec/inspec/pull/5961) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.10.5 -->
|
||||
### Changes since 5.10.5 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-80: Add mail alias resource [#5961](https://github.com/inspec/inspec/pull/5961) ([ahasunos](https://github.com/ahasunos)) <!-- 5.11.0 -->
|
||||
- CFINSPEC-94: Enhance user resource [#5959](https://github.com/inspec/inspec/pull/5959) ([ahasunos](https://github.com/ahasunos)) <!-- 5.10.13 -->
|
||||
- AliCloud Platform Instructions [#5960](https://github.com/inspec/inspec/pull/5960) ([dkumaras](https://github.com/dkumaras)) <!-- 5.10.12 -->
|
||||
- fix(service): ensure `installed: true` isn't always returned on FreeBSD [#5948](https://github.com/inspec/inspec/pull/5948) ([myii](https://github.com/myii)) <!-- 5.10.11 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.10.13
|
||||
5.11.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.10.13".freeze
|
||||
VERSION = "5.11.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.10.13".freeze
|
||||
VERSION = "5.11.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue