Bump version to 4.16.6 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-09-06 18:58:25 +00:00
parent 32d93b367d
commit b82158ba53
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.16.5 -->
## [v4.16.5](https://github.com/inspec/inspec/tree/v4.16.5) (2019-09-06)
<!-- latest_release 4.16.6 -->
## [v4.16.6](https://github.com/inspec/inspec/tree/v4.16.6) (2019-09-06)
#### Merged Pull Requests
- Rework activator plugin to be more idiomatic. [#4446](https://github.com/inspec/inspec/pull/4446) ([zenspider](https://github.com/zenspider))
- Clean up our use of SecureRandom in Rakefile. [#4447](https://github.com/inspec/inspec/pull/4447) ([zenspider](https://github.com/zenspider))
- Fix for postfix_conf when using a non-standard config location [#4443](https://github.com/inspec/inspec/pull/4443) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=4.16.0 -->
@ -15,6 +14,7 @@
- Fixed file resource raising UndefinedMethod on source_path [#4214](https://github.com/inspec/inspec/pull/4214) ([zenspider](https://github.com/zenspider)) <!-- 4.16.1 -->
#### Merged Pull Requests
- Fix for postfix_conf when using a non-standard config location [#4443](https://github.com/inspec/inspec/pull/4443) ([ramereth](https://github.com/ramereth)) <!-- 4.16.6 -->
- Rework activator plugin to be more idiomatic. [#4446](https://github.com/inspec/inspec/pull/4446) ([zenspider](https://github.com/zenspider)) <!-- 4.16.5 -->
- Clean up our use of SecureRandom in Rakefile. [#4447](https://github.com/inspec/inspec/pull/4447) ([zenspider](https://github.com/zenspider)) <!-- 4.16.4 -->
- Guard against nil in apt repo parser. [#4435](https://github.com/inspec/inspec/pull/4435) ([zenspider](https://github.com/zenspider)) <!-- 4.16.4 -->

View file

@ -1 +1 @@
4.16.5
4.16.6

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.16.5".freeze
VERSION = "4.16.6".freeze
end