mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.17.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
bc6fdc25e3
commit
09acafc612
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 4.17.12 -->
|
||||
## [v4.17.12](https://github.com/inspec/inspec/tree/v4.17.12) (2019-09-30)
|
||||
<!-- latest_release 4.17.13 -->
|
||||
## [v4.17.13](https://github.com/inspec/inspec/tree/v4.17.13) (2019-09-30)
|
||||
|
||||
#### Bug Fixes
|
||||
- Add resource stub for sshd_config [#4538](https://github.com/inspec/inspec/pull/4538) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Add missing resource stubs for 'group' resource [#4537](https://github.com/inspec/inspec/pull/4537) ([baurmatt](https://github.com/baurmatt))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.17.11 -->
|
||||
### Changes since 4.17.11 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Add missing resource stubs for 'group' resource [#4537](https://github.com/inspec/inspec/pull/4537) ([baurmatt](https://github.com/baurmatt)) <!-- 4.17.13 -->
|
||||
- Add resource stub for sshd_config [#4538](https://github.com/inspec/inspec/pull/4538) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.17.12 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.17.12
|
||||
4.17.13
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.17.12".freeze
|
||||
VERSION = "4.17.13".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.17.12".freeze
|
||||
VERSION = "4.17.13".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue